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 global::System.IntPtr OdGePointOnSurface_mixedPartial__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGePointOnSurface_vDeriv__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdGePointOnSurface_inverseTangentVector__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static global::System.IntPtr OdGePointOnSurface_Assign(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGePointOnSurface_uDeriv__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static global::System.IntPtr OdGePointOnSurface_mixedPartial__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdGePointOnSurface_vDeriv__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdGePointOnSurface_uDeriv__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdGePointOnSurface_inverseTangentVector__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdGePointOnSurface_tangentVector__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdGePointOnSurface_point__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdGePointOnSurface_parameter(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGePointOnSurface_normal__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGePointOnSurface_tangentVector__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static global::System.IntPtr OdGePointOnSurface_uDeriv__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void delete_OdGePointOnSurface(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGePointOnSurface_tangentVector__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2, HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static global::System.IntPtr OdGePointOnSurface_setParameter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGePointOnSurface_point__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGePointOnSurface_point__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGePointOnSurface_normal__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdGePointOnSurface_mixedPartial__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGePointOnSurface_setSurface(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static global::System.IntPtr OdGePointOnSurface_inverseTangentVector__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdGePointOnSurface_surface(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGePointOnSurface_normal__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGePointOnSurface_vDeriv__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static HandleRef getCPtr(OdGePoint2d obj)
override void Dispose(bool disposing)
OdGeVector3d vDeriv(int order, OdGePoint2d param)
OdGeVector3d uDeriv(int order, OdGePoint2d param)
OdGeVector3d normal(OdGePoint2d param)
OdGeVector3d mixedPartial(OdGeSurface surface, OdGePoint2d param)
OdGePoint3d point(OdGeSurface surface, OdGePoint2d param)
OdGeVector3d tangentVector(OdGeVector2d vect, OdGeSurface surface, OdGePoint2d param)
OdGePointOnSurface Assign(OdGePointOnSurface pntOnSurface)
static HandleRef getCPtr(OdGePointOnSurface obj)
OdGeVector3d normal(OdGeSurface surface, OdGePoint2d param)
OdGeVector2d inverseTangentVector(OdGeVector3d vect, OdGePoint2d param)
OdGePointOnSurface(IntPtr cPtr, bool cMemoryOwn)
OdGePoint3d point(OdGePoint2d param)
OdGePointOnSurface setSurface(OdGeSurface surface)
OdGeVector3d vDeriv(int order)
OdGeVector2d inverseTangentVector(OdGeVector3d vect, OdGeSurface surface, OdGePoint2d param)
OdGeVector3d tangentVector(OdGeVector2d vect, OdGePoint2d param)
OdGeVector3d tangentVector(OdGeVector2d vect)
OdGeVector3d uDeriv(int order, OdGeSurface surface, OdGePoint2d param)
OdGePointOnSurface(OdGeSurface surface, OdGePoint2d param)
OdGeVector3d uDeriv(int order)
OdGeVector3d vDeriv(int order, OdGeSurface surface, OdGePoint2d param)
OdGeVector3d mixedPartial(OdGePoint2d param)
Teigha.Core.OdGe.EntityId vb_type()
OdGePointOnSurface(OdGeSurface surface)
OdGePointOnSurface setParameter(OdGePoint2d param)
Teigha.Core.OdGeSurface vb_surface()
OdGePointOnSurface(OdGePointOnSurface source)
OdGeVector3d mixedPartial()
OdGeVector2d inverseTangentVector(OdGeVector3d vect)
static HandleRef getCPtr(OdGeSurface obj)
static HandleRef getCPtr(OdGeVector2d obj)
static HandleRef getCPtr(OdGeVector3d obj)