Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdGsNode.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 OdGsNode : OdGsCache {
17 private Object locker = new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 public OdGsNode(IntPtr cPtr, bool cMemoryOwn) : base(GlobalsPINVOKE.OdGsNode_SWIGUpcast(cPtr), cMemoryOwn) {
21 swigCPtr = new HandleRef(this, cPtr);
22 }
23
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
25 public static HandleRef getCPtr(OdGsNode 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 bool invalidVp() {
43 bool ret = GlobalsPINVOKE.OdGsNode_invalidVp(swigCPtr);
45 return ret;
46 }
47
48 public void setToDrawable(OdGiDrawable pUnderlyingDrawable) {
49 GlobalsPINVOKE.OdGsNode_setToDrawable(swigCPtr, OdGiDrawable.getCPtr(pUnderlyingDrawable));
51 }
52
53 public static OdGsNode cast(OdRxObject pObj) {// OdSmartPtr<OdGsNode>
54 MemoryManager mMan = MemoryManager.GetMemoryManager();
55 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
57
58 OdGsNode ret = null;
59 if (null != mTrans)
60 {
61 mTrans.AddObject((OdGsNode)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGsNode),ptr, true));
62 ret = (OdGsNode)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGsNode),ptr, false);
63 }
64 else
65 {
66 ret = (OdGsNode)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGsNode),ptr, true);
67 }
68
70 return ret;
71}
72
73 public new static OdRxClass desc() {
74 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),GlobalsPINVOKE.OdGsNode_desc(),false); /*createInt 3_2*/
75
77 return ret;
78}
79
80 public override OdRxClass isA() {
81 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),GlobalsPINVOKE.OdGsNode_isA(swigCPtr),false); /*createInt 3_2*/
82
84 return ret;
85}
86
87 public override OdRxObject queryX(OdRxClass protocolClass) {
88 OdRxObject ret = (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),GlobalsPINVOKE.OdGsNode_queryX(swigCPtr, OdRxClass.getCPtr(protocolClass)),false); /*createInt 3_2*/
89
91 return ret;
92}
93
94 public new static OdGsNode createObject() {// OdSmartPtr<OdGsNode>
95 MemoryManager mMan = MemoryManager.GetMemoryManager();
96 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
98
99 OdGsNode ret = null;
100 if (null != mTrans)
101 {
102 mTrans.AddObject((OdGsNode)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGsNode),ptr, true));
103 ret = (OdGsNode)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGsNode),ptr, false);
104 }
105 else
106 {
107 ret = (OdGsNode)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGsNode),ptr, true);
108 }
109
111 return ret;
112}
113
115 OdGsBaseModel ret = (OdGsBaseModel)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGsBaseModel),GlobalsPINVOKE.OdGsNode_baseModel(swigCPtr),false); /*createInt 3_2*/
116
118 return ret;
119}
120
121 public override OdGsModel model() {
122 OdGsModel ret = (OdGsModel)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGsModel),GlobalsPINVOKE.OdGsNode_model(swigCPtr),false); /*createInt 3_2*/
123
125 return ret;
126}
127
128 public bool isContainer() {
129 bool ret = GlobalsPINVOKE.OdGsNode_isContainer(swigCPtr);
131 return ret;
132 }
133
134 public virtual ENodeType nodeType() {
137 return ret;
138 }
139
140 public bool isSyncDrawable() {
141 bool ret = GlobalsPINVOKE.OdGsNode_isSyncDrawable(swigCPtr);
143 return ret;
144 }
145
146 public virtual void invalidate(OdGsContainerNode pParent, OdGsViewImpl pView, UInt32 /*SIMPLETYPE*/ mask) {
147 GlobalsPINVOKE.OdGsNode_invalidate(swigCPtr, OdGsContainerNode.getCPtr(pParent), OdGsViewImpl.getCPtr(pView), mask /*SIMPLETYPE*/);
149 }
150
151 public OdGiDrawable underlyingDrawable() {// OdGiDrawablePtr
152 MemoryManager mMan = MemoryManager.GetMemoryManager();
153 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
154 IntPtr ptr = GlobalsPINVOKE.OdGsNode_underlyingDrawable(swigCPtr);
155
156 OdGiDrawable ret = null;
157 if (null != mTrans)
158 {
159 mTrans.AddObject((OdGiDrawable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDrawable),ptr, true));
160 ret = (OdGiDrawable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDrawable),ptr, false);
161 }
162 else
163 {
164 ret = (OdGiDrawable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDrawable),ptr, true);
165 }
166
168 return ret;
169}
170
172 global::System.IntPtr cPtr = GlobalsPINVOKE.OdGsNode_underlyingDrawableId(swigCPtr);
173 OdDbStub ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdDbStub(cPtr, false);
175 return ret;
176 }
177
178 public virtual void updateVisible(OdGsViewImpl pViewImpl) {
181 }
182
183 public virtual void propagateLayerChanges(OdGsViewImpl view) {
186 }
187
188 public virtual void highlight(bool bDoIt, bool bWholeBranch, UInt32 /*SIMPLETYPE*/ nSelStyle) {
189 GlobalsPINVOKE.OdGsNode_highlight__SWIG_0(swigCPtr, bDoIt, bWholeBranch, nSelStyle /*SIMPLETYPE*/);
191 }
192
193 public virtual void highlight(bool bDoIt, bool bWholeBranch) {
194 GlobalsPINVOKE.OdGsNode_highlight__SWIG_1(swigCPtr, bDoIt, bWholeBranch);
196 }
197
198 public bool isHighlighted() {
199 bool ret = GlobalsPINVOKE.OdGsNode_isHighlighted(swigCPtr);
201 return ret;
202 }
203
204 public bool isHighlightedAll() {
205 bool ret = GlobalsPINVOKE.OdGsNode_isHighlightedAll(swigCPtr);
207 return ret;
208 }
209
210 public virtual void destroy() {
213 }
214
215 public virtual void hide(bool bDoIt, bool bSelectable, bool bWholeBranch) {
216 GlobalsPINVOKE.OdGsNode_hide__SWIG_0(swigCPtr, bDoIt, bSelectable, bWholeBranch);
218 }
219
220 public virtual void hide(bool bDoIt, bool bSelectable) {
221 GlobalsPINVOKE.OdGsNode_hide__SWIG_1(swigCPtr, bDoIt, bSelectable);
223 }
224
225 public virtual void hide(bool bDoIt) {
226 GlobalsPINVOKE.OdGsNode_hide__SWIG_2(swigCPtr, bDoIt);
228 }
229
230 public bool isHidden() {
231 bool ret = GlobalsPINVOKE.OdGsNode_isHidden(swigCPtr);
233 return ret;
234 }
235
236 public bool isSelectableIfHidden() {
239 return ret;
240 }
241
242 public bool isHiddenAll() {
243 bool ret = GlobalsPINVOKE.OdGsNode_isHiddenAll(swigCPtr);
245 return ret;
246 }
247
248 public UInt32 selectionStyle() {
249// test csout
250 /*SIMPLETYPE*/
251 UInt32 ret = GlobalsPINVOKE.OdGsNode_selectionStyle(swigCPtr);
253 return ret;
254 }
255
256 public bool hasSelectionStyle() {
257 bool ret = GlobalsPINVOKE.OdGsNode_hasSelectionStyle(swigCPtr);
259 return ret;
260 }
261
262 public UInt32 userFlags() {
263// test csout
264 /*SIMPLETYPE*/
265 UInt32 ret = GlobalsPINVOKE.OdGsNode_userFlags(swigCPtr);
267 return ret;
268 }
269
270 public void setUserFlags(UInt32 /*SIMPLETYPE*/ val) {
271 GlobalsPINVOKE.OdGsNode_setUserFlags(swigCPtr, val /*SIMPLETYPE*/);
273 }
274
275 public virtual bool saveNodeState(OdGsFiler pFiler, OdGsBaseVectorizer pVectorizer) {
278 return ret;
279 }
280
281 public virtual bool saveNodeState(OdGsFiler pFiler) {
284 return ret;
285 }
286
287 public virtual bool loadNodeState(OdGsFiler pFiler, OdGsBaseVectorizer pVectorizer) {
290 return ret;
291 }
292
293 public virtual bool loadNodeState(OdGsFiler pFiler) {
296 return ret;
297 }
298
299 public virtual bool saveClientNodeState(OdGsFiler pFiler, OdGsBaseVectorizer pVectorizer) {
302 return ret;
303 }
304
305 public virtual bool loadClientNodeState(OdGsFiler pFiler, OdGsBaseVectorizer pVectorizer) {
308 return ret;
309 }
310
311 public virtual bool postprocessNodeLoading(OdGsFiler pFiler) {
314 return ret;
315 }
316
317 public virtual bool extents(OdGsView pView, OdGeExtents3d ext) {
318 bool ret = GlobalsPINVOKE.OdGsNode_extents(swigCPtr, OdGsView.getCPtr(pView), OdGeExtents3d.getCPtr(ext));
320 return ret;
321 }
322
323 public bool modelExtents(OdGeExtents3d ext, bool bUseModelTf) {
324 bool ret = GlobalsPINVOKE.OdGsNode_modelExtents__SWIG_0(swigCPtr, OdGeExtents3d.getCPtr(ext), bUseModelTf);
326 return ret;
327 }
328
329 public bool modelExtents(OdGeExtents3d ext) {
332 return ret;
333 }
334
335 public bool modelExtents(OdGsView pView, OdGeExtents3d ext, bool bUseModelTf) {
336 bool ret = GlobalsPINVOKE.OdGsNode_modelExtents__SWIG_2(swigCPtr, OdGsView.getCPtr(pView), OdGeExtents3d.getCPtr(ext), bUseModelTf);
338 return ret;
339 }
340
341 public bool modelExtents(OdGsView pView, OdGeExtents3d ext) {
344 return ret;
345 }
346
350 return ret;
351 }
352
353 public override void setDrawableNull() {
356 }
357
358 public class UpdateManagerContext : global::System.IDisposable {
359 private Object locker = new Object();
360 private HandleRef swigCPtr;
361 protected bool swigCMemOwn;
362 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
363 public UpdateManagerContext(IntPtr cPtr, bool cMemoryOwn) {
364 swigCMemOwn = cMemoryOwn;
365 swigCPtr = new HandleRef(this, cPtr);
366 }
367 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
368 public static HandleRef getCPtr(UpdateManagerContext obj) {
369 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
370 }
371
373 Dispose(false);
374 }
375
376 public void Dispose() {
377 Dispose(true);
378 global::System.GC.SuppressFinalize(this);
379 }
380
381 protected virtual void Dispose(bool disposing) {
382 lock(this) {
383 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
384 if (swigCMemOwn) {
385 swigCMemOwn = false;
386 GlobalsPINVOKE.delete_OdGsNode_UpdateManagerContext(swigCPtr); // NESTED_DTOR_CSHARP
387 }
388 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
389 }
390 }
391 }
392
394 set {
397 }
398 get {
401 return ret;
402 }
403 }
404
406 set {
409 }
410 get {
411 global::System.IntPtr cPtr = GlobalsPINVOKE.OdGsNode_UpdateManagerContext_pView_get(swigCPtr);
412 OdGsViewImpl ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdGsViewImpl(cPtr, false);
414 return ret;
415 }
416 }
417
418 public UpdateManagerContext() : this(GlobalsPINVOKE.new_OdGsNode_UpdateManagerContext(), true) {
420 }
421
422 public enum ContextType {
423 kForMemoryLimit = 0,
425 }
426
427 }
428
429 public virtual void addContentToUpdateManager(UInt32 /*SIMPLETYPE*/ viewportId, OdGsUpdateManager pManager, OdGsNode.UpdateManagerContext context) {
432 }
433
434 protected static string getRealClassName(IntPtr /*SIMPLETYPE*/ ptr) {
435 string ret = GlobalsPINVOKE.OdGsNode_getRealClassName(ptr /*SIMPLETYPE*/);
437 return ret;
438 }
439
440}
441
442}
static global::System.Exception Retrieve()
static bool OdGsNode_modelExtents__SWIG_2(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, bool jarg4)
static global::System.IntPtr OdGsNode_underlyingDrawableId(HandleRef jarg1)
static bool OdGsNode_extents(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool OdGsNode_loadNodeState__SWIG_1(HandleRef jarg1, HandleRef jarg2)
static void delete_OdGsNode_UpdateManagerContext(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGsNode_modelExtents__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdGsNode_isA(HandleRef jarg1)
static IntPtr OdGsNode_createObject()
static bool OdGsNode_isHighlighted(HandleRef jarg1)
static void OdGsNode_propagateLayerChanges(HandleRef jarg1, HandleRef jarg2)
static bool OdGsNode_postprocessNodeLoading(HandleRef jarg1, HandleRef jarg2)
static int OdGsNode_getMaxLineweightUsed(HandleRef jarg1)
static bool OdGsNode_isSyncDrawable(HandleRef jarg1)
static bool OdGsNode_loadNodeState__SWIG_0(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGsNode_updateVisible(HandleRef jarg1, HandleRef jarg2)
static bool OdGsNode_saveNodeState__SWIG_0(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void delete_OdGsNode(HandleRef jarg1)
static int OdGsNode_nodeType(HandleRef jarg1)
static IntPtr OdGsNode_underlyingDrawable(HandleRef jarg1)
static bool OdGsNode_isSelectableIfHidden(HandleRef jarg1)
static bool OdGsNode_hasSelectionStyle(HandleRef jarg1)
static bool OdGsNode_isContainer(HandleRef jarg1)
static bool OdGsNode_isHidden(HandleRef jarg1)
static bool OdGsNode_saveClientNodeState(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool OdGsNode_modelExtents__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static void OdGsNode_hide__SWIG_0(HandleRef jarg1, bool jarg2, bool jarg3, bool jarg4)
static void OdGsNode_highlight__SWIG_1(HandleRef jarg1, bool jarg2, bool jarg3)
static UInt32 OdGsNode_selectionStyle(HandleRef jarg1)
static IntPtr OdGsNode_UpdateManagerContext_pView_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGsNode_invalidate(HandleRef jarg1, HandleRef jarg2, HandleRef jarg3, UInt32 jarg4)
static void OdGsNode_highlight__SWIG_0(HandleRef jarg1, bool jarg2, bool jarg3, UInt32 jarg4)
static IntPtr OdGsNode_queryX(HandleRef jarg1, HandleRef jarg2)
static string OdGsNode_getRealClassName(IntPtr jarg1)
static int OdGsNode_UpdateManagerContext_contextType_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGsNode_isHiddenAll(HandleRef jarg1)
static void OdGsNode_setUserFlags(HandleRef jarg1, UInt32 jarg2)
static void OdGsNode_setToDrawable(HandleRef jarg1, HandleRef jarg2)
static void OdGsNode_hide__SWIG_2(HandleRef jarg1, bool jarg2)
static bool OdGsNode_isHighlightedAll(HandleRef jarg1)
static bool OdGsNode_loadClientNodeState(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGsNode_destroy(HandleRef jarg1)
static UInt32 OdGsNode_userFlags(HandleRef jarg1)
static IntPtr OdGsNode_desc()
static bool OdGsNode_modelExtents__SWIG_3(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGsNode_addContentToUpdateManager(HandleRef jarg1, UInt32 jarg2, HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void OdGsNode_setDrawableNull(HandleRef jarg1)
static IntPtr OdGsNode_cast(HandleRef jarg1)
static void OdGsNode_UpdateManagerContext_pView_set(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void OdGsNode_UpdateManagerContext_contextType_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static IntPtr OdGsNode_model(HandleRef jarg1)
static bool OdGsNode_saveNodeState__SWIG_1(HandleRef jarg1, HandleRef jarg2)
static IntPtr OdGsNode_baseModel(HandleRef jarg1)
static void OdGsNode_hide__SWIG_1(HandleRef jarg1, bool jarg2, bool jarg3)
static bool OdGsNode_invalidVp(HandleRef jarg1)
static HandleRef getCPtr(OdGeExtents3d obj)
static HandleRef getCPtr(OdGiDrawable obj)
Definition: OdGiDrawable.cs:25
static HandleRef getCPtr(OdGsBaseVectorizer obj)
static HandleRef getCPtr(OdGsContainerNode obj)
static HandleRef getCPtr(OdGsFiler obj)
Definition: OdGsFiler.cs:25
UpdateManagerContext(IntPtr cPtr, bool cMemoryOwn)
Definition: OdGsNode.cs:363
static HandleRef getCPtr(UpdateManagerContext obj)
Definition: OdGsNode.cs:368
OdGsNode.UpdateManagerContext.ContextType contextType
Definition: OdGsNode.cs:393
virtual void Dispose(bool disposing)
Definition: OdGsNode.cs:381
override void Dispose(bool disposing)
Definition: OdGsNode.cs:29
virtual void hide(bool bDoIt)
Definition: OdGsNode.cs:225
virtual void hide(bool bDoIt, bool bSelectable, bool bWholeBranch)
Definition: OdGsNode.cs:215
virtual void invalidate(OdGsContainerNode pParent, OdGsViewImpl pView, UInt32 mask)
Definition: OdGsNode.cs:146
OdDbStub underlyingDrawableId()
Definition: OdGsNode.cs:171
virtual void destroy()
Definition: OdGsNode.cs:210
bool isHighlightedAll()
Definition: OdGsNode.cs:204
static string getRealClassName(IntPtr ptr)
Definition: OdGsNode.cs:434
virtual void addContentToUpdateManager(UInt32 viewportId, OdGsUpdateManager pManager, OdGsNode.UpdateManagerContext context)
Definition: OdGsNode.cs:429
virtual bool postprocessNodeLoading(OdGsFiler pFiler)
Definition: OdGsNode.cs:311
static OdGsNode cast(OdRxObject pObj)
Definition: OdGsNode.cs:53
void setToDrawable(OdGiDrawable pUnderlyingDrawable)
Definition: OdGsNode.cs:48
bool hasSelectionStyle()
Definition: OdGsNode.cs:256
bool modelExtents(OdGsView pView, OdGeExtents3d ext)
Definition: OdGsNode.cs:341
bool isSelectableIfHidden()
Definition: OdGsNode.cs:236
OdGsNode(IntPtr cPtr, bool cMemoryOwn)
Definition: OdGsNode.cs:20
UInt32 userFlags()
Definition: OdGsNode.cs:262
UInt32 selectionStyle()
Definition: OdGsNode.cs:248
override void setDrawableNull()
Definition: OdGsNode.cs:353
bool modelExtents(OdGsView pView, OdGeExtents3d ext, bool bUseModelTf)
Definition: OdGsNode.cs:335
void setUserFlags(UInt32 val)
Definition: OdGsNode.cs:270
virtual bool extents(OdGsView pView, OdGeExtents3d ext)
Definition: OdGsNode.cs:317
virtual LineWeight getMaxLineweightUsed()
Definition: OdGsNode.cs:347
virtual void propagateLayerChanges(OdGsViewImpl view)
Definition: OdGsNode.cs:183
static new OdRxClass desc()
Definition: OdGsNode.cs:73
override OdRxObject queryX(OdRxClass protocolClass)
Definition: OdGsNode.cs:87
override OdRxClass isA()
Definition: OdGsNode.cs:80
virtual void highlight(bool bDoIt, bool bWholeBranch)
Definition: OdGsNode.cs:193
virtual bool loadClientNodeState(OdGsFiler pFiler, OdGsBaseVectorizer pVectorizer)
Definition: OdGsNode.cs:305
OdGiDrawable underlyingDrawable()
Definition: OdGsNode.cs:151
static new OdGsNode createObject()
Definition: OdGsNode.cs:94
virtual void updateVisible(OdGsViewImpl pViewImpl)
Definition: OdGsNode.cs:178
virtual void highlight(bool bDoIt, bool bWholeBranch, UInt32 nSelStyle)
Definition: OdGsNode.cs:188
static HandleRef getCPtr(OdGsNode obj)
Definition: OdGsNode.cs:25
virtual bool saveClientNodeState(OdGsFiler pFiler, OdGsBaseVectorizer pVectorizer)
Definition: OdGsNode.cs:299
override OdGsModel model()
Definition: OdGsNode.cs:121
bool modelExtents(OdGeExtents3d ext, bool bUseModelTf)
Definition: OdGsNode.cs:323
virtual bool saveNodeState(OdGsFiler pFiler, OdGsBaseVectorizer pVectorizer)
Definition: OdGsNode.cs:275
virtual void hide(bool bDoIt, bool bSelectable)
Definition: OdGsNode.cs:220
virtual ENodeType nodeType()
Definition: OdGsNode.cs:134
virtual bool saveNodeState(OdGsFiler pFiler)
Definition: OdGsNode.cs:281
virtual bool loadNodeState(OdGsFiler pFiler, OdGsBaseVectorizer pVectorizer)
Definition: OdGsNode.cs:287
OdGsBaseModel baseModel()
Definition: OdGsNode.cs:114
virtual bool loadNodeState(OdGsFiler pFiler)
Definition: OdGsNode.cs:293
bool modelExtents(OdGeExtents3d ext)
Definition: OdGsNode.cs:329
static HandleRef getCPtr(OdGsUpdateManager obj)
static HandleRef getCPtr(OdGsView obj)
Definition: OdGsView.cs:25
static HandleRef getCPtr(OdGsViewImpl obj)
Definition: OdGsViewImpl.cs:26
static HandleRef getCPtr(OdRxClass obj)
Definition: OdRxClass.cs:25
static HandleRef getCPtr(OdRxObject obj)
Definition: OdRxObject.cs:26