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 void OdGsCollisionDetectionContext_setIntersectionWithModel(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdGsCollisionDetectionContext_getCheckAll(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGsCollisionDetectionContext_setCombineSubEntities(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdGsCollisionDetectionContext_combineSubEntities(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGsCollisionDetectionContext_setProcessSignleList(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdGsCollisionDetectionContext_isToleranceOverride(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdGsCollisionDetectionContext(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGsCollisionDetectionContext_getProcessSignleList(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGsCollisionDetectionContext_setClearance(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool OdGsCollisionDetectionContext_intersectionWithModel(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGsCollisionDetectionContext_ignoreViewExtents(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGsCollisionDetectionContext_setIgnoreViewExtents(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdGsCollisionDetectionContext_getCalculateDistance(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGsCollisionDetectionContext_intersectionOnly(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGsCollisionDetectionContext_setIntersectionOnly(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdGsCollisionDetectionContext_setToleranceOverride(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGsCollisionDetectionContext_toleranceOverride(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGsCollisionDetectionContext_setCheckAll(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdGsCollisionDetectionContext_setCalculateDistance(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static double OdGsCollisionDetectionContext_getClearance(global::System.Runtime.InteropServices.HandleRef jarg1)
static HandleRef getCPtr(OdGeTol obj)
OdGsCollisionDetectionContext()
bool intersectionWithModel()
static HandleRef getCPtr(OdGsCollisionDetectionContext obj)
void setToleranceOverride(OdGeTol tol)
bool getProcessSignleList()
void setIntersectionWithModel(bool bSet)
void setProcessSignleList(bool bSet)
virtual void Dispose(bool disposing)
void setClearance(double c)
void setCheckAll(bool bSet)
void setIntersectionOnly(bool bSet)
bool isToleranceOverride()
bool combineSubEntities()
void setIgnoreViewExtents(bool bSet)
OdGsCollisionDetectionContext(IntPtr cPtr, bool cMemoryOwn)
bool getCalculateDistance()
void setCalculateDistance(bool bSet)
OdGeTol toleranceOverride()
void setCombineSubEntities(bool bSet)