14using System.Runtime.InteropServices;
18 private Object locker =
new Object();
19 private HandleRef swigCPtr;
21 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
24 swigCPtr =
new HandleRef(
this, cPtr);
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
37 global::System.GC.SuppressFinalize(
this);
40 protected virtual void Dispose(
bool disposing) {
42 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
47 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
void deletePoint(UInt32 uIndex)
virtual void Dispose(bool disposing)
void addPoint(OdDgMeshFaceLoops.FacePoint point)
OdDgGeometryCacheMeshFace()
void setPoint(UInt32 uIndex, OdDgMeshFaceLoops.FacePoint point)
OdDgMeshFaceLoops.FacePoint getPoint(UInt32 uIndex)
OdDgGeometryCacheMeshFace(IntPtr cPtr, bool cMemoryOwn)
static HandleRef getCPtr(OdDgGeometryCacheMeshFace obj)
static HandleRef getCPtr(FacePoint obj)
static global::System.Exception Retrieve()
static void delete_OdDgGeometryCacheMeshFace(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 OdDgGeometryCacheMeshFace_getPointCount(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgGeometryCacheMeshFace_deletePoint(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static global::System.IntPtr OdDgGeometryCacheMeshFace_getPoint(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void OdDgGeometryCacheMeshFace_setPoint(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDgGeometryCacheMeshFace_addPoint(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)