14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
23 swigCPtr =
new HandleRef(
this, cPtr);
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
36 global::System.GC.SuppressFinalize(
this);
39 protected virtual void Dispose(
bool disposing) {
41 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
46 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
static global::System.Exception Retrieve()
static global::System.IntPtr OdGeEntity2d_scaleBy__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static global::System.IntPtr OdGeEntity2d_mirror(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGeEntity2d_isOn__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void delete_OdGeEntity2d(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGeEntity2d_copy(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdGeEntity2d_type(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGeEntity2d_isOn__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdGeEntity2d_transformBy(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGeEntity2d_isEqualTo__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGeEntity2d_rotateBy__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool OdGeEntity2d_isEqualTo__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdGeEntity2d_rotateBy__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool OdGeEntity2d_IsEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGeEntity2d_IsNotEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGeEntity2d_scaleBy__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdGeEntity2d_Assign(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGeEntity2d_translateBy(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static bool OdGeEntity2d_isKindOf(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
OdGeEntity2d(IntPtr cPtr, bool cMemoryOwn)
bool isKindOf(OdGe.EntityId entType)
bool isOn(OdGePoint2d point, OdGeTol tol)
bool isOn(OdGePoint2d point)
OdGeEntity2d scaleBy(double scaleFactor)
bool isEqualTo(OdGeEntity2d other, OdGeTol tol)
OdGeEntity2d Assign(OdGeEntity2d entity)
virtual void Dispose(bool disposing)
bool IsNotEqual(OdGeEntity2d entity)
OdGeEntity2d scaleBy(double scaleFactor, OdGePoint2d basePoint)
Teigha.Core.OdGe.EntityId vb_type()
OdGeEntity2d rotateBy(double angle)
bool isEqualTo(OdGeEntity2d other)
OdGeEntity2d rotateBy(double angle, OdGePoint2d basePoint)
static HandleRef getCPtr(OdGeEntity2d obj)
OdGeEntity2d transformBy(OdGeMatrix2d xfm)
bool IsEqual(OdGeEntity2d entity)
OdGeEntity2d translateBy(OdGeVector2d translateVec)
OdGeEntity2d mirror(OdGeLine2d line)
static HandleRef getCPtr(OdGeLine2d obj)
static HandleRef getCPtr(OdGeMatrix2d obj)
static HandleRef getCPtr(OdGePoint2d obj)
static HandleRef getCPtr(OdGeTol obj)
static HandleRef getCPtr(OdGeVector2d obj)