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);
44 OdGePlane ret = (cPtr == global::System.IntPtr.Zero) ?
null :
new OdGePlane(cPtr,
false);
94 OdGePlane ret = (cPtr == global::System.IntPtr.Zero) ?
null :
new OdGePlane(cPtr,
false);
103 OdGePlane ret = (cPtr == global::System.IntPtr.Zero) ?
null :
new OdGePlane(cPtr,
false);
112 OdGePlane ret = (cPtr == global::System.IntPtr.Zero) ?
null :
new OdGePlane(cPtr,
false);
184 public OdGePlane set(
double a,
double b,
double c,
double d) {
static global::System.Exception Retrieve()
static global::System.IntPtr OdGePlane_rotateBy__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static global::System.IntPtr OdGePlane_translateBy(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGePlane_rotateBy__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdGePlane_Assign(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGePlane_set__SWIG_3(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 global::System.IntPtr OdGePlane_set__SWIG_1(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 global::System.IntPtr OdGePlane_set__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdGePlane_set__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, double jarg4, double jarg5)
static global::System.IntPtr OdGePlane_scaleBy__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool OdGePlane_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 OdGePlane_intersectWith__SWIG_2(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 OdGePlane_intersectWith__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static double OdGePlane_signedDistanceTo(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGePlane_scaleBy__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static global::System.IntPtr OdGePlane_kYZPlane_get()
static global::System.IntPtr OdGePlane_copy(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGePlane_mirror(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGePlane_intersectWith__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdGePlane_transformBy(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGePlane_kZXPlane_get()
static void delete_OdGePlane(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGePlane_kXYPlane_get()
static HandleRef getCPtr(OdGeBoundedPlane obj)
static HandleRef getCPtr(OdGeLine3d obj)
static HandleRef getCPtr(OdGeLineSeg3d obj)
static HandleRef getCPtr(OdGeMatrix3d obj)
bool intersectWith(OdGeBoundedPlane plane, OdGeLineSeg3d intLine)
new OdGePlane scaleBy(double scaleFactor, OdGePoint3d basePoint)
static OdGePlane kZXPlane
OdGePlane(OdGePoint3d uPnt, OdGePoint3d origin, OdGePoint3d vPnt)
OdGePlane(OdGePoint3d origin, OdGeVector3d uAxis, OdGeVector3d vAxis)
bool intersectWith(OdGePlane plane, OdGeLine3d intLine)
OdGePlane(double a, double b, double c, double d)
OdGePlane(OdGePoint3d origin, OdGeVector3d normal)
new OdGePlane translateBy(OdGeVector3d translateVec)
new OdGePlane rotateBy(double angle, OdGeVector3d vect, OdGePoint3d basePoint)
OdGePlane Assign(OdGePlane plane)
new OdGePlane transformBy(OdGeMatrix3d xfm)
OdGePlane(OdGePlane plane)
double signedDistanceTo(OdGePoint3d point)
bool intersectWith(OdGeBoundedPlane plane, OdGeLineSeg3d intLine, OdGeTol tol)
static OdGePlane kXYPlane
new OdGePlane scaleBy(double scaleFactor)
new OdGePlane mirror(OdGePlane plane)
OdGePlane(IntPtr cPtr, bool cMemoryOwn)
static OdGePlane kYZPlane
override void Dispose(bool disposing)
new OdGePlane rotateBy(double angle, OdGeVector3d vect)
bool intersectWith(OdGePlane plane, OdGeLine3d intLine, OdGeTol tol)
Teigha.Core.OdGe.EntityId vb_type()
static HandleRef getCPtr(OdGePlane obj)
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdGeTol obj)
static HandleRef getCPtr(OdGeVector3d obj)