14using System.Runtime.InteropServices;
18 private Object locker =
new Object();
19 private HandleRef swigCPtr;
21 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
24 swigCPtr =
new HandleRef(
this, cPtr);
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
37 global::System.GC.SuppressFinalize(
this);
40 protected virtual void Dispose(
bool disposing) {
42 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
47 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdGeVector3d obj)
static HandleRef getCPtr(OdDbEntity obj)
OdDbRevolveOptions(OdDbRevolveOptions src)
void setDraftAngle(double ang)
OdDbRevolveOptions Assign(OdDbRevolveOptions src)
OdResult checkRevolveCurve(OdDbEntity pRevEnt, OdGePoint3d axisPnt, OdGeVector3d axisDir, out bool closed, out bool endPointsOnAxis, out bool planar, bool displayErrorMessages)
void setTwistAngle(double ang)
static HandleRef getCPtr(OdDbRevolveOptions obj)
OdResult checkRevolveCurve(OdDbEntity pRevEnt, OdGePoint3d axisPnt, OdGeVector3d axisDir, out bool closed, out bool endPointsOnAxis, out bool planar)
void setCloseToAxis(bool val)
virtual void Dispose(bool disposing)
OdDbRevolveOptions(IntPtr cPtr, bool cMemoryOwn)
static global::System.Exception Retrieve()
static double OdDbRevolveOptions_twistAngle(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdDbRevolveOptions_Assign(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static double OdDbRevolveOptions_draftAngle(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdDbRevolveOptions_checkRevolveCurve__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out bool jarg5, out bool jarg6, out bool jarg7, bool jarg8)
static void OdDbRevolveOptions_setCloseToAxis(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDbRevolveOptions_setDraftAngle(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool OdDbRevolveOptions_closeToAxis(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdDbRevolveOptions_checkRevolveCurve__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, out bool jarg5, out bool jarg6, out bool jarg7)
static void delete_OdDbRevolveOptions(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDbRevolveOptions_setTwistAngle(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)