Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdGeShellData.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 OdGeShellData : 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 OdGeShellData(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(OdGeShellData 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
52 set {
55 }
56 get
57 {
58 // csvarout array
60
62 return res;
63 }
64
65 }
66
68 set {
71 }
72 get
73 {
74 // csvarout array
76
78 return res;
79 }
80
81 }
82
84 set {
87 }
88 get
89 {
90 // csvarout array
92
94 return res;
95 }
96
97 }
98
100 set {
103 }
104 get
105 {
106 // csvarout array
108
110 return res;
111 }
112
113 }
114
115 public OdGeShellData() : this(GlobalsPINVOKE.new_OdGeShellData(), true) {
117 }
118
119}
120
121}
static global::System.Exception Retrieve()
static global::System.IntPtr OdGeShellData_m_colors_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdGeShellData_m_edgeVisibilities_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGeShellData_m_colors_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGeShellData_m_vertices_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGeShellData_m_edgeVisibilities_set(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static void OdGeShellData_m_vertices_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGeShellData_m_faces_set(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static IntPtr OdGeShellData_m_faces_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdGeShellData(global::System.Runtime.InteropServices.HandleRef jarg1)
static HandleRef getCPtr(OdCmEntityColorArray obj)
static HandleRef getCPtr(OdGePoint3dArray obj)
static HandleRef getCPtr(OdGeShellData obj)
OdCmEntityColorArray m_colors
OdGeShellData(IntPtr cPtr, bool cMemoryOwn)
OdUInt8Array m_edgeVisibilities
virtual void Dispose(bool disposing)
OdGePoint3dArray m_vertices
static HandleRef getCPtr(OdInt32Array obj)
Definition: OdInt32Array.cs:28
static HandleRef getCPtr(OdUInt8Array obj)
Definition: OdUInt8Array.cs:28