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);
static HandleRef getCPtr(OdDbGripDataPtrArray obj)
static HandleRef getCPtr(OdDbVoidPtrArray obj)
static HandleRef getCPtr(OdGeVector3d obj)
static HandleRef getCPtr(OdRxClass obj)
override OdRxObject queryX(OdRxClass protocolClass)
virtual void gripStatus(GripStat status, OdDbEntity pEntity)
override void Dispose(bool disposing)
virtual OdResult moveGripPointsAt(OdDbVoidPtrArray gripAppData, OdGeVector3d offset, int bitflags, OdDbEntity pEntity)
virtual void vb_gripStatus(Teigha.Core.GripStat status, Teigha.TD.OdDbEntity pEntity)
virtual OdResult getGripPoints(OdDbGripDataPtrArray grips, double curViewUnitSize, int gripSize, OdGeVector3d curViewDir, int bitflags, OdDbEntity pEntity)
static string getRealClassName(IntPtr ptr)
static HandleRef getCPtr(OdDbAppEntityGrips obj)
OdDbAppEntityGrips(IntPtr cPtr, bool cMemoryOwn)
static HandleRef getCPtr(OdDbEntity obj)
static global::System.Exception Retrieve()
static string OdDbAppEntityGrips_getRealClassName(IntPtr jarg1)
static IntPtr OdDbAppEntityGrips_isA(HandleRef jarg1)
static void delete_OdDbAppEntityGrips(HandleRef jarg1)
static void OdDbAppEntityGrips_gripStatus(HandleRef jarg1, int jarg2, HandleRef jarg3)
static int OdDbAppEntityGrips_moveGripPointsAt(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, HandleRef jarg5)
static int OdDbAppEntityGrips_getGripPoints(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, int jarg6, HandleRef jarg7)
static IntPtr OdDbAppEntityGrips_queryX(HandleRef jarg1, HandleRef jarg2)