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);
68IntPtr p_pCurve = IntPtr.Zero;
74MemoryTransaction mTrans_pCurve = MemoryManager.GetMemoryManager().GetCurrentTransaction();
75 if(mTrans_pCurve !=
null)
static global::System.Exception Retrieve()
static void delete_OdBrEdge(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdBrEdge_getCurve__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdBrEdge_getVertex1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdBrEdge_getCurveType(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdBrEdge_Assign__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdBrEdge_getCurveAsNurb(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdBrEdge_getOrientToCurve(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdBrEdge_getColor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdBrEdge_getCurve__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, out IntPtr jarg2)
static bool OdBrEdge_getVertex2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
bool getVertex1(OdBrVertex vertex1)
OdBrErrorStatus getCurve(out OdGeCurve3d pCurve)
static HandleRef getCPtr(OdBrEdge obj)
bool getVertex2(OdBrVertex vertex2)
OdBrEdge Assign(OdBrEdge arg0)
bool getCurveAsNurb(OdGeNurbCurve3d nurb)
OdBrEdge(IntPtr cPtr, bool cMemoryOwn)
OdGe.EntityId getCurveType()
bool getColor(OdCmEntityColor color)
override void Dispose(bool disposing)
static HandleRef getCPtr(OdBrVertex obj)
static HandleRef getCPtr(OdCmEntityColor obj)
static HandleRef getCPtr(OdGeNurbCurve3d obj)