Extended .NET SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
OdGiDrawable.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 OdGiDrawable : OdRxObject {
17 private Object locker = new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 public OdGiDrawable(IntPtr cPtr, bool cMemoryOwn) : base(GlobalsPINVOKE.OdGiDrawable_SWIGUpcast(cPtr), cMemoryOwn) {
21 swigCPtr = new HandleRef(this, cPtr);
22 }
23
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
25 public static HandleRef getCPtr(OdGiDrawable obj) {
26 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
27 }
28
29 protected override void Dispose(bool disposing) {
30 lock(this) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
32 if (swigCMemOwn) {
33 swigCMemOwn = false;
35 }
36 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
37 }
38 base.Dispose(disposing);
39 }
40 }
41
42 public OdGiDrawable()
43 : this(GlobalsPINVOKE.new_OdGiDrawable(), MemoryManager.GetMemoryManager().GetCurrentTransaction() == null)
44 {
45 MemoryTransaction mTr = MemoryManager.GetMemoryManager().GetCurrentTransaction(); // MemoryTransaction #1
46 if (null != mTr)
47 {
48 mTr.AddObject(new OdGiDrawable(swigCPtr.Handle, true));
49 }
51 SwigDirectorConnect();
52 DelegateHolder.OnHoldSwigDirectorDelegates(this);
53 }
54
55 public static OdGiDrawable cast(OdRxObject pObj) {// OdSmartPtr<OdGiDrawable>
56 MemoryManager mMan = MemoryManager.GetMemoryManager();
57 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
59
60 OdGiDrawable ret = null;
61 if (null != mTrans)
62 {
63 mTrans.AddObject((OdGiDrawable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDrawable),ptr, true));
64 ret = (OdGiDrawable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDrawable),ptr, false);
65 }
66 else
67 {
68 ret = (OdGiDrawable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDrawable),ptr, true);
69 }
70
72 return ret;
73}
74
75 public new static OdRxClass desc() {
76 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),GlobalsPINVOKE.OdGiDrawable_desc(),false); /*createInt 3_2*/
77
79 return ret;
80}
81
82 public override OdRxClass isA() {
83 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),(SwigDerivedClassHasMethod("isA", swigMethodTypes1) ? GlobalsPINVOKE.OdGiDrawable_isASwigExplicitOdGiDrawable(swigCPtr) : GlobalsPINVOKE.OdGiDrawable_isA(swigCPtr)),false); /*createInt 3_2*/
84
86 return ret;
87}
88
89 public override OdRxObject queryX(OdRxClass protocolClass) {
90 OdRxObject ret = (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),(SwigDerivedClassHasMethod("queryX", swigMethodTypes0) ? GlobalsPINVOKE.OdGiDrawable_queryXSwigExplicitOdGiDrawable(swigCPtr, OdRxClass.getCPtr(protocolClass)) : GlobalsPINVOKE.OdGiDrawable_queryX(swigCPtr, OdRxClass.getCPtr(protocolClass))),false); /*createInt 3_2*/
91
93 return ret;
94}
95
96 public static OdGiDrawable createObject() {// OdSmartPtr<OdGiDrawable>
97 MemoryManager mMan = MemoryManager.GetMemoryManager();
98 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
100
101 OdGiDrawable ret = null;
102 if (null != mTrans)
103 {
104 mTrans.AddObject((OdGiDrawable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDrawable),ptr, true));
105 ret = (OdGiDrawable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDrawable),ptr, false);
106 }
107 else
108 {
109 ret = (OdGiDrawable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDrawable),ptr, true);
110 }
111
113 return ret;
114}
115
121
122 public virtual UInt32 setAttributes(OdGiDrawableTraits pTraits) {
123// test csout
124 /*SIMPLETYPE*/
127 return ret;
128 }
129
130 public virtual bool worldDraw(OdGiWorldDraw pWd) {
133 return ret;
134 }
135
140
141 public virtual bool isPersistent() {
142 bool ret = GlobalsPINVOKE.OdGiDrawable_isPersistent(swigCPtr);
144 return ret;
145 }
146
147 public virtual OdDbStub id() {
148 global::System.IntPtr cPtr = GlobalsPINVOKE.OdGiDrawable_id(swigCPtr);
149 OdDbStub ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdDbStub(cPtr, false);
151 return ret;
152 }
153
158
159 public virtual OdGsCache gsNode() {
160 OdGsCache ret = (OdGsCache)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGsCache),GlobalsPINVOKE.OdGiDrawable_gsNode(swigCPtr),false); /*createInt 3_2*/
161
163 return ret;
164}
165
166 public virtual UInt32 viewportDrawLogicalFlags(OdGiViewportDraw pVd) {
167// test csout
168 /*SIMPLETYPE*/
171 return ret;
172 }
173
179
180 public virtual UInt32 regenSupportFlags() {
181// test csout
182 /*SIMPLETYPE*/
183 UInt32 ret = GlobalsPINVOKE.OdGiDrawable_regenSupportFlags(swigCPtr);
185 return ret;
186 }
187
188 protected virtual UInt32 subSetAttributes(OdGiDrawableTraits traits) {
189// test csout
190 /*SIMPLETYPE*/
193 return ret;
194 }
195
201
206
207 protected virtual UInt32 subViewportDrawLogicalFlags(OdGiViewportDraw vd) {
208// test csout
209 /*SIMPLETYPE*/
210 UInt32 ret = (SwigDerivedClassHasMethod("subViewportDrawLogicalFlags", swigMethodTypes11) ? GlobalsPINVOKE.OdGiDrawable_subViewportDrawLogicalFlagsSwigExplicitOdGiDrawable(swigCPtr, OdGiViewportDraw.getCPtr(vd)) : GlobalsPINVOKE.OdGiDrawable_subViewportDrawLogicalFlags(swigCPtr, OdGiViewportDraw.getCPtr(vd)));
212 return ret;
213 }
214
215 protected virtual UInt32 subRegenSupportFlags() {
216// test csout
217 /*SIMPLETYPE*/
218 UInt32 ret = (SwigDerivedClassHasMethod("subRegenSupportFlags", swigMethodTypes12) ? GlobalsPINVOKE.OdGiDrawable_subRegenSupportFlagsSwigExplicitOdGiDrawable(swigCPtr) : GlobalsPINVOKE.OdGiDrawable_subRegenSupportFlags(swigCPtr));
220 return ret;
221 }
222
223 protected static string getRealClassName(IntPtr ptr) {
224 string ret = GlobalsPINVOKE.OdGiDrawable_getRealClassName(ptr /*SIMPLETYPE*/);
226 return ret;
227 }
228
234
235 private void SwigDirectorConnect() {
236 if (SwigDerivedClassHasMethod("queryX", swigMethodTypes0))
237 swigDelegate0 = new SwigDelegateOdGiDrawable_0(SwigDirectorMethodqueryX);
238 if (SwigDerivedClassHasMethod("isA", swigMethodTypes1))
239 swigDelegate1 = new SwigDelegateOdGiDrawable_1(SwigDirectorMethodisA);
240 if (SwigDerivedClassHasMethod("copyFrom", swigMethodTypes2))
241 swigDelegate2 = new SwigDelegateOdGiDrawable_2(SwigDirectorMethodcopyFrom);
242 if (SwigDerivedClassHasMethod("drawableType", swigMethodTypes3))
243 swigDelegate3 = new SwigDelegateOdGiDrawable_3(SwigDirectorMethoddrawableType);
244 if (SwigDerivedClassHasMethod("isPersistent", swigMethodTypes4))
245 swigDelegate4 = new SwigDelegateOdGiDrawable_4(SwigDirectorMethodisPersistent);
246 if (SwigDerivedClassHasMethod("id", swigMethodTypes5))
247 swigDelegate5 = new SwigDelegateOdGiDrawable_5(SwigDirectorMethodid);
248 if (SwigDerivedClassHasMethod("setGsNode", swigMethodTypes6))
249 swigDelegate6 = new SwigDelegateOdGiDrawable_6(SwigDirectorMethodsetGsNode);
250 if (SwigDerivedClassHasMethod("gsNode", swigMethodTypes7))
251 swigDelegate7 = new SwigDelegateOdGiDrawable_7(SwigDirectorMethodgsNode);
252 if (SwigDerivedClassHasMethod("subSetAttributes", swigMethodTypes8))
253 swigDelegate8 = new SwigDelegateOdGiDrawable_8(SwigDirectorMethodsubSetAttributes);
254 if (SwigDerivedClassHasMethod("subWorldDraw", swigMethodTypes9))
255 swigDelegate9 = new SwigDelegateOdGiDrawable_9(SwigDirectorMethodsubWorldDraw);
256 if (SwigDerivedClassHasMethod("subViewportDraw", swigMethodTypes10))
257 swigDelegate10 = new SwigDelegateOdGiDrawable_10(SwigDirectorMethodsubViewportDraw);
258 if (SwigDerivedClassHasMethod("subViewportDrawLogicalFlags", swigMethodTypes11))
259 swigDelegate11 = new SwigDelegateOdGiDrawable_11(SwigDirectorMethodsubViewportDrawLogicalFlags);
260 if (SwigDerivedClassHasMethod("subRegenSupportFlags", swigMethodTypes12))
261 swigDelegate12 = new SwigDelegateOdGiDrawable_12(SwigDirectorMethodsubRegenSupportFlags);
262 GlobalsPINVOKE.OdGiDrawable_director_connect(swigCPtr, swigDelegate0, swigDelegate1, swigDelegate2, swigDelegate3, swigDelegate4, swigDelegate5, swigDelegate6, swigDelegate7, swigDelegate8, swigDelegate9, swigDelegate10, swigDelegate11, swigDelegate12);
263 }
264
265 private bool SwigDerivedClassHasMethod(string methodName, global::System.Type[] methodTypes) {
266 global::System.Reflection.MethodInfo methodInfo = this.GetType().GetMethod(methodName, global::System.Reflection.BindingFlags.Public | global::System.Reflection.BindingFlags.NonPublic | global::System.Reflection.BindingFlags.Instance, null, methodTypes, null);
267 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(OdGiDrawable));
268 return hasDerivedMethod;
269 }
270
271 private IntPtr SwigDirectorMethodqueryX(IntPtr protocolClass) {
272 return
273 // csdirectorout for OdRxObject*, OdRxObject&
274 OdRxObject.getCPtr(queryX(
275 (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),protocolClass,false) /*createInt 6_2*/ // csdirectorin for smart pointer
276)).Handle
277;
278 }
279
280 private IntPtr SwigDirectorMethodisA() {
281 return
282 // csdirectorout for OdRxClass*, OdRxClass&
283 OdRxClass.getCPtr(isA()).Handle
284;
285 }
286
287 private void SwigDirectorMethodcopyFrom(IntPtr pSource) {
288 copyFrom(
289 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pSource,false) /*createInt 6_2*/ // csdirectorin for smart pointer
290);
291 }
292
293 private int SwigDirectorMethoddrawableType() {
294 return (int)drawableType();
295 }
296
297 private bool SwigDirectorMethodisPersistent() {
298 return isPersistent();
299 }
300
301 private global::System.IntPtr SwigDirectorMethodid() {
302 return OdDbStub.getCPtr(id()).Handle;
303 }
304
305 private void SwigDirectorMethodsetGsNode(IntPtr pGsNode) {
306 setGsNode(
307new OdGsCache(pGsNode,false)
308);
309 }
310
311 private IntPtr SwigDirectorMethodgsNode() {
312 return
313 // csdirectorout for OdGsCache*, OdGsCache&
314 OdGsCache.getCPtr(gsNode()).Handle
315;
316 }
317
318 private UInt32 /*SIMPLETYPE*/ SwigDirectorMethodsubSetAttributes(IntPtr traits) {
319 return subSetAttributes(
320new OdGiDrawableTraits(traits,false)
321) /*SIMPLETYPE*/;
322 }
323
324 private bool SwigDirectorMethodsubWorldDraw(IntPtr wd) {
325 return subWorldDraw(
326new OdGiWorldDraw_Internal(wd,false)
327);
328 }
329
330 private void SwigDirectorMethodsubViewportDraw(IntPtr vd) {
332new OdGiViewportDraw_Internal(vd,false)
333);
334 }
335
336 private UInt32 /*SIMPLETYPE*/ SwigDirectorMethodsubViewportDrawLogicalFlags(IntPtr vd) {
338new OdGiViewportDraw_Internal(vd,false)
339) /*SIMPLETYPE*/;
340 }
341
342 private UInt32 /*SIMPLETYPE*/ SwigDirectorMethodsubRegenSupportFlags() {
343 return subRegenSupportFlags() /*SIMPLETYPE*/;
344 }
345
346 public delegate IntPtr SwigDelegateOdGiDrawable_0(IntPtr protocolClass);
347 public delegate IntPtr SwigDelegateOdGiDrawable_1();
348 public delegate void SwigDelegateOdGiDrawable_2(IntPtr pSource);
349 public delegate int SwigDelegateOdGiDrawable_3();
350 public delegate bool SwigDelegateOdGiDrawable_4();
351 public delegate global::System.IntPtr SwigDelegateOdGiDrawable_5();
352 public delegate void SwigDelegateOdGiDrawable_6(IntPtr pGsNode);
353 public delegate IntPtr SwigDelegateOdGiDrawable_7();
354 public delegate UInt32 /*SIMPLETYPE*/ SwigDelegateOdGiDrawable_8(IntPtr traits);
355 public delegate bool SwigDelegateOdGiDrawable_9(IntPtr wd);
356 public delegate void SwigDelegateOdGiDrawable_10(IntPtr vd);
357 public delegate UInt32 /*SIMPLETYPE*/ SwigDelegateOdGiDrawable_11(IntPtr vd);
358 public delegate UInt32 /*SIMPLETYPE*/ SwigDelegateOdGiDrawable_12();
359
360 private SwigDelegateOdGiDrawable_0 swigDelegate0;
361 private SwigDelegateOdGiDrawable_1 swigDelegate1;
362 private SwigDelegateOdGiDrawable_2 swigDelegate2;
363 private SwigDelegateOdGiDrawable_3 swigDelegate3;
364 private SwigDelegateOdGiDrawable_4 swigDelegate4;
365 private SwigDelegateOdGiDrawable_5 swigDelegate5;
366 private SwigDelegateOdGiDrawable_6 swigDelegate6;
367 private SwigDelegateOdGiDrawable_7 swigDelegate7;
368 private SwigDelegateOdGiDrawable_8 swigDelegate8;
369 private SwigDelegateOdGiDrawable_9 swigDelegate9;
370 private SwigDelegateOdGiDrawable_10 swigDelegate10;
371 private SwigDelegateOdGiDrawable_11 swigDelegate11;
372 private SwigDelegateOdGiDrawable_12 swigDelegate12;
373
374 private static global::System.Type[] swigMethodTypes0 = new global::System.Type[] { typeof(OdRxClass) };
375 private static global::System.Type[] swigMethodTypes1 = new global::System.Type[] { };
376 private static global::System.Type[] swigMethodTypes2 = new global::System.Type[] { typeof(OdRxObject) };
377 private static global::System.Type[] swigMethodTypes3 = new global::System.Type[] { };
378 private static global::System.Type[] swigMethodTypes4 = new global::System.Type[] { };
379 private static global::System.Type[] swigMethodTypes5 = new global::System.Type[] { };
380 private static global::System.Type[] swigMethodTypes6 = new global::System.Type[] { typeof(OdGsCache) };
381 private static global::System.Type[] swigMethodTypes7 = new global::System.Type[] { };
382 private static global::System.Type[] swigMethodTypes8 = new global::System.Type[] { typeof(OdGiDrawableTraits) };
383 private static global::System.Type[] swigMethodTypes9 = new global::System.Type[] { typeof(OdGiWorldDraw) };
384 private static global::System.Type[] swigMethodTypes10 = new global::System.Type[] { typeof(OdGiViewportDraw) };
385 private static global::System.Type[] swigMethodTypes11 = new global::System.Type[] { typeof(OdGiViewportDraw) };
386 private static global::System.Type[] swigMethodTypes12 = new global::System.Type[] { };
408
426
427}
428
429}
static global::System.Exception Retrieve()
static IntPtr OdGiDrawable_queryXSwigExplicitOdGiDrawable(HandleRef jarg1, HandleRef jarg2)
static IntPtr OdGiDrawable_isASwigExplicitOdGiDrawable(HandleRef jarg1)
static string OdGiDrawable_getRealClassName(IntPtr jarg1)
static void OdGiDrawable_viewportDraw(HandleRef jarg1, HandleRef jarg2)
static UInt32 OdGiDrawable_setAttributes(HandleRef jarg1, HandleRef jarg2)
static void OdGiDrawable_subViewportDraw(HandleRef jarg1, HandleRef jarg2)
static IntPtr OdGiDrawable_desc()
static UInt32 OdGiDrawable_subRegenSupportFlags(HandleRef jarg1)
static int OdGiDrawable_drawableType(HandleRef jarg1)
static UInt32 OdGiDrawable_viewportDrawLogicalFlags(HandleRef jarg1, HandleRef jarg2)
static UInt32 OdGiDrawable_subViewportDrawLogicalFlags(HandleRef jarg1, HandleRef jarg2)
static int OdGiDrawable_drawableTypeSwigExplicitOdGiDrawable(HandleRef jarg1)
static IntPtr OdGiDrawable_createObject()
static UInt32 OdGiDrawable_subViewportDrawLogicalFlagsSwigExplicitOdGiDrawable(HandleRef jarg1, HandleRef jarg2)
static UInt32 OdGiDrawable_regenSupportFlags(HandleRef jarg1)
static void delete_OdGiDrawable(HandleRef jarg1)
static UInt32 OdGiDrawable_subRegenSupportFlagsSwigExplicitOdGiDrawable(HandleRef jarg1)
static UInt32 OdGiDrawable_subSetAttributes(HandleRef jarg1, HandleRef jarg2)
static bool OdGiDrawable_isPersistent(HandleRef jarg1)
static IntPtr OdGiDrawable_queryX(HandleRef jarg1, HandleRef jarg2)
static IntPtr OdGiDrawable_gsNode(HandleRef jarg1)
static void OdGiDrawable_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, OdGiDrawable.SwigDelegateOdGiDrawable_0 delegate0, OdGiDrawable.SwigDelegateOdGiDrawable_1 delegate1, OdGiDrawable.SwigDelegateOdGiDrawable_2 delegate2, OdGiDrawable.SwigDelegateOdGiDrawable_3 delegate3, OdGiDrawable.SwigDelegateOdGiDrawable_4 delegate4, OdGiDrawable.SwigDelegateOdGiDrawable_5 delegate5, OdGiDrawable.SwigDelegateOdGiDrawable_6 delegate6, OdGiDrawable.SwigDelegateOdGiDrawable_7 delegate7, OdGiDrawable.SwigDelegateOdGiDrawable_8 delegate8, OdGiDrawable.SwigDelegateOdGiDrawable_9 delegate9, OdGiDrawable.SwigDelegateOdGiDrawable_10 delegate10, OdGiDrawable.SwigDelegateOdGiDrawable_11 delegate11, OdGiDrawable.SwigDelegateOdGiDrawable_12 delegate12)
static void OdGiDrawable_setGsNode(HandleRef jarg1, HandleRef jarg2)
static IntPtr OdGiDrawable_isA(HandleRef jarg1)
static bool OdGiDrawable_worldDraw(HandleRef jarg1, HandleRef jarg2)
static int OdGiDrawable_getGeomExtents(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGiDrawable_subWorldDraw(HandleRef jarg1, HandleRef jarg2)
static global::System.IntPtr OdGiDrawable_id(HandleRef jarg1)
static IntPtr OdGiDrawable_cast(HandleRef jarg1)
static HandleRef getCPtr(OdGeExtents3d obj)
delegate void SwigDelegateOdGiDrawable_10(IntPtr vd)
delegate global::System.IntPtr SwigDelegateOdGiDrawable_5()
delegate void SwigDelegateOdGiDrawable_6(IntPtr pGsNode)
override void Dispose(bool disposing)
virtual bool subWorldDraw(OdGiWorldDraw wd)
virtual UInt32 setAttributes(OdGiDrawableTraits pTraits)
static new OdRxClass desc()
delegate int SwigDelegateOdGiDrawable_3()
virtual UInt32 subRegenSupportFlags()
virtual OdResult getGeomExtents(OdGeExtents3d extents)
virtual OdGsCache gsNode()
virtual void subViewportDraw(OdGiViewportDraw vd)
delegate bool SwigDelegateOdGiDrawable_9(IntPtr wd)
static HandleRef getCPtr(OdGiDrawable obj)
delegate IntPtr SwigDelegateOdGiDrawable_0(IntPtr protocolClass)
delegate UInt32 SwigDelegateOdGiDrawable_12()
override OdRxClass isA()
virtual UInt32 viewportDrawLogicalFlags(OdGiViewportDraw pVd)
virtual UInt32 subSetAttributes(OdGiDrawableTraits traits)
delegate IntPtr SwigDelegateOdGiDrawable_1()
virtual bool isPersistent()
delegate bool SwigDelegateOdGiDrawable_4()
delegate UInt32 SwigDelegateOdGiDrawable_8(IntPtr traits)
static OdGiDrawable cast(OdRxObject pObj)
virtual UInt32 regenSupportFlags()
virtual OdGiDrawable.DrawableType drawableType()
virtual Teigha.Core.OdGiDrawable.DrawableType vb_drawableType()
delegate void SwigDelegateOdGiDrawable_2(IntPtr pSource)
virtual void setGsNode(OdGsCache pGsNode)
delegate IntPtr SwigDelegateOdGiDrawable_7()
static string getRealClassName(IntPtr ptr)
static OdGiDrawable createObject()
override OdRxObject queryX(OdRxClass protocolClass)
virtual OdDbStub id()
virtual UInt32 subViewportDrawLogicalFlags(OdGiViewportDraw vd)
virtual bool worldDraw(OdGiWorldDraw pWd)
virtual void viewportDraw(OdGiViewportDraw pVd)
delegate UInt32 SwigDelegateOdGiDrawable_11(IntPtr vd)
OdGiDrawable(IntPtr cPtr, bool cMemoryOwn)
static HandleRef getCPtr(OdGiDrawableTraits obj)
static HandleRef getCPtr(OdGiViewportDraw obj)
static HandleRef getCPtr(OdGiWorldDraw obj)
static HandleRef getCPtr(OdGsCache obj)
Definition OdGsCache.cs:25
static HandleRef getCPtr(OdRxClass obj)
Definition OdRxClass.cs:25
OdRxObject(IntPtr cPtr, bool cMemoryOwn)
Definition OdRxObject.cs:21
virtual void copyFrom(OdRxObject pSource)
static HandleRef getCPtr(OdRxObject obj)
Definition OdRxObject.cs:26