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 OdSiShapeBoundPlane_m_bounds_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdSiShapeBoundPlane_intersects(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static global::System.IntPtr OdSiShapeBoundPlane_clone(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdSiShapeBoundPlane_transform(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdSiShapeBoundPlane_m_bounds_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void delete_OdSiShapeBoundPlane(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdSiShapeBoundPlane_contains(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static HandleRef getCPtr(OdGeExtents3d obj)
static HandleRef getCPtr(OdGeMatrix3d obj)
static HandleRef getCPtr(OdGeTol obj)
override OdSiShape clone()
OdSiShapeBoundPlane(OdGePlane plane, OdGeExtents3d bounds)
override void Dispose(bool disposing)
override bool intersects(OdGeExtents3d extents, bool planar, OdGeTol tol)
override bool contains(OdGeExtents3d extents, bool planar, OdGeTol tol)
OdSiShapeBoundPlane(OdGePoint3d origin, OdGeVector3d planeNormal, OdGeExtents3d bounds)
OdSiShapeBoundPlane(IntPtr cPtr, bool cMemoryOwn)
static HandleRef getCPtr(OdSiShapeBoundPlane obj)
override void transform(OdGeMatrix3d tf)