14using System.Runtime.InteropServices;
18 private Object locker =
new Object();
19 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
22 swigCPtr =
new HandleRef(
this, cPtr);
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
30 protected override void Dispose(
bool disposing) {
32 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
37 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
39 base.Dispose(disposing);
44 MemoryManager mMan = MemoryManager.GetMemoryManager();
45 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
85 MemoryManager mMan = MemoryManager.GetMemoryManager();
86 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdRxClass obj)
static HandleRef getCPtr(OdRxObject obj)
static HandleRef getCPtr(OdDgGeometryCacheMeshFace obj)
virtual void deleteVertex(UInt32 uIndex)
virtual void addFace(OdDgGeometryCacheMeshFace meshFace)
virtual void setUseNormalsFlag(bool bSet)
virtual void addVertex(OdGePoint3d ptVertex)
static new OdRxClass desc()
virtual bool getUseDoubleColorsFlag()
static OdDgMeshGeometryCacheAction cast(OdRxObject pObj)
virtual bool getUseTextureCoordinatesFlag()
override void Dispose(bool disposing)
OdDgMeshGeometryCacheAction(IntPtr cPtr, bool cMemoryOwn)
virtual OdDgGeometryCacheMeshFace getFace(UInt32 uIndex)
virtual void setUseDoubleColorsFlag(bool bSet)
virtual void setFace(UInt32 uIndex, OdDgGeometryCacheMeshFace meshFace)
static OdDgMeshGeometryCacheAction createObject()
virtual bool getUseNormalsFlag()
virtual UInt32 getVertexCount()
virtual void setVertex(UInt32 uIndex, OdGePoint3d ptVertex)
static string getRealClassName(IntPtr ptr)
static HandleRef getCPtr(OdDgMeshGeometryCacheAction obj)
virtual UInt32 getFaceCount()
virtual void deleteFace(UInt32 uIndex)
virtual void setUseTextureCoordinatesFlag(bool bSet)
override OdRxObject queryX(OdRxClass protocolClass)
virtual OdGePoint3d getVertex(UInt32 uIndex)
static global::System.Exception Retrieve()
static UInt32 OdDgMeshGeometryCacheAction_getFaceCount(HandleRef jarg1)
static IntPtr OdDgMeshGeometryCacheAction_queryX(HandleRef jarg1, HandleRef jarg2)
static IntPtr OdDgMeshGeometryCacheAction_cast(HandleRef jarg1)
static void OdDgMeshGeometryCacheAction_setVertex(HandleRef jarg1, UInt32 jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDgMeshGeometryCacheAction_setUseNormalsFlag(HandleRef jarg1, bool jarg2)
static string OdDgMeshGeometryCacheAction_getRealClassName(IntPtr jarg1)
static IntPtr OdDgMeshGeometryCacheAction_createObject()
static bool OdDgMeshGeometryCacheAction_getUseTextureCoordinatesFlag(HandleRef jarg1)
static bool OdDgMeshGeometryCacheAction_getUseNormalsFlag(HandleRef jarg1)
static void OdDgMeshGeometryCacheAction_setUseDoubleColorsFlag(HandleRef jarg1, bool jarg2)
static void OdDgMeshGeometryCacheAction_setUseTextureCoordinatesFlag(HandleRef jarg1, bool jarg2)
static global::System.IntPtr OdDgMeshGeometryCacheAction_getVertex(HandleRef jarg1, UInt32 jarg2)
static void OdDgMeshGeometryCacheAction_setFace(HandleRef jarg1, UInt32 jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDgMeshGeometryCacheAction_addFace(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void delete_OdDgMeshGeometryCacheAction(HandleRef jarg1)
static global::System.IntPtr OdDgMeshGeometryCacheAction_getFace(HandleRef jarg1, UInt32 jarg2)
static void OdDgMeshGeometryCacheAction_deleteVertex(HandleRef jarg1, UInt32 jarg2)
static void OdDgMeshGeometryCacheAction_deleteFace(HandleRef jarg1, UInt32 jarg2)
static UInt32 OdDgMeshGeometryCacheAction_getVertexCount(HandleRef jarg1)
static bool OdDgMeshGeometryCacheAction_getUseDoubleColorsFlag(HandleRef jarg1)
static IntPtr OdDgMeshGeometryCacheAction_desc()
static void OdDgMeshGeometryCacheAction_addVertex(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdDgMeshGeometryCacheAction_isA(HandleRef jarg1)