Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdGeShell.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 OdGeShell : 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 OdGeShell(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(OdGeShell obj) {
27 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
28 }
29
30 ~OdGeShell() {
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 OdGeShell() : this(GlobalsPINVOKE.new_OdGeShell(), true) {
53 }
54
56 set {
59 }
60 get
61 {
62 // csvarout array
64
66 return res;
67 }
68
69 }
70
72 set {
75 }
76 get
77 {
78 // csvarout array
80
82 return res;
83 }
84
85 }
86
88 set {
91 }
92 get
93 {
94 // csvarout array
96
98 return res;
99 }
100
101 }
102
104 set {
107 }
108 get
109 {
110 // csvarout array
112
114 return res;
115 }
116
117 }
118
120 set {
123 }
124 get
125 {
126 // csvarout array
128
130 return res;
131 }
132
133 }
134
136 set {
139 }
140 get
141 {
142 // csvarout array
144
146 return res;
147 }
148
149 }
150
152 set {
155 }
156 get
157 {
158 // csvarout array
160
162 return res;
163 }
164
165 }
166
168 set {
171 }
172 get
173 {
174 // csvarout array
176
178 return res;
179 }
180
181 }
182
184 set {
187 }
188 get
189 {
190 // csvarout array
192
194 return res;
195 }
196
197 }
198
200 set {
203 }
204 get
205 {
206 // csvarout array
208
210 return res;
211 }
212
213 }
214
216 set {
219 }
220 get
221 {
222 // csvarout array
224
226 return res;
227 }
228
229 }
230
232 set {
235 }
236 get
237 {
238 // csvarout array
240
242 return res;
243 }
244
245 }
246
248 set {
251 }
252 get
253 {
254 // csvarout array
256
258 return res;
259 }
260
261 }
262
264 set {
267 }
268 get
269 {
270 // csvarout array
272
274 return res;
275 }
276
277 }
278
280 set {
283 }
284 get
285 {
286 // csvarout array
288
290 return res;
291 }
292
293 }
294
296 set {
299 }
300 get {
301 global::System.IntPtr cPtr = GlobalsPINVOKE.OdGeShell_faceMappers_get(swigCPtr);
302 OdGiMapperObjectArray ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdGiMapperObjectArray(cPtr, false);
304 return ret;
305 }
306 }
307
309 set {
312 }
313 get
314 {
315 // csvarout array
317
319 return res;
320 }
321
322 }
323
325 set {
328 }
329 get
330 {
331 // csvarout array
333
335 return res;
336 }
337
338 }
339
341 set {
344 }
345 get
346 {
347 // csvarout array
349
351 return res;
352 }
353
354 }
355
356 public void addVertex(OdGePoint3d vertex) {
359 }
360
361 public void endFace() {
364 }
365
366 public void startFace(bool bHole) {
369 }
370
371 public void startFace() {
374 }
375
376 public void addFaceVertex(int nVertexIndex) {
377 GlobalsPINVOKE.OdGeShell_addFaceVertex(swigCPtr, nVertexIndex);
379 }
380
381 public void draw(OdGiGeometry geometry) {
384 }
385
386}
387
388}
static global::System.Exception Retrieve()
static void OdGeShell_edgeVisibilities_set(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static global::System.IntPtr OdGeShell_faceLayers_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGeShell_edgeLinetypes_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGeShell_faceMappers_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGeShell_faceNormals_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGeShell_edgeTrueColors_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGeShell_faceMappers_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGeShell_edgeTrueColors_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGeShell_faceTrueColors_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGeShell_startFace__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static global::System.IntPtr OdGeShell_faceSelectionMarkers_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGeShell_edgeColors_set(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static void OdGeShell_vertexNormals_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGeShell_addVertex(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGeShell_edgeLayers_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGeShell_faceTransparencies_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGeShell_vertices_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGeShell_addFaceVertex(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void OdGeShell_endFace(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGeShell_faceTrueColors_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGeShell_faceLayers_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGeShell_faceNormals_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGeShell_vertices_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGeShell_faceMaterials_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGeShell_textureCoords_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdGeShell_edgeVisibilities_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGeShell_edgeSelectionMarkers_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdGeShell_faceColors_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGeShell_edgeLayers_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGeShell_faceColors_set(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static void OdGeShell_faceSelectionMarkers_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGeShell_faces_set(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static void OdGeShell_textureCoords_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdGeShell_edgeColors_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGeShell_faceMaterials_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGeShell_edgeSelectionMarkers_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGeShell_vertexNormals_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGeShell_draw(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static global::System.IntPtr OdGeShell_faceTransparencies_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGeShell_startFace__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdGeShell(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGeShell_faceVisibilities_set(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static IntPtr OdGeShell_faces_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGeShell_edgeLinetypes_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdGeShell_faceVisibilities_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static HandleRef getCPtr(OdCmEntityColorArray obj)
static HandleRef getCPtr(OdCmTransparencyArray obj)
static HandleRef getCPtr(OdDbStubPtrArray obj)
static HandleRef getCPtr(OdGePoint3dArray obj)
static HandleRef getCPtr(OdGePoint3d obj)
Definition: OdGePoint3d.cs:26
OdUInt8Array edgeVisibilities
Definition: OdGeShell.cs:167
OdUInt8Array faceVisibilities
Definition: OdGeShell.cs:263
void draw(OdGiGeometry geometry)
Definition: OdGeShell.cs:381
static HandleRef getCPtr(OdGeShell obj)
Definition: OdGeShell.cs:26
void startFace(bool bHole)
Definition: OdGeShell.cs:366
OdGeVector3dArray vertexNormals
Definition: OdGeShell.cs:340
OdUInt16Array faceColors
Definition: OdGeShell.cs:183
OdCmEntityColorArray edgeTrueColors
Definition: OdGeShell.cs:103
void addFaceVertex(int nVertexIndex)
Definition: OdGeShell.cs:376
OdUInt16Array edgeColors
Definition: OdGeShell.cs:87
OdCmTransparencyArray faceTransparencies
Definition: OdGeShell.cs:308
OdGsMarkerArray faceSelectionMarkers
Definition: OdGeShell.cs:247
virtual void Dispose(bool disposing)
Definition: OdGeShell.cs:39
OdGiMapperObjectArray faceMappers
Definition: OdGeShell.cs:295
OdDbStubPtrArray faceLayers
Definition: OdGeShell.cs:215
OdGeShell(IntPtr cPtr, bool cMemoryOwn)
Definition: OdGeShell.cs:21
OdGsMarkerArray edgeSelectionMarkers
Definition: OdGeShell.cs:151
OdInt32Array faces
Definition: OdGeShell.cs:71
OdGePoint3dArray textureCoords
Definition: OdGeShell.cs:324
OdGeVector3dArray faceNormals
Definition: OdGeShell.cs:231
void addVertex(OdGePoint3d vertex)
Definition: OdGeShell.cs:356
OdDbStubPtrArray edgeLinetypes
Definition: OdGeShell.cs:135
OdCmEntityColorArray faceTrueColors
Definition: OdGeShell.cs:199
OdDbStubPtrArray faceMaterials
Definition: OdGeShell.cs:279
OdGePoint3dArray vertices
Definition: OdGeShell.cs:55
OdDbStubPtrArray edgeLayers
Definition: OdGeShell.cs:119
static HandleRef getCPtr(OdGeVector3dArray obj)
static HandleRef getCPtr(OdGiGeometry obj)
Definition: OdGiGeometry.cs:25
static HandleRef getCPtr(OdGiMapperObjectArray obj)
static HandleRef getCPtr(OdGsMarkerArray obj)
static HandleRef getCPtr(OdInt32Array obj)
Definition: OdInt32Array.cs:28
static HandleRef getCPtr(OdUInt16Array obj)
static HandleRef getCPtr(OdUInt8Array obj)
Definition: OdUInt8Array.cs:28