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);
42 public class ClipPlane : global::System.IDisposable {
43 private Object locker =
new Object();
44 private HandleRef swigCPtr;
46 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
49 swigCPtr =
new HandleRef(
this, cPtr);
51 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
53 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
62 global::System.GC.SuppressFinalize(
this);
65 protected virtual void Dispose(
bool disposing) {
67 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
72 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
static HandleRef getCPtr(ClipPlaneArray obj)
static global::System.Exception Retrieve()
static void OdGiPlanarClipBoundary_setClipPlanes(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGiPlanarClipBoundary_ClipPlane_origin(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiPlanarClipBoundary_ClipPlane_m_normal_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGiPlanarClipBoundary_ClipPlane_normal(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdGiPlanarClipBoundary_type(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGiPlanarClipBoundary_clipPlanes(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiPlanarClipBoundary_ClipPlane_m_origin_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGiPlanarClipBoundary_clone(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdGiPlanarClipBoundary_ClipPlane(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiPlanarClipBoundary_setSectionGeometryOutput(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static global::System.IntPtr OdGiPlanarClipBoundary_ClipPlane_m_normal_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGiPlanarClipBoundary_ClipPlane_m_origin_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiPlanarClipBoundary_setCuttedGeometryOutput(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static IntPtr OdGiPlanarClipBoundary_sectionGeometryOutput(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdGiPlanarClipBoundary_cuttedGeometryOutput(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGiPlanarClipBoundary_ClipPlane_setOrigin(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGiPlanarClipBoundary_ClipPlane_setNormal(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void delete_OdGiPlanarClipBoundary(global::System.Runtime.InteropServices.HandleRef jarg1)
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdGeVector3d obj)
OdGiAbstractClipBoundary()
static HandleRef getCPtr(OdGiCuttedGeometryOutput obj)
static HandleRef getCPtr(ClipPlane obj)
OdGiPlanarClipBoundary.ClipPlane setNormal(OdGeVector3d normal)
ClipPlane(IntPtr cPtr, bool cMemoryOwn)
virtual void Dispose(bool disposing)
ClipPlane(OdGePoint3d origin, OdGeVector3d normal)
OdGiPlanarClipBoundary.ClipPlane setOrigin(OdGePoint3d origin)
Teigha.Core.OdGePoint3d vb_origin()
void setClipPlanes(ClipPlaneArray pClipPlanes)
OdGiSectionGeometryOutput sectionGeometryOutput()
override Teigha.Core.OdGiAbstractClipBoundary.BoundaryType vb_type()
ClipPlaneArray clipPlanes()
override OdGiAbstractClipBoundary.BoundaryType type()
override OdGiAbstractClipBoundary clone()
void setSectionGeometryOutput(OdGiSectionGeometryOutput pSectionOutput)
override void Dispose(bool disposing)
void setCuttedGeometryOutput(OdGiCuttedGeometryOutput pCuttedOutput)
static HandleRef getCPtr(OdGiPlanarClipBoundary obj)
OdGiPlanarClipBoundary(IntPtr cPtr, bool cMemoryOwn)
OdGiCuttedGeometryOutput cuttedGeometryOutput()
static HandleRef getCPtr(OdGiSectionGeometryOutput obj)