14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 swigCPtr =
new HandleRef(
this, cPtr);
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
29 protected override void Dispose(
bool disposing) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
36 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
38 base.Dispose(disposing);
98IntPtr tmp_strMatName = Marshal.StringToCoTaskMemUni(strMatName);
99 IntPtr saved_strMatName = tmp_strMatName;
105if (tmp_strMatName != saved_strMatName) strMatName = Marshal.PtrToStringUni(tmp_strMatName);
static global::System.Exception Retrieve()
static int OdBrFace_getArea__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, out double jarg2, double jarg3)
static bool OdBrFace_getMaterialID(global::System.Runtime.InteropServices.HandleRef jarg1, out UInt64 jarg2)
static bool OdBrFace_getExtraFillingAttributes(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static bool OdBrFace_getMaterialString(global::System.Runtime.InteropServices.HandleRef jarg1, ref IntPtr jarg2)
static IntPtr OdBrFace_getFill(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdBrFace_getSurfaceType(global::System.Runtime.InteropServices.HandleRef jarg1, out OdGe.EntityId jarg2)
static global::System.IntPtr OdBrFace_Assign__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdBrFace_getSurface(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdBrFace(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdBrFace_getArea__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, out double jarg2)
static int OdBrFace_getArea__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, out double jarg2, double jarg3, double jarg4)
static bool OdBrFace_getColor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdBrFace_getFillPatternId(global::System.Runtime.InteropServices.HandleRef jarg1, out UInt64 jarg2)
static bool OdBrFace_getOrientToSurface(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdBrFace_getFillingAttributes(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, IntPtr jarg3)
static bool OdBrFace_getFirstFaceRegion(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdBrFace_getMaterialMapper(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, OdBrFace.Projection jarg3, OdBrFace.Tiling jarg4, OdBrFace.AutoTransform jarg5)
static bool OdBrFace_getNextFaceRegion(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdBrFace_getSurfaceAsNurb(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
bool getFirstFaceRegion(OdBrFace face)
bool getMaterialString(ref string strMatName)
bool getFillPatternId(out UInt64 id)
bool getMaterialMapper(OdGeMatrix3d mx, OdBrFace.Projection projection, OdBrFace.Tiling tiling, OdBrFace.AutoTransform autoTransform)
bool getMaterialID(out UInt64 id)
OdBrFace(IntPtr cPtr, bool cMemoryOwn)
OdBrErrorStatus getArea(out double area, double tolRequired)
OdBrErrorStatus getSurfaceAsNurb(OdGeNurbSurface nurb)
OdBrErrorStatus getArea(out double area, double tolRequired, double tolAchieved)
bool getFillingAttributes(OdGePoint2d origin, OdGeVector2d dir)
override void Dispose(bool disposing)
OdBrErrorStatus getSurfaceType(out OdGe.EntityId surfaceType)
bool getExtraFillingAttributes(OdGiFill pFill)
static HandleRef getCPtr(OdBrFace obj)
bool getNextFaceRegion(OdBrFace face)
bool getOrientToSurface()
bool getColor(OdCmEntityColor color)
OdBrErrorStatus getArea(out double area)
OdBrFace Assign(OdBrFace arg0)
static HandleRef getCPtr(OdCmEntityColor obj)
static HandleRef getCPtr(OdGeMatrix3d obj)
static HandleRef getCPtr(OdGeNurbSurface obj)
static HandleRef getCPtr(OdGePoint2d obj)
static HandleRef getCPtr(OdGeVector2d obj)
static HandleRef getCPtr(OdGiFill obj)