Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
BrepBuilderErrorsHolder.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 BrepBuilderErrorsHolder : 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 BrepBuilderErrorsHolder(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(BrepBuilderErrorsHolder 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 BrepBuilderErrorsHolder() : this(GlobalsPINVOKE.new_BrepBuilderErrorsHolder__SWIG_0(), true) {
53 }
54
55 public BrepBuilderErrorsHolder(OdResult errCode, String errMsg, UInt32 /*SIMPLETYPE*/ complexId, UInt32 /*SIMPLETYPE*/ shellId, UInt32 /*SIMPLETYPE*/ faceId, UInt32 /*SIMPLETYPE*/ loopId, UInt32 /*SIMPLETYPE*/ edgeId, UInt32 /*SIMPLETYPE*/ coedgeId) : this(GlobalsPINVOKE.new_BrepBuilderErrorsHolder__SWIG_1((int)errCode, errMsg, complexId /*SIMPLETYPE*/, shellId /*SIMPLETYPE*/, faceId /*SIMPLETYPE*/, loopId /*SIMPLETYPE*/, edgeId /*SIMPLETYPE*/, coedgeId /*SIMPLETYPE*/), true) {
57 }
58
59 public BrepBuilderErrorsHolder(OdResult errCode, String errMsg, UInt32 /*SIMPLETYPE*/ complexId, UInt32 /*SIMPLETYPE*/ shellId, UInt32 /*SIMPLETYPE*/ faceId, UInt32 /*SIMPLETYPE*/ loopId, UInt32 /*SIMPLETYPE*/ edgeId) : this(GlobalsPINVOKE.new_BrepBuilderErrorsHolder__SWIG_2((int)errCode, errMsg, complexId /*SIMPLETYPE*/, shellId /*SIMPLETYPE*/, faceId /*SIMPLETYPE*/, loopId /*SIMPLETYPE*/, edgeId /*SIMPLETYPE*/), true) {
61 }
62
63 public BrepBuilderErrorsHolder(OdResult errCode, String errMsg, UInt32 /*SIMPLETYPE*/ complexId, UInt32 /*SIMPLETYPE*/ shellId, UInt32 /*SIMPLETYPE*/ faceId, UInt32 /*SIMPLETYPE*/ loopId) : this(GlobalsPINVOKE.new_BrepBuilderErrorsHolder__SWIG_3((int)errCode, errMsg, complexId /*SIMPLETYPE*/, shellId /*SIMPLETYPE*/, faceId /*SIMPLETYPE*/, loopId /*SIMPLETYPE*/), true) {
65 }
66
67 public BrepBuilderErrorsHolder(OdResult errCode, String errMsg, UInt32 /*SIMPLETYPE*/ complexId, UInt32 /*SIMPLETYPE*/ shellId, UInt32 /*SIMPLETYPE*/ faceId) : this(GlobalsPINVOKE.new_BrepBuilderErrorsHolder__SWIG_4((int)errCode, errMsg, complexId /*SIMPLETYPE*/, shellId /*SIMPLETYPE*/, faceId /*SIMPLETYPE*/), true) {
69 }
70
71 public BrepBuilderErrorsHolder(OdResult errCode, String errMsg, UInt32 /*SIMPLETYPE*/ complexId, UInt32 /*SIMPLETYPE*/ shellId) : this(GlobalsPINVOKE.new_BrepBuilderErrorsHolder__SWIG_5((int)errCode, errMsg, complexId /*SIMPLETYPE*/, shellId /*SIMPLETYPE*/), true) {
73 }
74
75 public BrepBuilderErrorsHolder(OdResult errCode, String errMsg, UInt32 /*SIMPLETYPE*/ complexId) : this(GlobalsPINVOKE.new_BrepBuilderErrorsHolder__SWIG_6((int)errCode, errMsg, complexId /*SIMPLETYPE*/), true) {
77 }
78
79 public BrepBuilderErrorsHolder(OdResult errCode, String errMsg) : this(GlobalsPINVOKE.new_BrepBuilderErrorsHolder__SWIG_7((int)errCode, errMsg), true) {
81 }
82
83 public BrepBuilderErrorsHolder(OdResult errCode) : this(GlobalsPINVOKE.new_BrepBuilderErrorsHolder__SWIG_8((int)errCode), true) {
85 }
86
88 set {
91 }
92 get {
95 return ret;
96 }
97 }
98
99 public UInt32 m_complexId {
100 set {
101 /*SIMPLETYPE*/
104 }
105 get {
106 /*SIMPLETYPE*/
109 return ret;
110 }
111 }
112
113 public UInt32 m_shellId {
114 set {
115 /*SIMPLETYPE*/
118 }
119 get {
120 /*SIMPLETYPE*/
123 return ret;
124 }
125 }
126
127 public UInt32 m_faceId {
128 set {
129 /*SIMPLETYPE*/
132 }
133 get {
134 /*SIMPLETYPE*/
137 return ret;
138 }
139 }
140
141 public UInt32 m_loopId {
142 set {
143 /*SIMPLETYPE*/
146 }
147 get {
148 /*SIMPLETYPE*/
151 return ret;
152 }
153 }
154
155 public UInt32 m_edgeId {
156 set {
157 /*SIMPLETYPE*/
160 }
161 get {
162 /*SIMPLETYPE*/
165 return ret;
166 }
167 }
168
169 public UInt32 m_coedgeId {
170 set {
171 /*SIMPLETYPE*/
174 }
175 get {
176 /*SIMPLETYPE*/
179 return ret;
180 }
181 }
182
184 set { // OdString csvarin
187 }
188
189 get { // OdString csvarout
192 return ret;
193 }
194
195 }
196
197}
198
199}
BrepBuilderErrorsHolder(OdResult errCode, String errMsg, UInt32 complexId)
static HandleRef getCPtr(BrepBuilderErrorsHolder obj)
BrepBuilderErrorsHolder(OdResult errCode, String errMsg, UInt32 complexId, UInt32 shellId, UInt32 faceId, UInt32 loopId)
virtual void Dispose(bool disposing)
BrepBuilderErrorsHolder(OdResult errCode, String errMsg, UInt32 complexId, UInt32 shellId, UInt32 faceId)
BrepBuilderErrorsHolder(OdResult errCode, String errMsg)
BrepBuilderErrorsHolder(OdResult errCode, String errMsg, UInt32 complexId, UInt32 shellId, UInt32 faceId, UInt32 loopId, UInt32 edgeId, UInt32 coedgeId)
BrepBuilderErrorsHolder(IntPtr cPtr, bool cMemoryOwn)
BrepBuilderErrorsHolder(OdResult errCode, String errMsg, UInt32 complexId, UInt32 shellId, UInt32 faceId, UInt32 loopId, UInt32 edgeId)
BrepBuilderErrorsHolder(OdResult errCode, String errMsg, UInt32 complexId, UInt32 shellId)
static global::System.Exception Retrieve()
static void delete_BrepBuilderErrorsHolder(global::System.Runtime.InteropServices.HandleRef jarg1)
static void BrepBuilderErrorsHolder_m_complexId_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void BrepBuilderErrorsHolder_m_loopId_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static UInt32 BrepBuilderErrorsHolder_m_coedgeId_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 BrepBuilderErrorsHolder_m_faceId_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 BrepBuilderErrorsHolder_m_edgeId_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void BrepBuilderErrorsHolder_m_errorMessage_set(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static UInt32 BrepBuilderErrorsHolder_m_complexId_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static int BrepBuilderErrorsHolder_m_errorCode_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void BrepBuilderErrorsHolder_m_edgeId_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void BrepBuilderErrorsHolder_m_coedgeId_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void BrepBuilderErrorsHolder_m_errorCode_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void BrepBuilderErrorsHolder_m_shellId_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void BrepBuilderErrorsHolder_m_faceId_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static UInt32 BrepBuilderErrorsHolder_m_loopId_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 BrepBuilderErrorsHolder_m_shellId_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static String BrepBuilderErrorsHolder_m_errorMessage_get(global::System.Runtime.InteropServices.HandleRef jarg1)