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 bool OdSiBoundBlock3d_isDisjoint__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdSiBoundBlock3d_transformBy(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdSiBoundBlock3d_minPoint(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdSiBoundBlock3d_contains__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdSiBoundBlock3d_maxPoint(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdSiBoundBlock3d_isOrtho(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdSiBoundBlock3d_set__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool OdSiBoundBlock3d_isBox(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdSiBoundBlock3d_set__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdSiBoundBlock3d_set__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdSiBoundBlock3d_extents(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void delete_OdSiBoundBlock3d(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdSiBoundBlock3d_get(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void OdSiBoundBlock3d_getMinMaxPoints(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool OdSiBoundBlock3d_contains__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool OdSiBoundBlock3d_isDisjoint__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdSiBoundBlock3d_set__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static HandleRef getCPtr(OdGeBoundBlock3d obj)
static HandleRef getCPtr(OdGeExtents3d obj)
static HandleRef getCPtr(OdGeMatrix3d obj)
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdGeTol obj)
static HandleRef getCPtr(OdGeVector3d obj)
bool contains(OdGeExtents3d exts, OdGeTol tolerance)
bool isDisjoint(OdGeExtents3d exts)
OdSiBoundBlock3d(OdGePoint3d p1, OdGePoint3d p2)
OdSiBoundBlock3d(OdGePoint3d origin, OdGeVector3d xAxis, OdGeVector3d yAxis, OdGeVector3d zAxis)
void transformBy(OdGeMatrix3d tm)
OdSiBoundBlock3d(IntPtr cPtr, bool cMemoryOwn)
void extents(OdGeExtents3d exts)
void getMinMaxPoints(OdGePoint3d p1, OdGePoint3d p2)
virtual void Dispose(bool disposing)
static HandleRef getCPtr(OdSiBoundBlock3d obj)
OdSiBoundBlock3d(OdGeExtents3d ab)
bool isDisjoint(OdGeExtents3d exts, OdGeTol tolerance)
OdSiBoundBlock3d(OdGeBoundBlock3d bb)
bool contains(OdGePoint3d pt, OdGeTol tolerance)