Extended .NET SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
OdGsCollisionDetectionContext.cs
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// <auto-generated />
3//
4// This file was automatically generated by SWIG (http://www.swig.org).
5// Version 4.0.2
6//
7// Do not make changes to this file unless you know what you are doing--modify
8// the SWIG interface file instead.
9//------------------------------------------------------------------------------
10
11namespace Teigha.Core {
12
13using System;
14using System.Runtime.InteropServices;
15
16public class OdGsCollisionDetectionContext : global::System.IDisposable {
17 private Object locker = new Object();
18 private HandleRef swigCPtr;
19 protected bool swigCMemOwn;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 public OdGsCollisionDetectionContext(IntPtr cPtr, bool cMemoryOwn) {
22 swigCMemOwn = cMemoryOwn;
23 swigCPtr = new HandleRef(this, cPtr);
24 }
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(OdGsCollisionDetectionContext obj) {
27 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
28 }
29
31 Dispose(false);
32 }
33
34 public void Dispose() {
35 Dispose(true);
36 global::System.GC.SuppressFinalize(this);
37 }
38
39 protected virtual void Dispose(bool disposing) {
40 lock(this) {
41 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
42 if (swigCMemOwn) {
43 swigCMemOwn = false;
45 }
46 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
47 }
48 }
49 }
50
51 public OdGsCollisionDetectionContext() : this(GlobalsPINVOKE.new_OdGsCollisionDetectionContext(), true) {
53 }
54
59
65
70
76
81
87
92
98
103
109
115
120
126
131
137
142
148
153
159
160}
161
162}
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 bool OdGsCollisionDetectionContext_isToleranceOverride(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdGsCollisionDetectionContext(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 void OdGsCollisionDetectionContext_setProcessSingleList(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 bool OdGsCollisionDetectionContext_getProcessSingleList(global::System.Runtime.InteropServices.HandleRef jarg1)
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)
Definition OdGeTol.cs:26
static HandleRef getCPtr(OdGsCollisionDetectionContext obj)