Extended .NET SDK Documentation 2025 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
54
70
86
102
118
134
150
166
182
198
214
230
246
262
278
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
323
339
355
360
365
370
375
376 public void addFaceVertex(int nVertexIndex) {
377 GlobalsPINVOKE.OdGeShell_addFaceVertex(swigCPtr, nVertexIndex);
379 }
380
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)
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)
static HandleRef getCPtr(OdGiMapperObjectArray obj)
static HandleRef getCPtr(OdGsMarkerArray obj)
static HandleRef getCPtr(OdInt32Array obj)
static HandleRef getCPtr(OdUInt16Array obj)
static HandleRef getCPtr(OdUInt8Array obj)