Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdGiClipBoundary.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 OdGiClipBoundary : 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 OdGiClipBoundary(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(OdGiClipBoundary 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 OdGiClipBoundary() : this(GlobalsPINVOKE.new_OdGiClipBoundary(), true) {
53 }
54
56 set {
59 }
60 get {
61 global::System.IntPtr cPtr = GlobalsPINVOKE.OdGiClipBoundary_m_vNormal_get(swigCPtr);
62 OdGeVector3d ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdGeVector3d(cPtr, false);
64 return ret;
65 }
66 }
67
69 set {
72 }
73 get {
74 global::System.IntPtr cPtr = GlobalsPINVOKE.OdGiClipBoundary_m_ptPoint_get(swigCPtr);
75 OdGePoint3d ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdGePoint3d(cPtr, false);
77 return ret;
78 }
79 }
80
82 set {
85 }
86 get
87 {
88 // csvarout array
90
92 return res;
93 }
94
95 }
96
98 set {
101 }
102 get {
103 global::System.IntPtr cPtr = GlobalsPINVOKE.OdGiClipBoundary_m_xToClipSpace_get(swigCPtr);
104 OdGeMatrix3d ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdGeMatrix3d(cPtr, false);
106 return ret;
107 }
108 }
109
111 set {
114 }
115 get {
116 global::System.IntPtr cPtr = GlobalsPINVOKE.OdGiClipBoundary_m_xInverseBlockRefXForm_get(swigCPtr);
117 OdGeMatrix3d ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdGeMatrix3d(cPtr, false);
119 return ret;
120 }
121 }
122
123 public double m_dFrontClipZ {
124 set {
127 }
128 get {
131 return ret;
132 }
133 }
134
135 public double m_dBackClipZ {
136 set {
139 }
140 get {
143 return ret;
144 }
145 }
146
147 public bool m_bClippingFront {
148 set {
151 }
152 get {
155 return ret;
156 }
157 }
158
159 public bool m_bDrawBoundary {
160 set {
163 }
164 get {
167 return ret;
168 }
169 }
170
171 public bool m_bClippingBack {
172 set {
175 }
176 get {
179 return ret;
180 }
181 }
182
183}
184
185}
static global::System.Exception Retrieve()
static void OdGiClipBoundary_m_vNormal_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiClipBoundary_m_xInverseBlockRefXForm_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiClipBoundary_m_Points_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiClipBoundary_m_xToClipSpace_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiClipBoundary_m_dFrontClipZ_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static global::System.IntPtr OdGiClipBoundary_m_vNormal_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGiClipBoundary_m_xInverseBlockRefXForm_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiClipBoundary_m_bDrawBoundary_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGiClipBoundary_m_ptPoint_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiClipBoundary_m_bDrawBoundary_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void delete_OdGiClipBoundary(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiClipBoundary_m_dBackClipZ_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static global::System.IntPtr OdGiClipBoundary_m_xToClipSpace_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiClipBoundary_m_bClippingBack_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGiClipBoundary_m_Points_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdGiClipBoundary_m_dFrontClipZ_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiClipBoundary_m_bClippingBack_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdGiClipBoundary_m_bClippingFront_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static double OdGiClipBoundary_m_dBackClipZ_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiClipBoundary_m_ptPoint_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGiClipBoundary_m_bClippingFront_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static HandleRef getCPtr(OdGeMatrix3d obj)
Definition: OdGeMatrix3d.cs:26
static HandleRef getCPtr(OdGePoint2dArray obj)
static HandleRef getCPtr(OdGePoint3d obj)
Definition: OdGePoint3d.cs:26
static HandleRef getCPtr(OdGeVector3d obj)
Definition: OdGeVector3d.cs:26
OdGiClipBoundary(IntPtr cPtr, bool cMemoryOwn)
virtual void Dispose(bool disposing)
static HandleRef getCPtr(OdGiClipBoundary obj)