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);
55IntPtr p_overlap = IntPtr.Zero;
61MemoryTransaction mTrans_overlap = MemoryManager.GetMemoryManager().GetCurrentTransaction();
62 if(mTrans_overlap !=
null)
70IntPtr p_overlap = IntPtr.Zero;
76MemoryTransaction mTrans_overlap = MemoryManager.GetMemoryManager().GetCurrentTransaction();
77 if(mTrans_overlap !=
null)
static global::System.Exception Retrieve()
static bool OdGeLinearEnt2d_isPerpendicularTo__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGeLinearEnt2d_getLine(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGeLinearEnt2d_overlap__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, out IntPtr jarg3)
static bool OdGeLinearEnt2d_isParallelTo__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGeLinearEnt2d_isColinearTo__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGeLinearEnt2d_overlap__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, out IntPtr jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void OdGeLinearEnt2d_getPerpLine(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool OdGeLinearEnt2d_intersectWith__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool OdGeLinearEnt2d_isParallelTo__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool OdGeLinearEnt2d_intersectWith__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static bool OdGeLinearEnt2d_isPerpendicularTo__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGeLinearEnt2d_direction(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdGeLinearEnt2d(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGeLinearEnt2d_isColinearTo__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdGeLinearEnt2d_Assign(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGeLinearEnt2d_pointOnLine(global::System.Runtime.InteropServices.HandleRef jarg1)
static HandleRef getCPtr(OdGeLine2d obj)
Teigha.Core.OdGeVector2d vb_direction()
bool intersectWith(OdGeLinearEnt2d line, OdGePoint2d intPnt, OdGeTol tol)
bool isColinearTo(OdGeLinearEnt2d line, OdGeTol tol)
bool overlap(OdGeLinearEnt2d line, out OdGeLinearEnt2d overlap, OdGeTol tol)
bool isPerpendicularTo(OdGeLinearEnt2d line)
bool intersectWith(OdGeLinearEnt2d line, OdGePoint2d intPnt)
OdGeLinearEnt2d Assign(OdGeLinearEnt2d line)
bool isParallelTo(OdGeLinearEnt2d line)
bool isPerpendicularTo(OdGeLinearEnt2d line, OdGeTol tol)
bool overlap(OdGeLinearEnt2d line, out OdGeLinearEnt2d overlap)
Teigha.Core.OdGe.EntityId vb_type()
void getPerpLine(OdGePoint2d point, OdGeLine2d perpLine)
static HandleRef getCPtr(OdGeLinearEnt2d obj)
bool isParallelTo(OdGeLinearEnt2d line, OdGeTol tol)
void getLine(OdGeLine2d line)
OdGePoint2d pointOnLine()
OdGeLinearEnt2d(IntPtr cPtr, bool cMemoryOwn)
override void Dispose(bool disposing)
bool isColinearTo(OdGeLinearEnt2d line)
static HandleRef getCPtr(OdGePoint2d obj)
static HandleRef getCPtr(OdGeTol obj)