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);
58 MemoryManager mMan = MemoryManager.GetMemoryManager();
59 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
99 MemoryManager mMan = MemoryManager.GetMemoryManager();
100 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
static HandleRef getCPtr(OdGeCurve2d obj)
static HandleRef getCPtr(OdGePoint2d obj)
static HandleRef getCPtr(OdGeTol obj)
virtual OdGiDrawable.DrawableType drawableType()
static HandleRef getCPtr(OdGiDrawableTraits obj)
static HandleRef getCPtr(OdGiWorldDraw obj)
static HandleRef getCPtr(OdRxClass obj)
static HandleRef getCPtr(OdRxObject obj)
static HandleRef getCPtr(OdRxObjectPtrArray obj)
virtual void gripStatus(OdDgElement.GripStat status)
override OdResult insertVertex(UInt32 uInsertBefore, OdGePoint2d pt)
override OdDgElement.ElementTypes getElementType()
virtual OdResult subExplode(OdRxObjectPtrArray entitySet)
OdDgShape2d(IntPtr cPtr, bool cMemoryOwn)
virtual void vb_gripStatus(Teigha.TG.OdDgElement.GripStat status)
override OdResult setFromOdGeCurve(OdGeCurve2d geCurve)
override UInt32 subSetAttributes(OdGiDrawableTraits pDrwTraits)
override void removeLastVertex()
override void Dispose(bool disposing)
override bool subWorldDraw(OdGiWorldDraw pWd)
override bool isPeriodic()
static HandleRef getCPtr(OdDgShape2d obj)
override OdRxObject queryX(OdRxClass protocolClass)
static OdDgShape2d cast(OdRxObject pObj)
override void removeAllVertices()
static new OdRxClass desc()
override void removeVertexAt(UInt32 index)
virtual Teigha.Core.OdGiDrawable.DrawableType vb_drawableType()
virtual void setHoleFlag(bool bSet)
override byte getElementSubType()
override void setVertexAt(UInt32 ind, OdGePoint2d pt)
override OdResult setFromOdGeCurve(OdGeCurve2d geCurve, OdGeTol tol)
virtual bool getHoleFlag()
static string getRealClassName(IntPtr ptr)
static new OdDgShape2d createObject()
override OdResult reverseCurve()
override OdResult addVertex(OdGePoint2d pt)
static global::System.Exception Retrieve()
static IntPtr OdDgShape2d_createObject()
static bool OdDgShape2d_subWorldDraw(HandleRef jarg1, HandleRef jarg2)
static byte OdDgShape2d_getElementSubType(HandleRef jarg1)
static void OdDgShape2d_setVertexAt(HandleRef jarg1, UInt32 jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static string OdDgShape2d_getRealClassName(IntPtr jarg1)
static bool OdDgShape2d_isPeriodic(HandleRef jarg1)
static void OdDgShape2d_removeAllVertices(HandleRef jarg1)
static UInt32 OdDgShape2d_subSetAttributes(HandleRef jarg1, HandleRef jarg2)
static int OdDgShape2d_setFromOdGeCurve__SWIG_1(HandleRef jarg1, HandleRef jarg2)
static int OdDgShape2d_reverseCurve(HandleRef jarg1)
static int OdDgShape2d_insertVertex(HandleRef jarg1, UInt32 jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool OdDgShape2d_getHoleFlag(HandleRef jarg1)
static void OdDgShape2d_removeVertexAt(HandleRef jarg1, UInt32 jarg2)
static IntPtr OdDgShape2d_isA(HandleRef jarg1)
static IntPtr OdDgShape2d_desc()
static bool OdDgShape2d_isClosed(HandleRef jarg1)
static int OdDgShape2d_setFromOdGeCurve__SWIG_0(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDgShape2d_setHoleFlag(HandleRef jarg1, bool jarg2)
static int OdDgShape2d_getElementType(HandleRef jarg1)
static void OdDgShape2d_removeLastVertex(HandleRef jarg1)
static int OdDgShape2d_addVertex(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdDgShape2d_cast(HandleRef jarg1)
static void delete_OdDgShape2d(HandleRef jarg1)
static IntPtr OdDgShape2d_queryX(HandleRef jarg1, HandleRef jarg2)
static int OdDgShape2d_subExplode(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)