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 int OdIBrMeshControl_getMaxNodeSpacing(global::System.Runtime.InteropServices.HandleRef jarg1, out double jarg2)
static int OdIBrMeshControl_setMaxSubdivisions__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdIBrMeshControl_getDistTol(global::System.Runtime.InteropServices.HandleRef jarg1, out double jarg2)
static int OdIBrMeshControl_setMaxNodeSpacing__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdIBrMeshControl_setMaxSubdivisions__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void delete_OdIBrMeshControl(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdIBrMeshControl_setAngTol__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdIBrMeshControl_setDistTol__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static int OdIBrMeshControl_setAngTol__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static int OdIBrMeshControl_getMaxSubdivisions(global::System.Runtime.InteropServices.HandleRef jarg1, out UInt32 jarg2)
static int OdIBrMeshControl_setDistTol__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdIBrMeshControl_getAngTol(global::System.Runtime.InteropServices.HandleRef jarg1, out double jarg2)
static int OdIBrMeshControl_setMaxNodeSpacing__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
virtual OdBrErrorStatus getDistTol(out double distTol)
static HandleRef getCPtr(OdIBrMeshControl obj)
virtual OdBrErrorStatus setAngTol(double angTol)
virtual OdBrErrorStatus setDistTol(double distTol)
virtual OdBrErrorStatus setMaxNodeSpacing()
virtual OdBrErrorStatus getMaxSubdivisions(out UInt32 maxSubs)
virtual OdBrErrorStatus setAngTol()
OdIBrMeshControl(IntPtr cPtr, bool cMemoryOwn)
virtual OdBrErrorStatus getMaxNodeSpacing(out double maxNodeSpace)
virtual OdBrErrorStatus setMaxSubdivisions()
virtual OdBrErrorStatus setMaxNodeSpacing(double maxNodeSpace)
virtual void Dispose(bool disposing)
virtual OdBrErrorStatus getAngTol(out double angTol)
virtual OdBrErrorStatus setMaxSubdivisions(UInt32 maxSubs)
virtual OdBrErrorStatus setDistTol()