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);
104IntPtr p_overlap = IntPtr.Zero;
110MemoryTransaction mTrans_overlap = MemoryManager.GetMemoryManager().GetCurrentTransaction();
111 if(mTrans_overlap !=
null)
119IntPtr p_overlap = IntPtr.Zero;
125MemoryTransaction mTrans_overlap = MemoryManager.GetMemoryManager().GetCurrentTransaction();
126 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 global::System.IntPtr OdGeLinearEnt2d_rotateBy__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdGeLinearEnt2d_rotateBy__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
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 global::System.IntPtr OdGeLinearEnt2d_scaleBy__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, global::System.Runtime.InteropServices.HandleRef 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 global::System.IntPtr OdGeLinearEnt2d_transformBy(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGeLinearEnt2d_copy(global::System.Runtime.InteropServices.HandleRef jarg1)
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 global::System.IntPtr OdGeLinearEnt2d_scaleBy__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
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 global::System.IntPtr OdGeLinearEnt2d_mirror(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
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_translateBy(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr 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)
new OdGeLinearEnt2d translateBy(OdGeVector2d translateVec)
new OdGeLinearEnt2d mirror(OdGeLine2d line)
bool overlap(OdGeLinearEnt2d line, out OdGeLinearEnt2d overlap, OdGeTol tol)
bool isPerpendicularTo(OdGeLinearEnt2d line)
bool intersectWith(OdGeLinearEnt2d line, OdGePoint2d intPnt)
new OdGeLinearEnt2d copy()
new OdGeLinearEnt2d transformBy(OdGeMatrix2d xfm)
new OdGeLinearEnt2d rotateBy(double angle)
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()
new OdGeLinearEnt2d scaleBy(double scaleFactor)
void getPerpLine(OdGePoint2d point, OdGeLine2d perpLine)
new OdGeLinearEnt2d rotateBy(double angle, OdGePoint2d basePoint)
static HandleRef getCPtr(OdGeLinearEnt2d obj)
new OdGeLinearEnt2d scaleBy(double scaleFactor, OdGePoint2d basePoint)
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(OdGeMatrix2d obj)
static HandleRef getCPtr(OdGePoint2d obj)
static HandleRef getCPtr(OdGeTol obj)
static HandleRef getCPtr(OdGeVector2d obj)