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 void delete_OdGiShellFaceIterator(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGiShellFaceIterator_orthoProject(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGiShellFaceIterator_IsEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGiShellFaceIterator_Div__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double OdGiShellFaceIterator_y_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGiShellFaceIterator_Add__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGiShellFaceIterator_Mul__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double OdGiShellFaceIterator_distanceSqrdTo(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGiShellFaceIterator_convert2d__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGiShellFaceIterator_convert2d__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdGiShellFaceIterator_faceListPos(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGiShellFaceIterator_asVector__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGiShellFaceIterator___ref__(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGiShellFaceIterator_Add(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static double OdGiShellFaceIterator_z_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiShellFaceIterator_IsNotEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGiShellFaceIterator_project(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdGiShellFaceIterator_Sub__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdGiShellFaceIterator___deref__(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdGiShellFaceIterator_x_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiShellFaceIterator_isEqualTo__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static double OdGiShellFaceIterator_GetItem__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)
static double OdGiShellFaceIterator_distanceTo(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiShellFaceIterator_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, Int32 jarg3)
static bool OdGiShellFaceIterator_isEqualTo__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGiShellFaceIterator_kOrigin_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static HandleRef getCPtr(OdGePlanarEnt obj)
static HandleRef getCPtr(OdGePlane obj)
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdGeTol obj)
static HandleRef getCPtr(OdGeVector3d obj)
bool IsNotEqual(OdGePoint3d point)
bool isEqualTo(OdGePoint3d point, OdGeTol tol)
OdGiShellFaceIterator(OdGePoint3d points, Int32 faceList)
double distanceSqrdTo(OdGePoint3d point)
static HandleRef getCPtr(OdGiShellFaceIterator obj)
OdGiShellFaceIterator Add(int n)
OdGePoint2d convert2d(OdGePlanarEnt plane)
OdGiShellFaceIterator(IntPtr cPtr, bool cMemoryOwn)
OdGePoint3d Add(OdGeVector3d vect)
OdGiShellFaceIterator Sub(int n)
virtual void Dispose(bool disposing)
double distanceTo(OdGePoint3d point)
OdGePoint3d Div(double scale)
OdGePoint3d Mul(double scale)
OdGePoint3d project(OdGePlanarEnt plane, OdGeVector3d vect)
OdGePoint3d orthoProject(OdGePlane plane)
bool IsEqual(OdGePoint3d point)
bool isEqualTo(OdGePoint3d point)