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);
static global::System.Exception Retrieve()
static void delete_OdGeCurveSurfInt(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGeCurveSurfInt_set__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static IntPtr OdGeCurveSurfInt_curve(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGeCurveSurfInt_getIntParams(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, out double jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, ref OdGe.OdGeIntersectError jarg5)
static void OdGeCurveSurfInt_getPointOnSurface(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, ref OdGe.OdGeIntersectError jarg4)
static IntPtr OdGeCurveSurfInt_intParamCurve(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, bool jarg3, ref OdGe.OdGeIntersectError jarg4)
static void OdGeCurveSurfInt_getOverlapRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, ref OdGe.OdGeIntersectError jarg4)
static global::System.IntPtr OdGeCurveSurfInt_set__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, HandleRef jarg3)
static int OdGeCurveSurfInt_getDimension(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, ref OdGe.OdGeIntersectError jarg3)
static void OdGeCurveSurfInt_getIntConfigs(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, ref OdGe.csiConfig jarg3, ref OdGe.csiConfig jarg4, out bool jarg5, ref OdGe.OdGeIntersectError jarg6)
static IntPtr OdGeCurveSurfInt_surface(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdGeCurveSurfInt_overlapCount(global::System.Runtime.InteropServices.HandleRef jarg1, ref OdGe.OdGeIntersectError jarg2)
static void OdGeCurveSurfInt_getPointOnCurve(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, ref OdGe.OdGeIntersectError jarg4)
static global::System.IntPtr OdGeCurveSurfInt_Assign(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdGeCurveSurfInt_numResults(global::System.Runtime.InteropServices.HandleRef jarg1, ref OdGe.OdGeIntersectError jarg2)
static int OdGeCurveSurfInt_numIntPoints(global::System.Runtime.InteropServices.HandleRef jarg1, ref OdGe.OdGeIntersectError jarg2)
static global::System.IntPtr OdGeCurveSurfInt_intPoint(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, ref OdGe.OdGeIntersectError jarg3)
static global::System.IntPtr OdGeCurveSurfInt_tolerance(global::System.Runtime.InteropServices.HandleRef jarg1)
static HandleRef getCPtr(OdGeCurve3d obj)
OdGeCurveSurfInt(OdGeCurve3d curve, OdGeSurface surf, OdGeTol tol)
OdGeCurveSurfInt(OdGeCurveSurfInt source)
void getOverlapRange(int intNum, OdGeInterval range, ref OdGe.OdGeIntersectError status)
OdGePoint3d intPoint(int intNum, ref OdGe.OdGeIntersectError status)
OdGeCurveSurfInt Assign(OdGeCurveSurfInt crvSurfInt)
int numIntPoints(ref OdGe.OdGeIntersectError status)
OdGeCurve2d intParamCurve(int intNum, bool isExternal, ref OdGe.OdGeIntersectError status)
int getDimension(int intNum, ref OdGe.OdGeIntersectError status)
OdGeCurveSurfInt(IntPtr cPtr, bool cMemoryOwn)
int numResults(ref OdGe.OdGeIntersectError status)
void getIntParams(int intNum, out double param1, OdGePoint2d param2, ref OdGe.OdGeIntersectError status)
static HandleRef getCPtr(OdGeCurveSurfInt obj)
OdGeCurveSurfInt(OdGeCurve3d curve, OdGeSurface surf)
void getPointOnCurve(int intNum, OdGePointOnCurve3d intPnt, ref OdGe.OdGeIntersectError status)
Teigha.Core.OdGe.EntityId vb_type()
override void Dispose(bool disposing)
void getPointOnSurface(int intNum, OdGePointOnSurface intPnt, ref OdGe.OdGeIntersectError status)
void getIntConfigs(int intNum, ref OdGe.csiConfig lower, ref OdGe.csiConfig higher, out bool smallAngle, ref OdGe.OdGeIntersectError status)
int overlapCount(ref OdGe.OdGeIntersectError status)
Teigha.Core.OdGeSurface vb_surface()
static HandleRef getCPtr(OdGeInterval obj)
static HandleRef getCPtr(OdGePoint2d obj)
static HandleRef getCPtr(OdGePointOnCurve3d obj)
static HandleRef getCPtr(OdGePointOnSurface obj)
static HandleRef getCPtr(OdGeSurface obj)
static HandleRef getCPtr(OdGeTol obj)