Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdDbEntity.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.TD {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16
17public class OdDbEntity : OdDbObject {
18 private Object locker = new Object();
19 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 public OdDbEntity(IntPtr cPtr, bool cMemoryOwn) : base(TD_DbPINVOKE.OdDbEntity_SWIGUpcast(cPtr), cMemoryOwn) {
22 swigCPtr = new HandleRef(this, cPtr);
23 }
24
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(OdDbEntity obj) {
27 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
28 }
29
30 protected override void Dispose(bool disposing) {
31 lock(this) {
32 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
33 if (swigCMemOwn) {
34 swigCMemOwn = false;
36 }
37 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
38 }
39 base.Dispose(disposing);
40 }
41 }
42
43 public OdDbEntity()
44 : this(TD_DbPINVOKE.new_OdDbEntity(), MemoryManager.GetMemoryManager().GetCurrentTransaction() == null)
45 {
46 MemoryTransaction mTr = MemoryManager.GetMemoryManager().GetCurrentTransaction(); // MemoryTransaction #1
47 if (null != mTr)
48 {
49 mTr.AddObject(new OdDbEntity(swigCPtr.Handle, true));
50 }
52 SwigDirectorConnect();
53 }
54
55 public static OdDbEntity cast(OdRxObject pObj) {// OdSmartPtr<OdDbEntity>
56 MemoryManager mMan = MemoryManager.GetMemoryManager();
57 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
59
60 OdDbEntity ret = null;
61 if (null != mTrans)
62 {
63 mTrans.AddObject((OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, true));
64 ret = (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, false);
65 }
66 else
67 {
68 ret = (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),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),TD_DbPINVOKE.OdDbEntity_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) ? TD_DbPINVOKE.OdDbEntity_isASwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_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) ? TD_DbPINVOKE.OdDbEntity_queryXSwigExplicitOdDbEntity(swigCPtr, OdRxClass.getCPtr(protocolClass)) : TD_DbPINVOKE.OdDbEntity_queryX(swigCPtr, OdRxClass.getCPtr(protocolClass))),false); /*createInt 3_2*/
91
93 return ret;
94}
95
96 public new static OdDbEntity createObject() {// OdSmartPtr<OdDbEntity>
97 MemoryManager mMan = MemoryManager.GetMemoryManager();
98 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
100
101 OdDbEntity ret = null;
102 if (null != mTrans)
103 {
104 mTrans.AddObject((OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, true));
105 ret = (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, false);
106 }
107 else
108 {
109 ret = (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, true);
110 }
111
113 return ret;
114}
115
117 MemoryManager mMan = MemoryManager.GetMemoryManager();
118 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #27
119 IntPtr ptr = TD_DbPINVOKE.OdDbEntity_blockId(swigCPtr);
120
121 OdDbObjectId ret = null;
122 if (null != mTrans)
123 {
124 mTrans.AddObject(new OdDbObjectId(ptr, true));
125 ret = new OdDbObjectId(ptr, false);
126 }
127 else
128 {
129 ret = new OdDbObjectId(ptr, true);
130 }
131
133 return ret;
134}
135
136 public OdCmColor color() {
137 OdCmColor ret = new OdCmColor(TD_DbPINVOKE.OdDbEntity_color(swigCPtr), true);
139 return ret;
140 }
141
142 public virtual OdResult setColor(OdCmColor color, bool doSubents) {
143 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setColor", swigMethodTypes61) ? TD_DbPINVOKE.OdDbEntity_setColorSwigExplicitOdDbEntity__SWIG_0(swigCPtr, OdCmColor.getCPtr(color), doSubents) : TD_DbPINVOKE.OdDbEntity_setColor__SWIG_0(swigCPtr, OdCmColor.getCPtr(color), doSubents));
145 return ret;
146 }
147
149 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setColor", swigMethodTypes62) ? TD_DbPINVOKE.OdDbEntity_setColorSwigExplicitOdDbEntity__SWIG_1(swigCPtr, OdCmColor.getCPtr(color)) : TD_DbPINVOKE.OdDbEntity_setColor__SWIG_1(swigCPtr, OdCmColor.getCPtr(color)));
151 return ret;
152 }
153
154 public UInt16 colorIndex() {
155// test csout
156 /*SIMPLETYPE*/
157 UInt16 ret = TD_DbPINVOKE.OdDbEntity_colorIndex(swigCPtr);
159 return ret;
160 }
161
162 public virtual OdCmEntityColor entityColor() {
163 OdCmEntityColor ret = new OdCmEntityColor((SwigDerivedClassHasMethod("entityColor", swigMethodTypes63) ? TD_DbPINVOKE.OdDbEntity_entityColorSwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_entityColor(swigCPtr)), true);
165 return ret;
166 }
167
168 public virtual OdResult setColorIndex(UInt16 /*SIMPLETYPE*/ colorIndex, bool doSubents) {
169 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setColorIndex", swigMethodTypes64) ? TD_DbPINVOKE.OdDbEntity_setColorIndexSwigExplicitOdDbEntity__SWIG_0(swigCPtr, colorIndex /*SIMPLETYPE*/, doSubents) : TD_DbPINVOKE.OdDbEntity_setColorIndex__SWIG_0(swigCPtr, colorIndex /*SIMPLETYPE*/, doSubents));
171 return ret;
172 }
173
174 public virtual OdResult setColorIndex(UInt16 /*SIMPLETYPE*/ colorIndex) {
175 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setColorIndex", swigMethodTypes65) ? TD_DbPINVOKE.OdDbEntity_setColorIndexSwigExplicitOdDbEntity__SWIG_1(swigCPtr, colorIndex /*SIMPLETYPE*/) : TD_DbPINVOKE.OdDbEntity_setColorIndex__SWIG_1(swigCPtr, colorIndex /*SIMPLETYPE*/));
177 return ret;
178 }
179
181 MemoryManager mMan = MemoryManager.GetMemoryManager();
182 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #27
183 IntPtr ptr = TD_DbPINVOKE.OdDbEntity_colorId(swigCPtr);
184
185 OdDbObjectId ret = null;
186 if (null != mTrans)
187 {
188 mTrans.AddObject(new OdDbObjectId(ptr, true));
189 ret = new OdDbObjectId(ptr, false);
190 }
191 else
192 {
193 ret = new OdDbObjectId(ptr, true);
194 }
195
197 return ret;
198}
199
200 public virtual OdResult setColorId(OdDbObjectId colorId, bool doSubents) {
201 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setColorId", swigMethodTypes66) ? TD_DbPINVOKE.OdDbEntity_setColorIdSwigExplicitOdDbEntity__SWIG_0(swigCPtr, OdDbObjectId.getCPtr(colorId), doSubents) : TD_DbPINVOKE.OdDbEntity_setColorId__SWIG_0(swigCPtr, OdDbObjectId.getCPtr(colorId), doSubents));
203 return ret;
204 }
205
209 return ret;
210 }
211
215 return ret;
216 }
217
218 public virtual OdResult setTransparency(OdCmTransparency transparency, bool doSubents) {
219 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setTransparency", swigMethodTypes68) ? TD_DbPINVOKE.OdDbEntity_setTransparencySwigExplicitOdDbEntity__SWIG_0(swigCPtr, OdCmTransparency.getCPtr(transparency), doSubents) : TD_DbPINVOKE.OdDbEntity_setTransparency__SWIG_0(swigCPtr, OdCmTransparency.getCPtr(transparency), doSubents));
221 return ret;
222 }
223
227 return ret;
228 }
229
231 string ret = TD_DbPINVOKE.OdDbEntity_plotStyleName(swigCPtr);
233 return ret;
234}
235
239 return ret;
240 }
241
242 public virtual OdResult setPlotStyleName(String plotStyleName, bool doSubents) {
243 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setPlotStyleName", swigMethodTypes70) ? TD_DbPINVOKE.OdDbEntity_setPlotStyleNameSwigExplicitOdDbEntity__SWIG_0(swigCPtr, plotStyleName, doSubents) : TD_DbPINVOKE.OdDbEntity_setPlotStyleName__SWIG_0(swigCPtr, plotStyleName, doSubents));
245 return ret;
246 }
247
249 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setPlotStyleName", swigMethodTypes71) ? TD_DbPINVOKE.OdDbEntity_setPlotStyleNameSwigExplicitOdDbEntity__SWIG_1(swigCPtr, plotStyleName) : TD_DbPINVOKE.OdDbEntity_setPlotStyleName__SWIG_1(swigCPtr, plotStyleName));
251 return ret;
252 }
253
254 public virtual OdResult setPlotStyleName(PlotStyleNameType plotStyleNameType, OdDbObjectId plotStyleNameId, bool doSubents) {
255 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setPlotStyleName", swigMethodTypes72) ? TD_DbPINVOKE.OdDbEntity_setPlotStyleNameSwigExplicitOdDbEntity__SWIG_2(swigCPtr, (int)plotStyleNameType, OdDbObjectId.getCPtr(plotStyleNameId), doSubents) : TD_DbPINVOKE.OdDbEntity_setPlotStyleName__SWIG_2(swigCPtr, (int)plotStyleNameType, OdDbObjectId.getCPtr(plotStyleNameId), doSubents));
257 return ret;
258 }
259
260 public virtual OdResult setPlotStyleName(PlotStyleNameType plotStyleNameType, OdDbObjectId plotStyleNameId) {
261 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setPlotStyleName", swigMethodTypes73) ? TD_DbPINVOKE.OdDbEntity_setPlotStyleNameSwigExplicitOdDbEntity__SWIG_3(swigCPtr, (int)plotStyleNameType, OdDbObjectId.getCPtr(plotStyleNameId)) : TD_DbPINVOKE.OdDbEntity_setPlotStyleName__SWIG_3(swigCPtr, (int)plotStyleNameType, OdDbObjectId.getCPtr(plotStyleNameId)));
263 return ret;
264 }
265
266 public virtual OdResult setPlotStyleName(PlotStyleNameType plotStyleNameType) {
267 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setPlotStyleName", swigMethodTypes74) ? TD_DbPINVOKE.OdDbEntity_setPlotStyleNameSwigExplicitOdDbEntity__SWIG_4(swigCPtr, (int)plotStyleNameType) : TD_DbPINVOKE.OdDbEntity_setPlotStyleName__SWIG_4(swigCPtr, (int)plotStyleNameType));
269 return ret;
270 }
271
272 public String layer() {
273 string ret = TD_DbPINVOKE.OdDbEntity_layer(swigCPtr);
275 return ret;
276}
277
279 MemoryManager mMan = MemoryManager.GetMemoryManager();
280 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #27
281 IntPtr ptr = TD_DbPINVOKE.OdDbEntity_layerId(swigCPtr);
282
283 OdDbObjectId ret = null;
284 if (null != mTrans)
285 {
286 mTrans.AddObject(new OdDbObjectId(ptr, true));
287 ret = new OdDbObjectId(ptr, false);
288 }
289 else
290 {
291 ret = new OdDbObjectId(ptr, true);
292 }
293
295 return ret;
296}
297
298 public virtual OdResult setLayer(String layerName, bool doSubents, bool allowHiddenLayer) {
299 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLayer", swigMethodTypes75) ? TD_DbPINVOKE.OdDbEntity_setLayerSwigExplicitOdDbEntity__SWIG_0(swigCPtr, layerName, doSubents, allowHiddenLayer) : TD_DbPINVOKE.OdDbEntity_setLayer__SWIG_0(swigCPtr, layerName, doSubents, allowHiddenLayer));
301 return ret;
302 }
303
304 public virtual OdResult setLayer(String layerName, bool doSubents) {
305 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLayer", swigMethodTypes76) ? TD_DbPINVOKE.OdDbEntity_setLayerSwigExplicitOdDbEntity__SWIG_1(swigCPtr, layerName, doSubents) : TD_DbPINVOKE.OdDbEntity_setLayer__SWIG_1(swigCPtr, layerName, doSubents));
307 return ret;
308 }
309
310 public virtual OdResult setLayer(String layerName) {
311 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLayer", swigMethodTypes77) ? TD_DbPINVOKE.OdDbEntity_setLayerSwigExplicitOdDbEntity__SWIG_2(swigCPtr, layerName) : TD_DbPINVOKE.OdDbEntity_setLayer__SWIG_2(swigCPtr, layerName));
313 return ret;
314 }
315
316 public virtual OdResult setLayer(OdDbObjectId layerId, bool doSubents, bool allowHiddenLayer) {
317 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLayer", swigMethodTypes78) ? TD_DbPINVOKE.OdDbEntity_setLayerSwigExplicitOdDbEntity__SWIG_3(swigCPtr, OdDbObjectId.getCPtr(layerId), doSubents, allowHiddenLayer) : TD_DbPINVOKE.OdDbEntity_setLayer__SWIG_3(swigCPtr, OdDbObjectId.getCPtr(layerId), doSubents, allowHiddenLayer));
319 return ret;
320 }
321
322 public virtual OdResult setLayer(OdDbObjectId layerId, bool doSubents) {
323 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLayer", swigMethodTypes79) ? TD_DbPINVOKE.OdDbEntity_setLayerSwigExplicitOdDbEntity__SWIG_4(swigCPtr, OdDbObjectId.getCPtr(layerId), doSubents) : TD_DbPINVOKE.OdDbEntity_setLayer__SWIG_4(swigCPtr, OdDbObjectId.getCPtr(layerId), doSubents));
325 return ret;
326 }
327
331 return ret;
332 }
333
334 public String linetype() {
335 string ret = TD_DbPINVOKE.OdDbEntity_linetype(swigCPtr);
337 return ret;
338}
339
341 MemoryManager mMan = MemoryManager.GetMemoryManager();
342 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #27
343 IntPtr ptr = TD_DbPINVOKE.OdDbEntity_linetypeId(swigCPtr);
344
345 OdDbObjectId ret = null;
346 if (null != mTrans)
347 {
348 mTrans.AddObject(new OdDbObjectId(ptr, true));
349 ret = new OdDbObjectId(ptr, false);
350 }
351 else
352 {
353 ret = new OdDbObjectId(ptr, true);
354 }
355
357 return ret;
358}
359
360 public virtual OdResult setLinetype(String linetypeName, bool doSubents) {
361 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLinetype", swigMethodTypes81) ? TD_DbPINVOKE.OdDbEntity_setLinetypeSwigExplicitOdDbEntity__SWIG_0(swigCPtr, linetypeName, doSubents) : TD_DbPINVOKE.OdDbEntity_setLinetype__SWIG_0(swigCPtr, linetypeName, doSubents));
363 return ret;
364 }
365
366 public virtual OdResult setLinetype(String linetypeName) {
367 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLinetype", swigMethodTypes82) ? TD_DbPINVOKE.OdDbEntity_setLinetypeSwigExplicitOdDbEntity__SWIG_1(swigCPtr, linetypeName) : TD_DbPINVOKE.OdDbEntity_setLinetype__SWIG_1(swigCPtr, linetypeName));
369 return ret;
370 }
371
372 public virtual OdResult setLinetype(OdDbObjectId linetypeID, bool doSubents) {
373 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLinetype", swigMethodTypes83) ? TD_DbPINVOKE.OdDbEntity_setLinetypeSwigExplicitOdDbEntity__SWIG_2(swigCPtr, OdDbObjectId.getCPtr(linetypeID), doSubents) : TD_DbPINVOKE.OdDbEntity_setLinetype__SWIG_2(swigCPtr, OdDbObjectId.getCPtr(linetypeID), doSubents));
375 return ret;
376 }
377
378 public virtual OdResult setLinetype(OdDbObjectId linetypeID) {
379 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLinetype", swigMethodTypes84) ? TD_DbPINVOKE.OdDbEntity_setLinetypeSwigExplicitOdDbEntity__SWIG_3(swigCPtr, OdDbObjectId.getCPtr(linetypeID)) : TD_DbPINVOKE.OdDbEntity_setLinetype__SWIG_3(swigCPtr, OdDbObjectId.getCPtr(linetypeID)));
381 return ret;
382 }
383
384 public String material() {
385 string ret = TD_DbPINVOKE.OdDbEntity_material(swigCPtr);
387 return ret;
388}
389
391 MemoryManager mMan = MemoryManager.GetMemoryManager();
392 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #27
393 IntPtr ptr = TD_DbPINVOKE.OdDbEntity_materialId(swigCPtr);
394
395 OdDbObjectId ret = null;
396 if (null != mTrans)
397 {
398 mTrans.AddObject(new OdDbObjectId(ptr, true));
399 ret = new OdDbObjectId(ptr, false);
400 }
401 else
402 {
403 ret = new OdDbObjectId(ptr, true);
404 }
405
407 return ret;
408}
409
410 public virtual OdResult setMaterial(String materialName, bool doSubents) {
411 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setMaterial", swigMethodTypes85) ? TD_DbPINVOKE.OdDbEntity_setMaterialSwigExplicitOdDbEntity__SWIG_0(swigCPtr, materialName, doSubents) : TD_DbPINVOKE.OdDbEntity_setMaterial__SWIG_0(swigCPtr, materialName, doSubents));
413 return ret;
414 }
415
416 public virtual OdResult setMaterial(String materialName) {
417 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setMaterial", swigMethodTypes86) ? TD_DbPINVOKE.OdDbEntity_setMaterialSwigExplicitOdDbEntity__SWIG_1(swigCPtr, materialName) : TD_DbPINVOKE.OdDbEntity_setMaterial__SWIG_1(swigCPtr, materialName));
419 return ret;
420 }
421
422 public virtual OdResult setMaterial(OdDbObjectId materialID, bool doSubents) {
423 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setMaterial", swigMethodTypes87) ? TD_DbPINVOKE.OdDbEntity_setMaterialSwigExplicitOdDbEntity__SWIG_2(swigCPtr, OdDbObjectId.getCPtr(materialID), doSubents) : TD_DbPINVOKE.OdDbEntity_setMaterial__SWIG_2(swigCPtr, OdDbObjectId.getCPtr(materialID), doSubents));
425 return ret;
426 }
427
428 public virtual OdResult setMaterial(OdDbObjectId materialID) {
429 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setMaterial", swigMethodTypes88) ? TD_DbPINVOKE.OdDbEntity_setMaterialSwigExplicitOdDbEntity__SWIG_3(swigCPtr, OdDbObjectId.getCPtr(materialID)) : TD_DbPINVOKE.OdDbEntity_setMaterial__SWIG_3(swigCPtr, OdDbObjectId.getCPtr(materialID)));
431 return ret;
432 }
433
435 MemoryManager mMan = MemoryManager.GetMemoryManager();
436 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #27
437 IntPtr ptr = TD_DbPINVOKE.OdDbEntity_visualStyleId__SWIG_0(swigCPtr, (int)vstype);
438
439 OdDbObjectId ret = null;
440 if (null != mTrans)
441 {
442 mTrans.AddObject(new OdDbObjectId(ptr, true));
443 ret = new OdDbObjectId(ptr, false);
444 }
445 else
446 {
447 ret = new OdDbObjectId(ptr, true);
448 }
449
451 return ret;
452}
453
455 MemoryManager mMan = MemoryManager.GetMemoryManager();
456 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #27
457 IntPtr ptr = TD_DbPINVOKE.OdDbEntity_visualStyleId__SWIG_1(swigCPtr);
458
459 OdDbObjectId ret = null;
460 if (null != mTrans)
461 {
462 mTrans.AddObject(new OdDbObjectId(ptr, true));
463 ret = new OdDbObjectId(ptr, false);
464 }
465 else
466 {
467 ret = new OdDbObjectId(ptr, true);
468 }
469
471 return ret;
472}
473
475 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setVisualStyle", swigMethodTypes89) ? TD_DbPINVOKE.OdDbEntity_setVisualStyleSwigExplicitOdDbEntity__SWIG_0(swigCPtr, OdDbObjectId.getCPtr(visualStyleId), (int)vstype, doSubents) : TD_DbPINVOKE.OdDbEntity_setVisualStyle__SWIG_0(swigCPtr, OdDbObjectId.getCPtr(visualStyleId), (int)vstype, doSubents));
477 return ret;
478 }
479
481 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setVisualStyle", swigMethodTypes90) ? TD_DbPINVOKE.OdDbEntity_setVisualStyleSwigExplicitOdDbEntity__SWIG_1(swigCPtr, OdDbObjectId.getCPtr(visualStyleId), (int)vstype) : TD_DbPINVOKE.OdDbEntity_setVisualStyle__SWIG_1(swigCPtr, OdDbObjectId.getCPtr(visualStyleId), (int)vstype));
483 return ret;
484 }
485
489 return ret;
490 }
491
492 public virtual OdGiMapper materialMapper() {
493 global::System.IntPtr cPtr = (SwigDerivedClassHasMethod("materialMapper", swigMethodTypes92) ? TD_DbPINVOKE.OdDbEntity_materialMapperSwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_materialMapper(swigCPtr));
494 OdGiMapper ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdGiMapper(cPtr, false);
496 return ret;
497 }
498
499 public virtual void setMaterialMapper(OdGiMapper mapper, bool doSubents) {
500 if (SwigDerivedClassHasMethod("setMaterialMapper", swigMethodTypes93)) TD_DbPINVOKE.OdDbEntity_setMaterialMapperSwigExplicitOdDbEntity__SWIG_0(swigCPtr, OdGiMapper.getCPtr(mapper), doSubents); else TD_DbPINVOKE.OdDbEntity_setMaterialMapper__SWIG_0(swigCPtr, OdGiMapper.getCPtr(mapper), doSubents);
502 }
503
504 public virtual void setMaterialMapper(OdGiMapper mapper) {
505 if (SwigDerivedClassHasMethod("setMaterialMapper", swigMethodTypes94)) TD_DbPINVOKE.OdDbEntity_setMaterialMapperSwigExplicitOdDbEntity__SWIG_1(swigCPtr, OdGiMapper.getCPtr(mapper)); else TD_DbPINVOKE.OdDbEntity_setMaterialMapper__SWIG_1(swigCPtr, OdGiMapper.getCPtr(mapper));
507 }
508
509 public double linetypeScale() {
510 double ret = TD_DbPINVOKE.OdDbEntity_linetypeScale(swigCPtr);
512 return ret;
513 }
514
515 public virtual OdResult setLinetypeScale(double linetypeScale, bool doSubents) {
516 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLinetypeScale", swigMethodTypes95) ? TD_DbPINVOKE.OdDbEntity_setLinetypeScaleSwigExplicitOdDbEntity__SWIG_0(swigCPtr, linetypeScale, doSubents) : TD_DbPINVOKE.OdDbEntity_setLinetypeScale__SWIG_0(swigCPtr, linetypeScale, doSubents));
518 return ret;
519 }
520
521 public virtual OdResult setLinetypeScale(double linetypeScale) {
522 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLinetypeScale", swigMethodTypes96) ? TD_DbPINVOKE.OdDbEntity_setLinetypeScaleSwigExplicitOdDbEntity__SWIG_1(swigCPtr, linetypeScale) : TD_DbPINVOKE.OdDbEntity_setLinetypeScale__SWIG_1(swigCPtr, linetypeScale));
524 return ret;
525 }
526
530 return ret;
531 }
532
533 public virtual OdResult setVisibility(Visibility visibility, bool doSubents) {
536 return ret;
537 }
538
542 return ret;
543 }
544
548 return ret;
549 }
550
554 }
555
559 return ret;
560 }
561
562 public virtual OdResult setLineWeight(LineWeight lineWeight, bool doSubents) {
563 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLineWeight", swigMethodTypes97) ? TD_DbPINVOKE.OdDbEntity_setLineWeightSwigExplicitOdDbEntity__SWIG_0(swigCPtr, (int)lineWeight, doSubents) : TD_DbPINVOKE.OdDbEntity_setLineWeight__SWIG_0(swigCPtr, (int)lineWeight, doSubents));
565 return ret;
566 }
567
569 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLineWeight", swigMethodTypes98) ? TD_DbPINVOKE.OdDbEntity_setLineWeightSwigExplicitOdDbEntity__SWIG_1(swigCPtr, (int)lineWeight) : TD_DbPINVOKE.OdDbEntity_setLineWeight__SWIG_1(swigCPtr, (int)lineWeight));
571 return ret;
572 }
573
574 public virtual bool castShadows() {
575 bool ret = (SwigDerivedClassHasMethod("castShadows", swigMethodTypes99) ? TD_DbPINVOKE.OdDbEntity_castShadowsSwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_castShadows(swigCPtr));
577 return ret;
578 }
579
580 public virtual void setCastShadows(bool castShadows) {
581 if (SwigDerivedClassHasMethod("setCastShadows", swigMethodTypes100)) TD_DbPINVOKE.OdDbEntity_setCastShadowsSwigExplicitOdDbEntity(swigCPtr, castShadows); else TD_DbPINVOKE.OdDbEntity_setCastShadows(swigCPtr, castShadows);
583 }
584
585 public virtual bool receiveShadows() {
586 bool ret = (SwigDerivedClassHasMethod("receiveShadows", swigMethodTypes101) ? TD_DbPINVOKE.OdDbEntity_receiveShadowsSwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_receiveShadows(swigCPtr));
588 return ret;
589 }
590
591 public virtual void setReceiveShadows(bool receiveShadows) {
592 if (SwigDerivedClassHasMethod("setReceiveShadows", swigMethodTypes102)) TD_DbPINVOKE.OdDbEntity_setReceiveShadowsSwigExplicitOdDbEntity(swigCPtr, receiveShadows); else TD_DbPINVOKE.OdDbEntity_setReceiveShadows(swigCPtr, receiveShadows);
594 }
595
596 public virtual CollisionType collisionType() {
597 CollisionType ret = (CollisionType)(SwigDerivedClassHasMethod("collisionType", swigMethodTypes103) ? TD_DbPINVOKE.OdDbEntity_collisionTypeSwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_collisionType(swigCPtr));
599 return ret;
600 }
601
602 public void setPropertiesFrom(OdDbEntity pSource, bool doSubents) {
605 }
606
607 public void setPropertiesFrom(OdDbEntity pSource) {
610 }
611
612 public virtual bool isPlanar() {
613 bool ret = (SwigDerivedClassHasMethod("isPlanar", swigMethodTypes104) ? TD_DbPINVOKE.OdDbEntity_isPlanarSwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_isPlanar(swigCPtr));
615 return ret;
616 }
617
618 public virtual OdResult getPlane(OdGePlane plane, out Planarity planarity) {
619 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("getPlane", swigMethodTypes105) ? TD_DbPINVOKE.OdDbEntity_getPlaneSwigExplicitOdDbEntity(swigCPtr, OdGePlane.getCPtr(plane), out planarity) : TD_DbPINVOKE.OdDbEntity_getPlane(swigCPtr, OdGePlane.getCPtr(plane), out planarity));
621 return ret;
622 }
623
624 public override void subHandOverTo(OdDbObject pNewObject) {
625 if (SwigDerivedClassHasMethod("subHandOverTo", swigMethodTypes14)) TD_DbPINVOKE.OdDbEntity_subHandOverToSwigExplicitOdDbEntity(swigCPtr, OdDbObject.getCPtr(pNewObject)); else TD_DbPINVOKE.OdDbEntity_subHandOverTo(swigCPtr, OdDbObject.getCPtr(pNewObject));
627 }
628
629 public virtual OdResult transformBy(OdGeMatrix3d xfm) {
632 return ret;
633 }
634
635 public virtual OdResult getTransformedCopy(OdGeMatrix3d xfm, ref OdDbEntity /*OUT_PARAM for SMARTPTR*/ pCopy) {
636 /*OUT_PARAM for SMARTPTR pre*/ IntPtr tmp_pCopy = pCopy == null ? IntPtr.Zero : OdDbEntity.getCPtr(pCopy).Handle;
637 IntPtr saved_pCopy = tmp_pCopy;
638 /*OUT_PARAM for SMARTPTR pre*/
639 try {
640 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_getTransformedCopy(swigCPtr, OdGeMatrix3d.getCPtr(xfm), ref tmp_pCopy /*OUT_PARAM for SMARTPTR*/);
642 return ret;
643 } finally {
644if(tmp_pCopy == IntPtr.Zero) pCopy = null;
645 if(tmp_pCopy != IntPtr.Zero && tmp_pCopy != saved_pCopy)
646 {
647 MemoryTransaction mTrans_pCopy = MemoryManager.GetMemoryManager().GetCurrentTransaction();
648 if(mTrans_pCopy != null)
649 mTrans_pCopy.AddObject(Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_pCopy, true));
650 pCopy = Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_pCopy, mTrans_pCopy == null);
651 /*OUT_PARAM for SMARTPTR*/
652 }
653 }
654 }
655
656 public virtual OdResult explode(OdRxObjectPtrArray entitySet) {
659 return ret;
660 }
661
663 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("explodeToBlock", swigMethodTypes106) ? TD_DbPINVOKE.OdDbEntity_explodeToBlockSwigExplicitOdDbEntity__SWIG_0(swigCPtr, OdDbBlockTableRecord.getCPtr(pBlockRecord), OdDbObjectIdArray.getCPtr(ids)) : TD_DbPINVOKE.OdDbEntity_explodeToBlock__SWIG_0(swigCPtr, OdDbBlockTableRecord.getCPtr(pBlockRecord), OdDbObjectIdArray.getCPtr(ids)));
665 return ret;
666 }
667
668 public virtual OdResult explodeToBlock(OdDbBlockTableRecord pBlockRecord) {
669 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("explodeToBlock", swigMethodTypes107) ? TD_DbPINVOKE.OdDbEntity_explodeToBlockSwigExplicitOdDbEntity__SWIG_1(swigCPtr, OdDbBlockTableRecord.getCPtr(pBlockRecord)) : TD_DbPINVOKE.OdDbEntity_explodeToBlock__SWIG_1(swigCPtr, OdDbBlockTableRecord.getCPtr(pBlockRecord)));
671 return ret;
672 }
673
674 public virtual OdResult explodeGeometry(OdRxObjectPtrArray entitySet) {
675 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("explodeGeometry", swigMethodTypes108) ? TD_DbPINVOKE.OdDbEntity_explodeGeometrySwigExplicitOdDbEntity(swigCPtr, OdRxObjectPtrArray.getCPtr(entitySet)) : TD_DbPINVOKE.OdDbEntity_explodeGeometry(swigCPtr, OdRxObjectPtrArray.getCPtr(entitySet)));
677 return ret;
678 }
679
681 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("explodeGeometryToBlock", swigMethodTypes109) ? TD_DbPINVOKE.OdDbEntity_explodeGeometryToBlockSwigExplicitOdDbEntity__SWIG_0(swigCPtr, OdDbBlockTableRecord.getCPtr(pBlockRecord), OdDbObjectIdArray.getCPtr(ids)) : TD_DbPINVOKE.OdDbEntity_explodeGeometryToBlock__SWIG_0(swigCPtr, OdDbBlockTableRecord.getCPtr(pBlockRecord), OdDbObjectIdArray.getCPtr(ids)));
683 return ret;
684 }
685
687 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("explodeGeometryToBlock", swigMethodTypes110) ? TD_DbPINVOKE.OdDbEntity_explodeGeometryToBlockSwigExplicitOdDbEntity__SWIG_1(swigCPtr, OdDbBlockTableRecord.getCPtr(pBlockRecord)) : TD_DbPINVOKE.OdDbEntity_explodeGeometryToBlock__SWIG_1(swigCPtr, OdDbBlockTableRecord.getCPtr(pBlockRecord)));
689 return ret;
690 }
691
692 public override bool subWorldDraw(OdGiWorldDraw pWd) {
693 bool ret = (SwigDerivedClassHasMethod("subWorldDraw", swigMethodTypes8) ? TD_DbPINVOKE.OdDbEntity_subWorldDrawSwigExplicitOdDbEntity(swigCPtr, OdGiWorldDraw.getCPtr(pWd)) : TD_DbPINVOKE.OdDbEntity_subWorldDraw(swigCPtr, OdGiWorldDraw.getCPtr(pWd)));
695 return ret;
696 }
697
698 public override void subViewportDraw(OdGiViewportDraw pVd) {
699 if (SwigDerivedClassHasMethod("subViewportDraw", swigMethodTypes9)) TD_DbPINVOKE.OdDbEntity_subViewportDrawSwigExplicitOdDbEntity(swigCPtr, OdGiViewportDraw.getCPtr(pVd)); else TD_DbPINVOKE.OdDbEntity_subViewportDraw(swigCPtr, OdGiViewportDraw.getCPtr(pVd));
701 }
702
703 public void setDatabaseDefaults(OdDbDatabase pDb, bool doSubents) {
706 }
707
711 }
712
713 public void setDatabaseDefaults() {
716 }
717
718 public virtual void subSetDatabaseDefaults(OdDbDatabase pDb, bool doSubents) {
719 if (SwigDerivedClassHasMethod("subSetDatabaseDefaults", swigMethodTypes111)) TD_DbPINVOKE.OdDbEntity_subSetDatabaseDefaultsSwigExplicitOdDbEntity(swigCPtr, OdDbDatabase.getCPtr(pDb), doSubents); else TD_DbPINVOKE.OdDbEntity_subSetDatabaseDefaults(swigCPtr, OdDbDatabase.getCPtr(pDb), doSubents);
721 }
722
723 public override void applyPartialUndo(OdDbDwgFiler pUndoFiler, OdRxClass pClassObj) {
724 if (SwigDerivedClassHasMethod("applyPartialUndo", swigMethodTypes31)) TD_DbPINVOKE.OdDbEntity_applyPartialUndoSwigExplicitOdDbEntity(swigCPtr, OdDbDwgFiler.getCPtr(pUndoFiler), OdRxClass.getCPtr(pClassObj)); else TD_DbPINVOKE.OdDbEntity_applyPartialUndo(swigCPtr, OdDbDwgFiler.getCPtr(pUndoFiler), OdRxClass.getCPtr(pClassObj));
726 }
727
728 public override OdResult dwgInFields(OdDbDwgFiler pFiler) {
729 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("dwgInFields", swigMethodTypes21) ? TD_DbPINVOKE.OdDbEntity_dwgInFieldsSwigExplicitOdDbEntity(swigCPtr, OdDbDwgFiler.getCPtr(pFiler)) : TD_DbPINVOKE.OdDbEntity_dwgInFields(swigCPtr, OdDbDwgFiler.getCPtr(pFiler)));
731 return ret;
732 }
733
734 public override void dwgOutFields(OdDbDwgFiler pFiler) {
735 if (SwigDerivedClassHasMethod("dwgOutFields", swigMethodTypes22)) TD_DbPINVOKE.OdDbEntity_dwgOutFieldsSwigExplicitOdDbEntity(swigCPtr, OdDbDwgFiler.getCPtr(pFiler)); else TD_DbPINVOKE.OdDbEntity_dwgOutFields(swigCPtr, OdDbDwgFiler.getCPtr(pFiler));
737 }
738
739 public override void appendToOwner(OdDbIdPair idPair, OdDbObject pOwnerObject, OdDbIdMapping ownerIdMap) {
740 if (SwigDerivedClassHasMethod("appendToOwner", swigMethodTypes36)) TD_DbPINVOKE.OdDbEntity_appendToOwnerSwigExplicitOdDbEntity(swigCPtr, OdDbIdPair.getCPtr(idPair), OdDbObject.getCPtr(pOwnerObject), OdDbIdMapping.getCPtr(ownerIdMap)); else TD_DbPINVOKE.OdDbEntity_appendToOwner(swigCPtr, OdDbIdPair.getCPtr(idPair), OdDbObject.getCPtr(pOwnerObject), OdDbIdMapping.getCPtr(ownerIdMap));
742 }
743
744 public override OdResult dxfIn(OdDbDxfFiler pFiler) {
745 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("dxfIn", swigMethodTypes19) ? TD_DbPINVOKE.OdDbEntity_dxfInSwigExplicitOdDbEntity(swigCPtr, OdDbDxfFiler.getCPtr(pFiler)) : TD_DbPINVOKE.OdDbEntity_dxfIn(swigCPtr, OdDbDxfFiler.getCPtr(pFiler)));
747 return ret;
748 }
749
750 public override void dxfOut(OdDbDxfFiler pFiler) {
751 if (SwigDerivedClassHasMethod("dxfOut", swigMethodTypes20)) TD_DbPINVOKE.OdDbEntity_dxfOutSwigExplicitOdDbEntity(swigCPtr, OdDbDxfFiler.getCPtr(pFiler)); else TD_DbPINVOKE.OdDbEntity_dxfOut(swigCPtr, OdDbDxfFiler.getCPtr(pFiler));
753 }
754
755 public override OdResult dxfInFields(OdDbDxfFiler pFiler) {
756 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("dxfInFields", swigMethodTypes23) ? TD_DbPINVOKE.OdDbEntity_dxfInFieldsSwigExplicitOdDbEntity(swigCPtr, OdDbDxfFiler.getCPtr(pFiler)) : TD_DbPINVOKE.OdDbEntity_dxfInFields(swigCPtr, OdDbDxfFiler.getCPtr(pFiler)));
758 return ret;
759 }
760
761 public override void dxfOutFields(OdDbDxfFiler pFiler) {
762 if (SwigDerivedClassHasMethod("dxfOutFields", swigMethodTypes24)) TD_DbPINVOKE.OdDbEntity_dxfOutFieldsSwigExplicitOdDbEntity(swigCPtr, OdDbDxfFiler.getCPtr(pFiler)); else TD_DbPINVOKE.OdDbEntity_dxfOutFields(swigCPtr, OdDbDxfFiler.getCPtr(pFiler));
764 }
765
766 public override OdResult dxfInFields_R12(OdDbDxfFiler pFiler) {
767 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("dxfInFields_R12", swigMethodTypes25) ? TD_DbPINVOKE.OdDbEntity_dxfInFields_R12SwigExplicitOdDbEntity(swigCPtr, OdDbDxfFiler.getCPtr(pFiler)) : TD_DbPINVOKE.OdDbEntity_dxfInFields_R12(swigCPtr, OdDbDxfFiler.getCPtr(pFiler)));
769 return ret;
770 }
771
772 public override void dxfOutFields_R12(OdDbDxfFiler pFiler) {
773 if (SwigDerivedClassHasMethod("dxfOutFields_R12", swigMethodTypes26)) TD_DbPINVOKE.OdDbEntity_dxfOutFields_R12SwigExplicitOdDbEntity(swigCPtr, OdDbDxfFiler.getCPtr(pFiler)); else TD_DbPINVOKE.OdDbEntity_dxfOutFields_R12(swigCPtr, OdDbDxfFiler.getCPtr(pFiler));
775 }
776
777 public override OdGiDrawable drawable() {
778 OdGiDrawable ret = (OdGiDrawable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDrawable),(SwigDerivedClassHasMethod("drawable", swigMethodTypes55) ? TD_DbPINVOKE.OdDbEntity_drawableSwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_drawable(swigCPtr)),false); /*createInt 3_2*/
779
781 return ret;
782}
783
784 public override UInt32 subSetAttributes(OdGiDrawableTraits pTraits) {
785// test csout
786 /*SIMPLETYPE*/
787 UInt32 ret = (SwigDerivedClassHasMethod("subSetAttributes", swigMethodTypes7) ? TD_DbPINVOKE.OdDbEntity_subSetAttributesSwigExplicitOdDbEntity(swigCPtr, OdGiDrawableTraits.getCPtr(pTraits)) : TD_DbPINVOKE.OdDbEntity_subSetAttributes(swigCPtr, OdGiDrawableTraits.getCPtr(pTraits)));
789 return ret;
790 }
791
792 public virtual void subList() {
793 if (SwigDerivedClassHasMethod("subList", swigMethodTypes112)) TD_DbPINVOKE.OdDbEntity_subListSwigExplicitOdDbEntity(swigCPtr); else TD_DbPINVOKE.OdDbEntity_subList(swigCPtr);
795 }
796
797 public virtual new OdResult subGetClassID(IntPtr /*SIMPLETYPE*/ pClsid) {
798 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetClassID", swigMethodTypes60) ? TD_DbPINVOKE.OdDbEntity_subGetClassIDSwigExplicitOdDbEntity(swigCPtr, pClsid /*SIMPLETYPE*/) : TD_DbPINVOKE.OdDbEntity_subGetClassID(swigCPtr, pClsid /*SIMPLETYPE*/));
800 return ret;
801 }
802
803 public override void subSwapIdWith(OdDbObjectId otherId, bool swapXdata, bool swapExtDict) {
804 if (SwigDerivedClassHasMethod("subSwapIdWith", swigMethodTypes15)) TD_DbPINVOKE.OdDbEntity_subSwapIdWithSwigExplicitOdDbEntity__SWIG_0(swigCPtr, OdDbObjectId.getCPtr(otherId), swapXdata, swapExtDict); else TD_DbPINVOKE.OdDbEntity_subSwapIdWith__SWIG_0(swigCPtr, OdDbObjectId.getCPtr(otherId), swapXdata, swapExtDict);
806 }
807
808 public override void subSwapIdWith(OdDbObjectId otherId, bool swapXdata) {
809 if (SwigDerivedClassHasMethod("subSwapIdWith", swigMethodTypes16)) TD_DbPINVOKE.OdDbEntity_subSwapIdWithSwigExplicitOdDbEntity__SWIG_1(swigCPtr, OdDbObjectId.getCPtr(otherId), swapXdata); else TD_DbPINVOKE.OdDbEntity_subSwapIdWith__SWIG_1(swigCPtr, OdDbObjectId.getCPtr(otherId), swapXdata);
811 }
812
813 public override void subSwapIdWith(OdDbObjectId otherId) {
814 if (SwigDerivedClassHasMethod("subSwapIdWith", swigMethodTypes17)) TD_DbPINVOKE.OdDbEntity_subSwapIdWithSwigExplicitOdDbEntity__SWIG_2(swigCPtr, OdDbObjectId.getCPtr(otherId)); else TD_DbPINVOKE.OdDbEntity_subSwapIdWith__SWIG_2(swigCPtr, OdDbObjectId.getCPtr(otherId));
816 }
817
818 public override OdResult subErase(bool erasing) {
819 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subErase", swigMethodTypes13) ? TD_DbPINVOKE.OdDbEntity_subEraseSwigExplicitOdDbEntity(swigCPtr, erasing) : TD_DbPINVOKE.OdDbEntity_subErase(swigCPtr, erasing));
821 return ret;
822 }
823
824 public override OdResult subOpen(OpenMode mode) {
825 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subOpen", swigMethodTypes11) ? TD_DbPINVOKE.OdDbEntity_subOpenSwigExplicitOdDbEntity(swigCPtr, (int)mode) : TD_DbPINVOKE.OdDbEntity_subOpen(swigCPtr, (int)mode));
827 return ret;
828 }
829
830 public void recordGraphicsModified(bool graphicsModified) {
833 }
834
838 }
839
840 public override void copyFrom(OdRxObject pSource) {
843 }
844
845 public virtual void list() {
848 }
849
850 public override OdResult getGeomExtents(OdGeExtents3d extents) {
853 return ret;
854 }
855
856 public virtual void highlight(bool bDoIt, OdDbFullSubentPath pSubId, bool highlightAll) {
857 TD_DbPINVOKE.OdDbEntity_highlight__SWIG_0(swigCPtr, bDoIt, OdDbFullSubentPath.getCPtr(pSubId), highlightAll);
859 }
860
861 public virtual void highlight(bool bDoIt, OdDbFullSubentPath pSubId) {
864 }
865
866 public virtual void highlight(bool bDoIt) {
869 }
870
871 public virtual void highlight() {
874 }
875
876 public virtual OdResult getOsnapPoints(OsnapMode osnapMode, IntPtr /*SIMPLETYPE*/ gsSelectionMark, OdGePoint3d pickPoint, OdGePoint3d lastPoint, OdGeMatrix3d xWorldToEye, OdGePoint3dArray snapPoints) {
877 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_getOsnapPoints__SWIG_0(swigCPtr, (int)osnapMode, gsSelectionMark /*SIMPLETYPE*/, OdGePoint3d.getCPtr(pickPoint), OdGePoint3d.getCPtr(lastPoint), OdGeMatrix3d.getCPtr(xWorldToEye), OdGePoint3dArray.getCPtr(snapPoints));
879 return ret;
880 }
881
882 public virtual OdResult getOsnapPoints(OsnapMode osnapMode, IntPtr /*SIMPLETYPE*/ gsSelectionMark, OdGePoint3d pickPoint, OdGePoint3d lastPoint, OdGeMatrix3d xWorldToEye, OdGePoint3dArray snapPoints, OdGeMatrix3d insertionMat) {
883 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_getOsnapPoints__SWIG_1(swigCPtr, (int)osnapMode, gsSelectionMark /*SIMPLETYPE*/, OdGePoint3d.getCPtr(pickPoint), OdGePoint3d.getCPtr(lastPoint), OdGeMatrix3d.getCPtr(xWorldToEye), OdGePoint3dArray.getCPtr(snapPoints), OdGeMatrix3d.getCPtr(insertionMat));
885 return ret;
886 }
887
888 public virtual bool isContentSnappable() {
889 bool ret = TD_DbPINVOKE.OdDbEntity_isContentSnappable(swigCPtr);
891 return ret;
892 }
893
894 public virtual OdResult getGripPoints(OdGePoint3dArray gripPoints) {
897 return ret;
898 }
899
900 public virtual OdResult moveGripPointsAt(OdIntArray indices, OdGeVector3d offset) {
903 return ret;
904 }
905
906 public virtual OdResult getGripPoints(OdDbGripDataPtrArray grips, double curViewUnitSize, int gripSize, OdGeVector3d curViewDir, int bitFlags) {
907 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_getGripPoints__SWIG_1(swigCPtr, OdDbGripDataPtrArray.getCPtr(grips), curViewUnitSize, gripSize, OdGeVector3d.getCPtr(curViewDir), bitFlags);
909 return ret;
910 }
911
912 public virtual OdResult moveGripPointsAt(OdDbVoidPtrArray grips, OdGeVector3d offset, int bitFlags) {
915 return ret;
916 }
917
918 public virtual OdResult getStretchPoints(OdGePoint3dArray stretchPoints) {
921 return ret;
922 }
923
924 public virtual OdResult moveStretchPointsAt(OdIntArray indices, OdGeVector3d offset) {
927 return ret;
928 }
929
930 public virtual void dragStatus(DragStat status) {
931 if (SwigDerivedClassHasMethod("dragStatus", swigMethodTypes113)) TD_DbPINVOKE.OdDbEntity_dragStatusSwigExplicitOdDbEntity(swigCPtr, (int)status); else TD_DbPINVOKE.OdDbEntity_dragStatus(swigCPtr, (int)status);
933 }
934
935 public virtual void gripStatus(GripStat status) {
936 TD_DbPINVOKE.OdDbEntity_gripStatus(swigCPtr, (int)status);
938 }
939
940 public virtual bool cloneMeForDragging() {
941 bool ret = TD_DbPINVOKE.OdDbEntity_cloneMeForDragging(swigCPtr);
943 return ret;
944 }
945
946 public virtual bool hideMeForDragging() {
947 bool ret = TD_DbPINVOKE.OdDbEntity_hideMeForDragging(swigCPtr);
949 return ret;
950 }
951
952 public virtual void saveAs(OdGiWorldDraw pWd, DwgVersion ver) {
953 if (SwigDerivedClassHasMethod("saveAs", swigMethodTypes114)) TD_DbPINVOKE.OdDbEntity_saveAsSwigExplicitOdDbEntity(swigCPtr, OdGiWorldDraw.getCPtr(pWd), (int)ver); else TD_DbPINVOKE.OdDbEntity_saveAs(swigCPtr, OdGiWorldDraw.getCPtr(pWd), (int)ver);
955 }
956
960 return ret;
961 }
962
963 public virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points, IntPtr /*SIMPLETYPE*/ thisGsMarker, IntPtr /*SIMPLETYPE*/ otherGsMarker) {
964 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_intersectWith__SWIG_0(swigCPtr, OdDbEntity.getCPtr(pEnt), (int)intType, OdGePoint3dArray.getCPtr(points), thisGsMarker /*SIMPLETYPE*/, otherGsMarker /*SIMPLETYPE*/);
966 return ret;
967 }
968
969 public virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points, IntPtr /*SIMPLETYPE*/ thisGsMarker) {
970 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_intersectWith__SWIG_1(swigCPtr, OdDbEntity.getCPtr(pEnt), (int)intType, OdGePoint3dArray.getCPtr(points), thisGsMarker /*SIMPLETYPE*/);
972 return ret;
973 }
974
975 public virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points) {
978 return ret;
979 }
980
981 public virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points, IntPtr /*SIMPLETYPE*/ thisGsMarker, IntPtr /*SIMPLETYPE*/ otherGsMarker) {
982 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_intersectWith__SWIG_3(swigCPtr, OdDbEntity.getCPtr(pEnt), (int)intType, OdGePlane.getCPtr(projPlane), OdGePoint3dArray.getCPtr(points), thisGsMarker /*SIMPLETYPE*/, otherGsMarker /*SIMPLETYPE*/);
984 return ret;
985 }
986
987 public virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points, IntPtr /*SIMPLETYPE*/ thisGsMarker) {
988 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_intersectWith__SWIG_4(swigCPtr, OdDbEntity.getCPtr(pEnt), (int)intType, OdGePlane.getCPtr(projPlane), OdGePoint3dArray.getCPtr(points), thisGsMarker /*SIMPLETYPE*/);
990 return ret;
991 }
992
993 public virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points) {
996 return ret;
997 }
998
999 public OdResult boundingBoxIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points, IntPtr /*SIMPLETYPE*/ thisGsMarker, IntPtr /*SIMPLETYPE*/ otherGsMarker) {
1000 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_boundingBoxIntersectWith__SWIG_0(swigCPtr, OdDbEntity.getCPtr(pEnt), (int)intType, OdGePoint3dArray.getCPtr(points), thisGsMarker /*SIMPLETYPE*/, otherGsMarker /*SIMPLETYPE*/);
1002 return ret;
1003 }
1004
1005 public OdResult boundingBoxIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points, IntPtr /*SIMPLETYPE*/ thisGsMarker, IntPtr /*SIMPLETYPE*/ otherGsMarker) {
1006 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_boundingBoxIntersectWith__SWIG_1(swigCPtr, OdDbEntity.getCPtr(pEnt), (int)intType, OdGePlane.getCPtr(projPlane), OdGePoint3dArray.getCPtr(points), thisGsMarker /*SIMPLETYPE*/, otherGsMarker /*SIMPLETYPE*/);
1008 return ret;
1009 }
1010
1011 public virtual OdResult getSubentPathsAtGsMarker(Teigha.Core.SubentType type, IntPtr /*SIMPLETYPE*/ gsMark, OdGePoint3d pickPoint, OdGeMatrix3d xfm, OdDbFullSubentPathArray subentPaths, OdDbObjectIdArray pEntAndInsertStack) {
1012 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_getSubentPathsAtGsMarker__SWIG_0(swigCPtr, (int)type, gsMark /*SIMPLETYPE*/, OdGePoint3d.getCPtr(pickPoint), OdGeMatrix3d.getCPtr(xfm), OdDbFullSubentPathArray.getCPtr(subentPaths), OdDbObjectIdArray.getCPtr(pEntAndInsertStack));
1014 return ret;
1015 }
1016
1017 public virtual OdResult getSubentPathsAtGsMarker(Teigha.Core.SubentType type, IntPtr /*SIMPLETYPE*/ gsMark, OdGePoint3d pickPoint, OdGeMatrix3d xfm, OdDbFullSubentPathArray subentPaths) {
1018 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_getSubentPathsAtGsMarker__SWIG_1(swigCPtr, (int)type, gsMark /*SIMPLETYPE*/, OdGePoint3d.getCPtr(pickPoint), OdGeMatrix3d.getCPtr(xfm), OdDbFullSubentPathArray.getCPtr(subentPaths));
1020 return ret;
1021 }
1022
1026 return ret;
1027 }
1028
1029 public virtual OdResult getGripPointsAtSubentPath(OdDbFullSubentPath path, OdDbGripDataPtrArray grips, double curViewUnitSize, int gripSize, OdGeVector3d curViewDir, UInt32 /*SIMPLETYPE*/ bitflags) {
1030 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_getGripPointsAtSubentPath(swigCPtr, OdDbFullSubentPath.getCPtr(path), OdDbGripDataPtrArray.getCPtr(grips), curViewUnitSize, gripSize, OdGeVector3d.getCPtr(curViewDir), bitflags /*SIMPLETYPE*/);
1032 return ret;
1033 }
1034
1035 public virtual OdResult moveGripPointsAtSubentPaths(OdDbFullSubentPathArray paths, OdDbVoidPtrArray gripAppData, OdGeVector3d offset, UInt32 /*SIMPLETYPE*/ bitflags) {
1038 return ret;
1039 }
1040
1044 return ret;
1045 }
1046
1050 return ret;
1051 }
1052
1053 public virtual OdDbEntity subentPtr(OdDbFullSubentPath path) {// OdDbEntityPtr
1054 MemoryManager mMan = MemoryManager.GetMemoryManager();
1055 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
1056 IntPtr ptr = TD_DbPINVOKE.OdDbEntity_subentPtr(swigCPtr, OdDbFullSubentPath.getCPtr(path));
1057
1058 OdDbEntity ret = null;
1059 if (null != mTrans)
1060 {
1061 mTrans.AddObject((OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, true));
1062 ret = (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, false);
1063 }
1064 else
1065 {
1066 ret = (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, true);
1067 }
1068
1070 return ret;
1071}
1072
1076 return ret;
1077 }
1078
1079 public virtual OdResult getSubentClassId(OdDbFullSubentPath path, IntPtr /*SIMPLETYPE*/ clsId) {
1080 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_getSubentClassId(swigCPtr, OdDbFullSubentPath.getCPtr(path), clsId /*SIMPLETYPE*/);
1082 return ret;
1083 }
1084
1088 return ret;
1089 }
1090
1091 public virtual void subentGripStatus(GripStat status, OdDbFullSubentPath subentity) {
1092 TD_DbPINVOKE.OdDbEntity_subentGripStatus(swigCPtr, (int)status, OdDbFullSubentPath.getCPtr(subentity));
1094 }
1095
1096 public virtual OdGeMatrix3d getEcs() {
1097 OdGeMatrix3d ret = new OdGeMatrix3d((SwigDerivedClassHasMethod("getEcs", swigMethodTypes115) ? TD_DbPINVOKE.OdDbEntity_getEcsSwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_getEcs(swigCPtr)), true);
1099 return ret;
1100 }
1101
1102 protected virtual OdResult subTransformBy(OdGeMatrix3d xfm) {
1103 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subTransformBy", swigMethodTypes116) ? TD_DbPINVOKE.OdDbEntity_subTransformBySwigExplicitOdDbEntity(swigCPtr, OdGeMatrix3d.getCPtr(xfm)) : TD_DbPINVOKE.OdDbEntity_subTransformBy(swigCPtr, OdGeMatrix3d.getCPtr(xfm)));
1105 return ret;
1106 }
1107
1108 protected virtual OdResult subGetTransformedCopy(OdGeMatrix3d xfm, ref OdDbEntity /*OUT_PARAM for SMARTPTR*/ pCopy) {
1109 /*OUT_PARAM for SMARTPTR pre*/ IntPtr tmp_pCopy = pCopy == null ? IntPtr.Zero : OdDbEntity.getCPtr(pCopy).Handle;
1110 IntPtr saved_pCopy = tmp_pCopy;
1111 /*OUT_PARAM for SMARTPTR pre*/
1112 try {
1113 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetTransformedCopy", swigMethodTypes117) ? TD_DbPINVOKE.OdDbEntity_subGetTransformedCopySwigExplicitOdDbEntity(swigCPtr, OdGeMatrix3d.getCPtr(xfm), ref tmp_pCopy /*OUT_PARAM for SMARTPTR*/) : TD_DbPINVOKE.OdDbEntity_subGetTransformedCopy(swigCPtr, OdGeMatrix3d.getCPtr(xfm), ref tmp_pCopy /*OUT_PARAM for SMARTPTR*/));
1115 return ret;
1116 } finally {
1117if(tmp_pCopy == IntPtr.Zero) pCopy = null;
1118 if(tmp_pCopy != IntPtr.Zero && tmp_pCopy != saved_pCopy)
1119 {
1120 MemoryTransaction mTrans_pCopy = MemoryManager.GetMemoryManager().GetCurrentTransaction();
1121 if(mTrans_pCopy != null)
1122 mTrans_pCopy.AddObject(Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_pCopy, true));
1123 pCopy = Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_pCopy, mTrans_pCopy == null);
1124 /*OUT_PARAM for SMARTPTR*/
1125 }
1126 }
1127 }
1128
1129 protected virtual OdResult subExplode(OdRxObjectPtrArray entitySet) {
1130 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subExplode", swigMethodTypes118) ? TD_DbPINVOKE.OdDbEntity_subExplodeSwigExplicitOdDbEntity(swigCPtr, OdRxObjectPtrArray.getCPtr(entitySet)) : TD_DbPINVOKE.OdDbEntity_subExplode(swigCPtr, OdRxObjectPtrArray.getCPtr(entitySet)));
1132 return ret;
1133 }
1134
1136 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetCompoundObjectTransform", swigMethodTypes119) ? TD_DbPINVOKE.OdDbEntity_subGetCompoundObjectTransformSwigExplicitOdDbEntity(swigCPtr, OdGeMatrix3d.getCPtr(xM)) : TD_DbPINVOKE.OdDbEntity_subGetCompoundObjectTransform(swigCPtr, OdGeMatrix3d.getCPtr(xM)));
1138 return ret;
1139 }
1140
1141 protected virtual bool subCloneMeForDragging() {
1142 bool ret = (SwigDerivedClassHasMethod("subCloneMeForDragging", swigMethodTypes120) ? TD_DbPINVOKE.OdDbEntity_subCloneMeForDraggingSwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_subCloneMeForDragging(swigCPtr));
1144 return ret;
1145 }
1146
1147 protected virtual bool subHideMeForDragging() {
1148 bool ret = (SwigDerivedClassHasMethod("subHideMeForDragging", swigMethodTypes121) ? TD_DbPINVOKE.OdDbEntity_subHideMeForDraggingSwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_subHideMeForDragging(swigCPtr));
1150 return ret;
1151 }
1152
1153 protected virtual void subGripStatus(GripStat status) {
1154 if (SwigDerivedClassHasMethod("subGripStatus", swigMethodTypes122)) TD_DbPINVOKE.OdDbEntity_subGripStatusSwigExplicitOdDbEntity(swigCPtr, (int)status); else TD_DbPINVOKE.OdDbEntity_subGripStatus(swigCPtr, (int)status);
1156 }
1157
1158 protected virtual OdResult subGetOsnapPoints(OsnapMode osnapMode, IntPtr /*SIMPLETYPE*/ gsSelectionMark, OdGePoint3d pickPoint, OdGePoint3d lastPoint, OdGeMatrix3d xWorldToEye, OdGePoint3dArray snapPoints) {
1159 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetOsnapPoints", swigMethodTypes123) ? TD_DbPINVOKE.OdDbEntity_subGetOsnapPointsSwigExplicitOdDbEntity__SWIG_0(swigCPtr, (int)osnapMode, gsSelectionMark /*SIMPLETYPE*/, OdGePoint3d.getCPtr(pickPoint), OdGePoint3d.getCPtr(lastPoint), OdGeMatrix3d.getCPtr(xWorldToEye), OdGePoint3dArray.getCPtr(snapPoints)) : TD_DbPINVOKE.OdDbEntity_subGetOsnapPoints__SWIG_0(swigCPtr, (int)osnapMode, gsSelectionMark /*SIMPLETYPE*/, OdGePoint3d.getCPtr(pickPoint), OdGePoint3d.getCPtr(lastPoint), OdGeMatrix3d.getCPtr(xWorldToEye), OdGePoint3dArray.getCPtr(snapPoints)));
1161 return ret;
1162 }
1163
1164 protected virtual OdResult subGetOsnapPoints(OsnapMode osnapMode, IntPtr /*SIMPLETYPE*/ gsSelectionMark, OdGePoint3d pickPoint, OdGePoint3d lastPoint, OdGeMatrix3d xWorldToEye, OdGePoint3dArray snapPoints, OdGeMatrix3d insertionMat) {
1165 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetOsnapPoints", swigMethodTypes124) ? TD_DbPINVOKE.OdDbEntity_subGetOsnapPointsSwigExplicitOdDbEntity__SWIG_1(swigCPtr, (int)osnapMode, gsSelectionMark /*SIMPLETYPE*/, OdGePoint3d.getCPtr(pickPoint), OdGePoint3d.getCPtr(lastPoint), OdGeMatrix3d.getCPtr(xWorldToEye), OdGePoint3dArray.getCPtr(snapPoints), OdGeMatrix3d.getCPtr(insertionMat)) : TD_DbPINVOKE.OdDbEntity_subGetOsnapPoints__SWIG_1(swigCPtr, (int)osnapMode, gsSelectionMark /*SIMPLETYPE*/, OdGePoint3d.getCPtr(pickPoint), OdGePoint3d.getCPtr(lastPoint), OdGeMatrix3d.getCPtr(xWorldToEye), OdGePoint3dArray.getCPtr(snapPoints), OdGeMatrix3d.getCPtr(insertionMat)));
1167 return ret;
1168 }
1169
1170 protected virtual bool subIsContentSnappable() {
1171 bool ret = (SwigDerivedClassHasMethod("subIsContentSnappable", swigMethodTypes125) ? TD_DbPINVOKE.OdDbEntity_subIsContentSnappableSwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_subIsContentSnappable(swigCPtr));
1173 return ret;
1174 }
1175
1176 protected virtual OdResult subGetGripPoints(OdGePoint3dArray gripPoints) {
1177 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetGripPoints", swigMethodTypes126) ? TD_DbPINVOKE.OdDbEntity_subGetGripPointsSwigExplicitOdDbEntity__SWIG_0(swigCPtr, OdGePoint3dArray.getCPtr(gripPoints)) : TD_DbPINVOKE.OdDbEntity_subGetGripPoints__SWIG_0(swigCPtr, OdGePoint3dArray.getCPtr(gripPoints)));
1179 return ret;
1180 }
1181
1182 protected virtual OdResult subMoveGripPointsAt(OdIntArray indices, OdGeVector3d offset) {
1183 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subMoveGripPointsAt", swigMethodTypes127) ? TD_DbPINVOKE.OdDbEntity_subMoveGripPointsAtSwigExplicitOdDbEntity__SWIG_0(swigCPtr, OdIntArray.getCPtr(indices).Handle, OdGeVector3d.getCPtr(offset)) : TD_DbPINVOKE.OdDbEntity_subMoveGripPointsAt__SWIG_0(swigCPtr, OdIntArray.getCPtr(indices).Handle, OdGeVector3d.getCPtr(offset)));
1185 return ret;
1186 }
1187
1188 protected virtual OdResult subGetGripPoints(OdDbGripDataPtrArray grips, double curViewUnitSize, int gripSize, OdGeVector3d curViewDir, int bitFlags) {
1189 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetGripPoints", swigMethodTypes128) ? TD_DbPINVOKE.OdDbEntity_subGetGripPointsSwigExplicitOdDbEntity__SWIG_1(swigCPtr, OdDbGripDataPtrArray.getCPtr(grips), curViewUnitSize, gripSize, OdGeVector3d.getCPtr(curViewDir), bitFlags) : TD_DbPINVOKE.OdDbEntity_subGetGripPoints__SWIG_1(swigCPtr, OdDbGripDataPtrArray.getCPtr(grips), curViewUnitSize, gripSize, OdGeVector3d.getCPtr(curViewDir), bitFlags));
1191 return ret;
1192 }
1193
1194 protected virtual OdResult subMoveGripPointsAt(OdDbVoidPtrArray grips, OdGeVector3d offset, int bitFlags) {
1195 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subMoveGripPointsAt", swigMethodTypes129) ? TD_DbPINVOKE.OdDbEntity_subMoveGripPointsAtSwigExplicitOdDbEntity__SWIG_1(swigCPtr, OdDbVoidPtrArray.getCPtr(grips), OdGeVector3d.getCPtr(offset), bitFlags) : TD_DbPINVOKE.OdDbEntity_subMoveGripPointsAt__SWIG_1(swigCPtr, OdDbVoidPtrArray.getCPtr(grips), OdGeVector3d.getCPtr(offset), bitFlags));
1197 return ret;
1198 }
1199
1200 protected virtual OdResult subGetStretchPoints(OdGePoint3dArray stretchPoints) {
1201 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetStretchPoints", swigMethodTypes130) ? TD_DbPINVOKE.OdDbEntity_subGetStretchPointsSwigExplicitOdDbEntity(swigCPtr, OdGePoint3dArray.getCPtr(stretchPoints)) : TD_DbPINVOKE.OdDbEntity_subGetStretchPoints(swigCPtr, OdGePoint3dArray.getCPtr(stretchPoints)));
1203 return ret;
1204 }
1205
1206 protected virtual OdResult subMoveStretchPointsAt(OdIntArray indices, OdGeVector3d offset) {
1207 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subMoveStretchPointsAt", swigMethodTypes131) ? TD_DbPINVOKE.OdDbEntity_subMoveStretchPointsAtSwigExplicitOdDbEntity(swigCPtr, OdIntArray.getCPtr(indices).Handle, OdGeVector3d.getCPtr(offset)) : TD_DbPINVOKE.OdDbEntity_subMoveStretchPointsAt(swigCPtr, OdIntArray.getCPtr(indices).Handle, OdGeVector3d.getCPtr(offset)));
1209 return ret;
1210 }
1211
1212 protected virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points, IntPtr /*SIMPLETYPE*/ thisGsMarker, IntPtr /*SIMPLETYPE*/ otherGsMarker) {
1213 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes132) ? TD_DbPINVOKE.OdDbEntity_subIntersectWithSwigExplicitOdDbEntity__SWIG_0(swigCPtr, OdDbEntity.getCPtr(pEnt), (int)intType, OdGePoint3dArray.getCPtr(points), thisGsMarker /*SIMPLETYPE*/, otherGsMarker /*SIMPLETYPE*/) : TD_DbPINVOKE.OdDbEntity_subIntersectWith__SWIG_0(swigCPtr, OdDbEntity.getCPtr(pEnt), (int)intType, OdGePoint3dArray.getCPtr(points), thisGsMarker /*SIMPLETYPE*/, otherGsMarker /*SIMPLETYPE*/));
1215 return ret;
1216 }
1217
1218 protected virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points, IntPtr /*SIMPLETYPE*/ thisGsMarker) {
1219 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes133) ? TD_DbPINVOKE.OdDbEntity_subIntersectWithSwigExplicitOdDbEntity__SWIG_1(swigCPtr, OdDbEntity.getCPtr(pEnt), (int)intType, OdGePoint3dArray.getCPtr(points), thisGsMarker /*SIMPLETYPE*/) : TD_DbPINVOKE.OdDbEntity_subIntersectWith__SWIG_1(swigCPtr, OdDbEntity.getCPtr(pEnt), (int)intType, OdGePoint3dArray.getCPtr(points), thisGsMarker /*SIMPLETYPE*/));
1221 return ret;
1222 }
1223
1224 protected virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points) {
1225 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes134) ? TD_DbPINVOKE.OdDbEntity_subIntersectWithSwigExplicitOdDbEntity__SWIG_2(swigCPtr, OdDbEntity.getCPtr(pEnt), (int)intType, OdGePoint3dArray.getCPtr(points)) : TD_DbPINVOKE.OdDbEntity_subIntersectWith__SWIG_2(swigCPtr, OdDbEntity.getCPtr(pEnt), (int)intType, OdGePoint3dArray.getCPtr(points)));
1227 return ret;
1228 }
1229
1230 protected virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points, IntPtr /*SIMPLETYPE*/ thisGsMarker, IntPtr /*SIMPLETYPE*/ otherGsMarker) {
1231 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes135) ? TD_DbPINVOKE.OdDbEntity_subIntersectWithSwigExplicitOdDbEntity__SWIG_3(swigCPtr, OdDbEntity.getCPtr(pEnt), (int)intType, OdGePlane.getCPtr(projPlane), OdGePoint3dArray.getCPtr(points), thisGsMarker /*SIMPLETYPE*/, otherGsMarker /*SIMPLETYPE*/) : TD_DbPINVOKE.OdDbEntity_subIntersectWith__SWIG_3(swigCPtr, OdDbEntity.getCPtr(pEnt), (int)intType, OdGePlane.getCPtr(projPlane), OdGePoint3dArray.getCPtr(points), thisGsMarker /*SIMPLETYPE*/, otherGsMarker /*SIMPLETYPE*/));
1233 return ret;
1234 }
1235
1236 protected virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points, IntPtr /*SIMPLETYPE*/ thisGsMarker) {
1237 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes136) ? TD_DbPINVOKE.OdDbEntity_subIntersectWithSwigExplicitOdDbEntity__SWIG_4(swigCPtr, OdDbEntity.getCPtr(pEnt), (int)intType, OdGePlane.getCPtr(projPlane), OdGePoint3dArray.getCPtr(points), thisGsMarker /*SIMPLETYPE*/) : TD_DbPINVOKE.OdDbEntity_subIntersectWith__SWIG_4(swigCPtr, OdDbEntity.getCPtr(pEnt), (int)intType, OdGePlane.getCPtr(projPlane), OdGePoint3dArray.getCPtr(points), thisGsMarker /*SIMPLETYPE*/));
1239 return ret;
1240 }
1241
1242 protected virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points) {
1243 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes137) ? TD_DbPINVOKE.OdDbEntity_subIntersectWithSwigExplicitOdDbEntity__SWIG_5(swigCPtr, OdDbEntity.getCPtr(pEnt), (int)intType, OdGePlane.getCPtr(projPlane), OdGePoint3dArray.getCPtr(points)) : TD_DbPINVOKE.OdDbEntity_subIntersectWith__SWIG_5(swigCPtr, OdDbEntity.getCPtr(pEnt), (int)intType, OdGePlane.getCPtr(projPlane), OdGePoint3dArray.getCPtr(points)));
1245 return ret;
1246 }
1247
1248 protected virtual void subHighlight(bool bDoIt, OdDbFullSubentPath pSubId, bool highlightAll) {
1249 if (SwigDerivedClassHasMethod("subHighlight", swigMethodTypes138)) TD_DbPINVOKE.OdDbEntity_subHighlightSwigExplicitOdDbEntity__SWIG_0(swigCPtr, bDoIt, OdDbFullSubentPath.getCPtr(pSubId), highlightAll); else TD_DbPINVOKE.OdDbEntity_subHighlight__SWIG_0(swigCPtr, bDoIt, OdDbFullSubentPath.getCPtr(pSubId), highlightAll);
1251 }
1252
1253 protected virtual void subHighlight(bool bDoIt, OdDbFullSubentPath pSubId) {
1254 if (SwigDerivedClassHasMethod("subHighlight", swigMethodTypes139)) TD_DbPINVOKE.OdDbEntity_subHighlightSwigExplicitOdDbEntity__SWIG_1(swigCPtr, bDoIt, OdDbFullSubentPath.getCPtr(pSubId)); else TD_DbPINVOKE.OdDbEntity_subHighlight__SWIG_1(swigCPtr, bDoIt, OdDbFullSubentPath.getCPtr(pSubId));
1256 }
1257
1258 protected virtual void subHighlight(bool bDoIt) {
1259 if (SwigDerivedClassHasMethod("subHighlight", swigMethodTypes140)) TD_DbPINVOKE.OdDbEntity_subHighlightSwigExplicitOdDbEntity__SWIG_2(swigCPtr, bDoIt); else TD_DbPINVOKE.OdDbEntity_subHighlight__SWIG_2(swigCPtr, bDoIt);
1261 }
1262
1263 protected virtual void subHighlight() {
1264 if (SwigDerivedClassHasMethod("subHighlight", swigMethodTypes141)) TD_DbPINVOKE.OdDbEntity_subHighlightSwigExplicitOdDbEntity__SWIG_3(swigCPtr); else TD_DbPINVOKE.OdDbEntity_subHighlight__SWIG_3(swigCPtr);
1266 }
1267
1268 protected virtual Visibility subVisibility() {
1269 Visibility ret = (Visibility)(SwigDerivedClassHasMethod("subVisibility", swigMethodTypes142) ? TD_DbPINVOKE.OdDbEntity_subVisibilitySwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_subVisibility(swigCPtr));
1271 return ret;
1272 }
1273
1274 protected virtual OdResult subSetVisibility(Visibility visibility, bool doSubents) {
1275 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subSetVisibility", swigMethodTypes143) ? TD_DbPINVOKE.OdDbEntity_subSetVisibilitySwigExplicitOdDbEntity__SWIG_0(swigCPtr, (int)visibility, doSubents) : TD_DbPINVOKE.OdDbEntity_subSetVisibility__SWIG_0(swigCPtr, (int)visibility, doSubents));
1277 return ret;
1278 }
1279
1281 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subSetVisibility", swigMethodTypes144) ? TD_DbPINVOKE.OdDbEntity_subSetVisibilitySwigExplicitOdDbEntity__SWIG_1(swigCPtr, (int)visibility) : TD_DbPINVOKE.OdDbEntity_subSetVisibility__SWIG_1(swigCPtr, (int)visibility));
1283 return ret;
1284 }
1285
1286 protected virtual OdResult subGetGeomExtents(OdGeExtents3d extents) {
1287 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetGeomExtents", swigMethodTypes145) ? TD_DbPINVOKE.OdDbEntity_subGetGeomExtentsSwigExplicitOdDbEntity(swigCPtr, OdGeExtents3d.getCPtr(extents)) : TD_DbPINVOKE.OdDbEntity_subGetGeomExtents(swigCPtr, OdGeExtents3d.getCPtr(extents)));
1289 return ret;
1290 }
1291
1293 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subDeleteSubentPaths", swigMethodTypes146) ? TD_DbPINVOKE.OdDbEntity_subDeleteSubentPathsSwigExplicitOdDbEntity(swigCPtr, OdDbFullSubentPathArray.getCPtr(paths)) : TD_DbPINVOKE.OdDbEntity_subDeleteSubentPaths(swigCPtr, OdDbFullSubentPathArray.getCPtr(paths)));
1295 return ret;
1296 }
1297
1299 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subAddSubentPaths", swigMethodTypes147) ? TD_DbPINVOKE.OdDbEntity_subAddSubentPathsSwigExplicitOdDbEntity(swigCPtr, OdDbFullSubentPathArray.getCPtr(paths)) : TD_DbPINVOKE.OdDbEntity_subAddSubentPaths(swigCPtr, OdDbFullSubentPathArray.getCPtr(paths)));
1301 return ret;
1302 }
1303
1304 protected virtual OdResult subMoveGripPointsAtSubentPaths(OdDbFullSubentPathArray paths, OdDbVoidPtrArray gripAppData, OdGeVector3d offset, UInt32 /*SIMPLETYPE*/ bitflags) {
1305 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subMoveGripPointsAtSubentPaths", swigMethodTypes148) ? TD_DbPINVOKE.OdDbEntity_subMoveGripPointsAtSubentPathsSwigExplicitOdDbEntity(swigCPtr, OdDbFullSubentPathArray.getCPtr(paths), OdDbVoidPtrArray.getCPtr(gripAppData), OdGeVector3d.getCPtr(offset), bitflags /*SIMPLETYPE*/) : TD_DbPINVOKE.OdDbEntity_subMoveGripPointsAtSubentPaths(swigCPtr, OdDbFullSubentPathArray.getCPtr(paths), OdDbVoidPtrArray.getCPtr(gripAppData), OdGeVector3d.getCPtr(offset), bitflags /*SIMPLETYPE*/));
1307 return ret;
1308 }
1309
1310 protected virtual OdResult subGetGripPointsAtSubentPath(OdDbFullSubentPath path, OdDbGripDataPtrArray grips, double curViewUnitSize, int gripSize, OdGeVector3d curViewDir, UInt32 /*SIMPLETYPE*/ bitflags) {
1311 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetGripPointsAtSubentPath", swigMethodTypes149) ? TD_DbPINVOKE.OdDbEntity_subGetGripPointsAtSubentPathSwigExplicitOdDbEntity(swigCPtr, OdDbFullSubentPath.getCPtr(path), OdDbGripDataPtrArray.getCPtr(grips), curViewUnitSize, gripSize, OdGeVector3d.getCPtr(curViewDir), bitflags /*SIMPLETYPE*/) : TD_DbPINVOKE.OdDbEntity_subGetGripPointsAtSubentPath(swigCPtr, OdDbFullSubentPath.getCPtr(path), OdDbGripDataPtrArray.getCPtr(grips), curViewUnitSize, gripSize, OdGeVector3d.getCPtr(curViewDir), bitflags /*SIMPLETYPE*/));
1313 return ret;
1314 }
1315
1316 protected virtual OdResult subGetSubentPathsAtGsMarker(Teigha.Core.SubentType type, IntPtr /*SIMPLETYPE*/ gsMark, OdGePoint3d pickPoint, OdGeMatrix3d xfm, OdDbFullSubentPathArray subentPaths, OdDbObjectIdArray pEntAndInsertStack) {
1317 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetSubentPathsAtGsMarker", swigMethodTypes150) ? TD_DbPINVOKE.OdDbEntity_subGetSubentPathsAtGsMarkerSwigExplicitOdDbEntity__SWIG_0(swigCPtr, (int)type, gsMark /*SIMPLETYPE*/, OdGePoint3d.getCPtr(pickPoint), OdGeMatrix3d.getCPtr(xfm), OdDbFullSubentPathArray.getCPtr(subentPaths), OdDbObjectIdArray.getCPtr(pEntAndInsertStack)) : TD_DbPINVOKE.OdDbEntity_subGetSubentPathsAtGsMarker__SWIG_0(swigCPtr, (int)type, gsMark /*SIMPLETYPE*/, OdGePoint3d.getCPtr(pickPoint), OdGeMatrix3d.getCPtr(xfm), OdDbFullSubentPathArray.getCPtr(subentPaths), OdDbObjectIdArray.getCPtr(pEntAndInsertStack)));
1319 return ret;
1320 }
1321
1322 protected virtual OdResult subGetSubentPathsAtGsMarker(Teigha.Core.SubentType type, IntPtr /*SIMPLETYPE*/ gsMark, OdGePoint3d pickPoint, OdGeMatrix3d xfm, OdDbFullSubentPathArray subentPaths) {
1323 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetSubentPathsAtGsMarker", swigMethodTypes151) ? TD_DbPINVOKE.OdDbEntity_subGetSubentPathsAtGsMarkerSwigExplicitOdDbEntity__SWIG_1(swigCPtr, (int)type, gsMark /*SIMPLETYPE*/, OdGePoint3d.getCPtr(pickPoint), OdGeMatrix3d.getCPtr(xfm), OdDbFullSubentPathArray.getCPtr(subentPaths)) : TD_DbPINVOKE.OdDbEntity_subGetSubentPathsAtGsMarker__SWIG_1(swigCPtr, (int)type, gsMark /*SIMPLETYPE*/, OdGePoint3d.getCPtr(pickPoint), OdGeMatrix3d.getCPtr(xfm), OdDbFullSubentPathArray.getCPtr(subentPaths)));
1325 return ret;
1326 }
1327
1329 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetGsMarkersAtSubentPath", swigMethodTypes152) ? TD_DbPINVOKE.OdDbEntity_subGetGsMarkersAtSubentPathSwigExplicitOdDbEntity(swigCPtr, OdDbFullSubentPath.getCPtr(subPath), OdGsMarkerArray.getCPtr(gsMarkers)) : TD_DbPINVOKE.OdDbEntity_subGetGsMarkersAtSubentPath(swigCPtr, OdDbFullSubentPath.getCPtr(subPath), OdGsMarkerArray.getCPtr(gsMarkers)));
1331 return ret;
1332 }
1333
1334 protected virtual OdDbEntity subSubentPtr(OdDbFullSubentPath path) {// OdDbEntityPtr
1335 MemoryManager mMan = MemoryManager.GetMemoryManager();
1336 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
1337 IntPtr ptr = (SwigDerivedClassHasMethod("subSubentPtr", swigMethodTypes153) ? TD_DbPINVOKE.OdDbEntity_subSubentPtrSwigExplicitOdDbEntity(swigCPtr, OdDbFullSubentPath.getCPtr(path)) : TD_DbPINVOKE.OdDbEntity_subSubentPtr(swigCPtr, OdDbFullSubentPath.getCPtr(path)));
1338
1339 OdDbEntity ret = null;
1340 if (null != mTrans)
1341 {
1342 mTrans.AddObject((OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, true));
1343 ret = (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, false);
1344 }
1345 else
1346 {
1347 ret = (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, true);
1348 }
1349
1351 return ret;
1352}
1353
1355 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subTransformSubentPathsBy", swigMethodTypes154) ? TD_DbPINVOKE.OdDbEntity_subTransformSubentPathsBySwigExplicitOdDbEntity(swigCPtr, OdDbFullSubentPathArray.getCPtr(paths), OdGeMatrix3d.getCPtr(xform)) : TD_DbPINVOKE.OdDbEntity_subTransformSubentPathsBy(swigCPtr, OdDbFullSubentPathArray.getCPtr(paths), OdGeMatrix3d.getCPtr(xform)));
1357 return ret;
1358 }
1359
1360 protected virtual OdResult subGetSubentClassId(OdDbFullSubentPath path, IntPtr /*SIMPLETYPE*/ clsId) {
1361 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetSubentClassId", swigMethodTypes155) ? TD_DbPINVOKE.OdDbEntity_subGetSubentClassIdSwigExplicitOdDbEntity(swigCPtr, OdDbFullSubentPath.getCPtr(path), clsId /*SIMPLETYPE*/) : TD_DbPINVOKE.OdDbEntity_subGetSubentClassId(swigCPtr, OdDbFullSubentPath.getCPtr(path), clsId /*SIMPLETYPE*/));
1363 return ret;
1364 }
1365
1367 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetSubentPathGeomExtents", swigMethodTypes156) ? TD_DbPINVOKE.OdDbEntity_subGetSubentPathGeomExtentsSwigExplicitOdDbEntity(swigCPtr, OdDbFullSubentPath.getCPtr(path), OdGeExtents3d.getCPtr(extents)) : TD_DbPINVOKE.OdDbEntity_subGetSubentPathGeomExtents(swigCPtr, OdDbFullSubentPath.getCPtr(path), OdGeExtents3d.getCPtr(extents)));
1369 return ret;
1370 }
1371
1372 protected virtual void subSubentGripStatus(GripStat status, OdDbFullSubentPath subentity) {
1373 if (SwigDerivedClassHasMethod("subSubentGripStatus", swigMethodTypes157)) TD_DbPINVOKE.OdDbEntity_subSubentGripStatusSwigExplicitOdDbEntity(swigCPtr, (int)status, OdDbFullSubentPath.getCPtr(subentity)); else TD_DbPINVOKE.OdDbEntity_subSubentGripStatus(swigCPtr, (int)status, OdDbFullSubentPath.getCPtr(subentity));
1375 }
1376
1377 protected static string getRealClassName(IntPtr /*SIMPLETYPE*/ ptr) {
1378 string ret = TD_DbPINVOKE.OdDbEntity_getRealClassName(ptr /*SIMPLETYPE*/);
1380 return ret;
1381 }
1382
1387 public void vb_gripStatus(Teigha.Core.GripStat status) { this.gripStatus(status); }
1388
1394
1399 public string vb_material() { return this.material(); }
1400
1405 public virtual Teigha.TD.CollisionType vb_collisionType() { return this.collisionType(); }
1406
1411 public string vb_linetype() { return this.linetype(); }
1412
1418
1424
1425 private void SwigDirectorConnect() {
1426 if (SwigDerivedClassHasMethod("queryX", swigMethodTypes0))
1427 swigDelegate0 = new SwigDelegateOdDbEntity_0(SwigDirectorMethodqueryX);
1428 if (SwigDerivedClassHasMethod("isA", swigMethodTypes1))
1429 swigDelegate1 = new SwigDelegateOdDbEntity_1(SwigDirectorMethodisA);
1430 if (SwigDerivedClassHasMethod("drawableType", swigMethodTypes2))
1431 swigDelegate2 = new SwigDelegateOdDbEntity_2(SwigDirectorMethoddrawableType);
1432 if (SwigDerivedClassHasMethod("isPersistent", swigMethodTypes3))
1433 swigDelegate3 = new SwigDelegateOdDbEntity_3(SwigDirectorMethodisPersistent);
1434 if (SwigDerivedClassHasMethod("id", swigMethodTypes4))
1435 swigDelegate4 = new SwigDelegateOdDbEntity_4(SwigDirectorMethodid);
1436 if (SwigDerivedClassHasMethod("setGsNode", swigMethodTypes5))
1437 swigDelegate5 = new SwigDelegateOdDbEntity_5(SwigDirectorMethodsetGsNode);
1438 if (SwigDerivedClassHasMethod("gsNode", swigMethodTypes6))
1439 swigDelegate6 = new SwigDelegateOdDbEntity_6(SwigDirectorMethodgsNode);
1440 if (SwigDerivedClassHasMethod("subSetAttributes", swigMethodTypes7))
1441 swigDelegate7 = new SwigDelegateOdDbEntity_7(SwigDirectorMethodsubSetAttributes);
1442 if (SwigDerivedClassHasMethod("subWorldDraw", swigMethodTypes8))
1443 swigDelegate8 = new SwigDelegateOdDbEntity_8(SwigDirectorMethodsubWorldDraw);
1444 if (SwigDerivedClassHasMethod("subViewportDraw", swigMethodTypes9))
1445 swigDelegate9 = new SwigDelegateOdDbEntity_9(SwigDirectorMethodsubViewportDraw);
1446 if (SwigDerivedClassHasMethod("setOwnerId", swigMethodTypes10))
1447 swigDelegate10 = new SwigDelegateOdDbEntity_10(SwigDirectorMethodsetOwnerId);
1448 if (SwigDerivedClassHasMethod("subOpen", swigMethodTypes11))
1449 swigDelegate11 = new SwigDelegateOdDbEntity_11(SwigDirectorMethodsubOpen);
1450 if (SwigDerivedClassHasMethod("subClose", swigMethodTypes12))
1451 swigDelegate12 = new SwigDelegateOdDbEntity_12(SwigDirectorMethodsubClose);
1452 if (SwigDerivedClassHasMethod("subErase", swigMethodTypes13))
1453 swigDelegate13 = new SwigDelegateOdDbEntity_13(SwigDirectorMethodsubErase);
1454 if (SwigDerivedClassHasMethod("subHandOverTo", swigMethodTypes14))
1455 swigDelegate14 = new SwigDelegateOdDbEntity_14(SwigDirectorMethodsubHandOverTo);
1456 if (SwigDerivedClassHasMethod("subSwapIdWith", swigMethodTypes15))
1457 swigDelegate15 = new SwigDelegateOdDbEntity_15(SwigDirectorMethodsubSwapIdWith__SWIG_0);
1458 if (SwigDerivedClassHasMethod("subSwapIdWith", swigMethodTypes16))
1459 swigDelegate16 = new SwigDelegateOdDbEntity_16(SwigDirectorMethodsubSwapIdWith__SWIG_1);
1460 if (SwigDerivedClassHasMethod("subSwapIdWith", swigMethodTypes17))
1461 swigDelegate17 = new SwigDelegateOdDbEntity_17(SwigDirectorMethodsubSwapIdWith__SWIG_2);
1462 if (SwigDerivedClassHasMethod("audit", swigMethodTypes18))
1463 swigDelegate18 = new SwigDelegateOdDbEntity_18(SwigDirectorMethodaudit);
1464 if (SwigDerivedClassHasMethod("dxfIn", swigMethodTypes19))
1465 swigDelegate19 = new SwigDelegateOdDbEntity_19(SwigDirectorMethoddxfIn);
1466 if (SwigDerivedClassHasMethod("dxfOut", swigMethodTypes20))
1467 swigDelegate20 = new SwigDelegateOdDbEntity_20(SwigDirectorMethoddxfOut);
1468 if (SwigDerivedClassHasMethod("dwgInFields", swigMethodTypes21))
1469 swigDelegate21 = new SwigDelegateOdDbEntity_21(SwigDirectorMethoddwgInFields);
1470 if (SwigDerivedClassHasMethod("dwgOutFields", swigMethodTypes22))
1471 swigDelegate22 = new SwigDelegateOdDbEntity_22(SwigDirectorMethoddwgOutFields);
1472 if (SwigDerivedClassHasMethod("dxfInFields", swigMethodTypes23))
1473 swigDelegate23 = new SwigDelegateOdDbEntity_23(SwigDirectorMethoddxfInFields);
1474 if (SwigDerivedClassHasMethod("dxfOutFields", swigMethodTypes24))
1475 swigDelegate24 = new SwigDelegateOdDbEntity_24(SwigDirectorMethoddxfOutFields);
1476 if (SwigDerivedClassHasMethod("dxfInFields_R12", swigMethodTypes25))
1477 swigDelegate25 = new SwigDelegateOdDbEntity_25(SwigDirectorMethoddxfInFields_R12);
1478 if (SwigDerivedClassHasMethod("dxfOutFields_R12", swigMethodTypes26))
1479 swigDelegate26 = new SwigDelegateOdDbEntity_26(SwigDirectorMethoddxfOutFields_R12);
1480 if (SwigDerivedClassHasMethod("mergeStyle", swigMethodTypes27))
1481 swigDelegate27 = new SwigDelegateOdDbEntity_27(SwigDirectorMethodmergeStyle);
1482 if (SwigDerivedClassHasMethod("xData", swigMethodTypes28))
1483 swigDelegate28 = new SwigDelegateOdDbEntity_28(SwigDirectorMethodxData__SWIG_0);
1484 if (SwigDerivedClassHasMethod("xData", swigMethodTypes29))
1485 swigDelegate29 = new SwigDelegateOdDbEntity_29(SwigDirectorMethodxData__SWIG_1);
1486 if (SwigDerivedClassHasMethod("setXData", swigMethodTypes30))
1487 swigDelegate30 = new SwigDelegateOdDbEntity_30(SwigDirectorMethodsetXData);
1488 if (SwigDerivedClassHasMethod("applyPartialUndo", swigMethodTypes31))
1489 swigDelegate31 = new SwigDelegateOdDbEntity_31(SwigDirectorMethodapplyPartialUndo);
1490 if (SwigDerivedClassHasMethod("addPersistentReactor", swigMethodTypes32))
1491 swigDelegate32 = new SwigDelegateOdDbEntity_32(SwigDirectorMethodaddPersistentReactor);
1492 if (SwigDerivedClassHasMethod("removePersistentReactor", swigMethodTypes33))
1493 swigDelegate33 = new SwigDelegateOdDbEntity_33(SwigDirectorMethodremovePersistentReactor);
1494 if (SwigDerivedClassHasMethod("recvPropagateModify", swigMethodTypes34))
1495 swigDelegate34 = new SwigDelegateOdDbEntity_34(SwigDirectorMethodrecvPropagateModify);
1496 if (SwigDerivedClassHasMethod("xmitPropagateModify", swigMethodTypes35))
1497 swigDelegate35 = new SwigDelegateOdDbEntity_35(SwigDirectorMethodxmitPropagateModify);
1498 if (SwigDerivedClassHasMethod("appendToOwner", swigMethodTypes36))
1499 swigDelegate36 = new SwigDelegateOdDbEntity_36(SwigDirectorMethodappendToOwner);
1500 if (SwigDerivedClassHasMethod("copied", swigMethodTypes37))
1501 swigDelegate37 = new SwigDelegateOdDbEntity_37(SwigDirectorMethodcopied);
1502 if (SwigDerivedClassHasMethod("erased", swigMethodTypes38))
1503 swigDelegate38 = new SwigDelegateOdDbEntity_38(SwigDirectorMethoderased__SWIG_0);
1504 if (SwigDerivedClassHasMethod("erased", swigMethodTypes39))
1505 swigDelegate39 = new SwigDelegateOdDbEntity_39(SwigDirectorMethoderased__SWIG_1);
1506 if (SwigDerivedClassHasMethod("goodbye", swigMethodTypes40))
1507 swigDelegate40 = new SwigDelegateOdDbEntity_40(SwigDirectorMethodgoodbye);
1508 if (SwigDerivedClassHasMethod("openedForModify", swigMethodTypes41))
1509 swigDelegate41 = new SwigDelegateOdDbEntity_41(SwigDirectorMethodopenedForModify);
1510 if (SwigDerivedClassHasMethod("modified", swigMethodTypes42))
1511 swigDelegate42 = new SwigDelegateOdDbEntity_42(SwigDirectorMethodmodified);
1512 if (SwigDerivedClassHasMethod("subObjModified", swigMethodTypes43))
1513 swigDelegate43 = new SwigDelegateOdDbEntity_43(SwigDirectorMethodsubObjModified);
1514 if (SwigDerivedClassHasMethod("modifyUndone", swigMethodTypes44))
1515 swigDelegate44 = new SwigDelegateOdDbEntity_44(SwigDirectorMethodmodifyUndone);
1516 if (SwigDerivedClassHasMethod("modifiedXData", swigMethodTypes45))
1517 swigDelegate45 = new SwigDelegateOdDbEntity_45(SwigDirectorMethodmodifiedXData);
1518 if (SwigDerivedClassHasMethod("unappended", swigMethodTypes46))
1519 swigDelegate46 = new SwigDelegateOdDbEntity_46(SwigDirectorMethodunappended);
1520 if (SwigDerivedClassHasMethod("reappended", swigMethodTypes47))
1521 swigDelegate47 = new SwigDelegateOdDbEntity_47(SwigDirectorMethodreappended);
1522 if (SwigDerivedClassHasMethod("objectClosed", swigMethodTypes48))
1523 swigDelegate48 = new SwigDelegateOdDbEntity_48(SwigDirectorMethodobjectClosed);
1524 if (SwigDerivedClassHasMethod("modifiedGraphics", swigMethodTypes49))
1525 swigDelegate49 = new SwigDelegateOdDbEntity_49(SwigDirectorMethodmodifiedGraphics);
1526 if (SwigDerivedClassHasMethod("getObjectSaveVersion", swigMethodTypes50))
1527 swigDelegate50 = new SwigDelegateOdDbEntity_50(SwigDirectorMethodgetObjectSaveVersion__SWIG_0);
1528 if (SwigDerivedClassHasMethod("getObjectSaveVersion", swigMethodTypes51))
1529 swigDelegate51 = new SwigDelegateOdDbEntity_51(SwigDirectorMethodgetObjectSaveVersion__SWIG_1);
1530 if (SwigDerivedClassHasMethod("decomposeForSave", swigMethodTypes52))
1531 swigDelegate52 = new SwigDelegateOdDbEntity_52(SwigDirectorMethoddecomposeForSave__SWIG_0);
1532 if (SwigDerivedClassHasMethod("decomposeForSave", swigMethodTypes53))
1533 swigDelegate53 = new SwigDelegateOdDbEntity_53(SwigDirectorMethoddecomposeForSave__SWIG_1);
1534 if (SwigDerivedClassHasMethod("composeForLoad", swigMethodTypes54))
1535 swigDelegate54 = new SwigDelegateOdDbEntity_54(SwigDirectorMethodcomposeForLoad);
1536 if (SwigDerivedClassHasMethod("drawable", swigMethodTypes55))
1537 swigDelegate55 = new SwigDelegateOdDbEntity_55(SwigDirectorMethoddrawable);
1538 if (SwigDerivedClassHasMethod("setField", swigMethodTypes56))
1539 swigDelegate56 = new SwigDelegateOdDbEntity_56(SwigDirectorMethodsetField);
1540 if (SwigDerivedClassHasMethod("removeField", swigMethodTypes57))
1541 swigDelegate57 = new SwigDelegateOdDbEntity_57(SwigDirectorMethodremoveField__SWIG_0);
1542 if (SwigDerivedClassHasMethod("removeField", swigMethodTypes58))
1543 swigDelegate58 = new SwigDelegateOdDbEntity_58(SwigDirectorMethodremoveField__SWIG_1);
1544 if (SwigDerivedClassHasMethod("saveAsClass", swigMethodTypes59))
1545 swigDelegate59 = new SwigDelegateOdDbEntity_59(SwigDirectorMethodsaveAsClass);
1546 if (SwigDerivedClassHasMethod("subGetClassID", swigMethodTypes60))
1547 swigDelegate60 = new SwigDelegateOdDbEntity_60(SwigDirectorMethodsubGetClassID);
1548 if (SwigDerivedClassHasMethod("setColor", swigMethodTypes61))
1549 swigDelegate61 = new SwigDelegateOdDbEntity_61(SwigDirectorMethodsetColor__SWIG_0);
1550 if (SwigDerivedClassHasMethod("setColor", swigMethodTypes62))
1551 swigDelegate62 = new SwigDelegateOdDbEntity_62(SwigDirectorMethodsetColor__SWIG_1);
1552 if (SwigDerivedClassHasMethod("entityColor", swigMethodTypes63))
1553 swigDelegate63 = new SwigDelegateOdDbEntity_63(SwigDirectorMethodentityColor);
1554 if (SwigDerivedClassHasMethod("setColorIndex", swigMethodTypes64))
1555 swigDelegate64 = new SwigDelegateOdDbEntity_64(SwigDirectorMethodsetColorIndex__SWIG_0);
1556 if (SwigDerivedClassHasMethod("setColorIndex", swigMethodTypes65))
1557 swigDelegate65 = new SwigDelegateOdDbEntity_65(SwigDirectorMethodsetColorIndex__SWIG_1);
1558 if (SwigDerivedClassHasMethod("setColorId", swigMethodTypes66))
1559 swigDelegate66 = new SwigDelegateOdDbEntity_66(SwigDirectorMethodsetColorId__SWIG_0);
1560 if (SwigDerivedClassHasMethod("setColorId", swigMethodTypes67))
1561 swigDelegate67 = new SwigDelegateOdDbEntity_67(SwigDirectorMethodsetColorId__SWIG_1);
1562 if (SwigDerivedClassHasMethod("setTransparency", swigMethodTypes68))
1563 swigDelegate68 = new SwigDelegateOdDbEntity_68(SwigDirectorMethodsetTransparency__SWIG_0);
1564 if (SwigDerivedClassHasMethod("setTransparency", swigMethodTypes69))
1565 swigDelegate69 = new SwigDelegateOdDbEntity_69(SwigDirectorMethodsetTransparency__SWIG_1);
1566 if (SwigDerivedClassHasMethod("setPlotStyleName", swigMethodTypes70))
1567 swigDelegate70 = new SwigDelegateOdDbEntity_70(SwigDirectorMethodsetPlotStyleName__SWIG_0);
1568 if (SwigDerivedClassHasMethod("setPlotStyleName", swigMethodTypes71))
1569 swigDelegate71 = new SwigDelegateOdDbEntity_71(SwigDirectorMethodsetPlotStyleName__SWIG_1);
1570 if (SwigDerivedClassHasMethod("setPlotStyleName", swigMethodTypes72))
1571 swigDelegate72 = new SwigDelegateOdDbEntity_72(SwigDirectorMethodsetPlotStyleName__SWIG_2);
1572 if (SwigDerivedClassHasMethod("setPlotStyleName", swigMethodTypes73))
1573 swigDelegate73 = new SwigDelegateOdDbEntity_73(SwigDirectorMethodsetPlotStyleName__SWIG_3);
1574 if (SwigDerivedClassHasMethod("setPlotStyleName", swigMethodTypes74))
1575 swigDelegate74 = new SwigDelegateOdDbEntity_74(SwigDirectorMethodsetPlotStyleName__SWIG_4);
1576 if (SwigDerivedClassHasMethod("setLayer", swigMethodTypes75))
1577 swigDelegate75 = new SwigDelegateOdDbEntity_75(SwigDirectorMethodsetLayer__SWIG_0);
1578 if (SwigDerivedClassHasMethod("setLayer", swigMethodTypes76))
1579 swigDelegate76 = new SwigDelegateOdDbEntity_76(SwigDirectorMethodsetLayer__SWIG_1);
1580 if (SwigDerivedClassHasMethod("setLayer", swigMethodTypes77))
1581 swigDelegate77 = new SwigDelegateOdDbEntity_77(SwigDirectorMethodsetLayer__SWIG_2);
1582 if (SwigDerivedClassHasMethod("setLayer", swigMethodTypes78))
1583 swigDelegate78 = new SwigDelegateOdDbEntity_78(SwigDirectorMethodsetLayer__SWIG_3);
1584 if (SwigDerivedClassHasMethod("setLayer", swigMethodTypes79))
1585 swigDelegate79 = new SwigDelegateOdDbEntity_79(SwigDirectorMethodsetLayer__SWIG_4);
1586 if (SwigDerivedClassHasMethod("setLayer", swigMethodTypes80))
1587 swigDelegate80 = new SwigDelegateOdDbEntity_80(SwigDirectorMethodsetLayer__SWIG_5);
1588 if (SwigDerivedClassHasMethod("setLinetype", swigMethodTypes81))
1589 swigDelegate81 = new SwigDelegateOdDbEntity_81(SwigDirectorMethodsetLinetype__SWIG_0);
1590 if (SwigDerivedClassHasMethod("setLinetype", swigMethodTypes82))
1591 swigDelegate82 = new SwigDelegateOdDbEntity_82(SwigDirectorMethodsetLinetype__SWIG_1);
1592 if (SwigDerivedClassHasMethod("setLinetype", swigMethodTypes83))
1593 swigDelegate83 = new SwigDelegateOdDbEntity_83(SwigDirectorMethodsetLinetype__SWIG_2);
1594 if (SwigDerivedClassHasMethod("setLinetype", swigMethodTypes84))
1595 swigDelegate84 = new SwigDelegateOdDbEntity_84(SwigDirectorMethodsetLinetype__SWIG_3);
1596 if (SwigDerivedClassHasMethod("setMaterial", swigMethodTypes85))
1597 swigDelegate85 = new SwigDelegateOdDbEntity_85(SwigDirectorMethodsetMaterial__SWIG_0);
1598 if (SwigDerivedClassHasMethod("setMaterial", swigMethodTypes86))
1599 swigDelegate86 = new SwigDelegateOdDbEntity_86(SwigDirectorMethodsetMaterial__SWIG_1);
1600 if (SwigDerivedClassHasMethod("setMaterial", swigMethodTypes87))
1601 swigDelegate87 = new SwigDelegateOdDbEntity_87(SwigDirectorMethodsetMaterial__SWIG_2);
1602 if (SwigDerivedClassHasMethod("setMaterial", swigMethodTypes88))
1603 swigDelegate88 = new SwigDelegateOdDbEntity_88(SwigDirectorMethodsetMaterial__SWIG_3);
1604 if (SwigDerivedClassHasMethod("setVisualStyle", swigMethodTypes89))
1605 swigDelegate89 = new SwigDelegateOdDbEntity_89(SwigDirectorMethodsetVisualStyle__SWIG_0);
1606 if (SwigDerivedClassHasMethod("setVisualStyle", swigMethodTypes90))
1607 swigDelegate90 = new SwigDelegateOdDbEntity_90(SwigDirectorMethodsetVisualStyle__SWIG_1);
1608 if (SwigDerivedClassHasMethod("setVisualStyle", swigMethodTypes91))
1609 swigDelegate91 = new SwigDelegateOdDbEntity_91(SwigDirectorMethodsetVisualStyle__SWIG_2);
1610 if (SwigDerivedClassHasMethod("materialMapper", swigMethodTypes92))
1611 swigDelegate92 = new SwigDelegateOdDbEntity_92(SwigDirectorMethodmaterialMapper);
1612 if (SwigDerivedClassHasMethod("setMaterialMapper", swigMethodTypes93))
1613 swigDelegate93 = new SwigDelegateOdDbEntity_93(SwigDirectorMethodsetMaterialMapper__SWIG_0);
1614 if (SwigDerivedClassHasMethod("setMaterialMapper", swigMethodTypes94))
1615 swigDelegate94 = new SwigDelegateOdDbEntity_94(SwigDirectorMethodsetMaterialMapper__SWIG_1);
1616 if (SwigDerivedClassHasMethod("setLinetypeScale", swigMethodTypes95))
1617 swigDelegate95 = new SwigDelegateOdDbEntity_95(SwigDirectorMethodsetLinetypeScale__SWIG_0);
1618 if (SwigDerivedClassHasMethod("setLinetypeScale", swigMethodTypes96))
1619 swigDelegate96 = new SwigDelegateOdDbEntity_96(SwigDirectorMethodsetLinetypeScale__SWIG_1);
1620 if (SwigDerivedClassHasMethod("setLineWeight", swigMethodTypes97))
1621 swigDelegate97 = new SwigDelegateOdDbEntity_97(SwigDirectorMethodsetLineWeight__SWIG_0);
1622 if (SwigDerivedClassHasMethod("setLineWeight", swigMethodTypes98))
1623 swigDelegate98 = new SwigDelegateOdDbEntity_98(SwigDirectorMethodsetLineWeight__SWIG_1);
1624 if (SwigDerivedClassHasMethod("castShadows", swigMethodTypes99))
1625 swigDelegate99 = new SwigDelegateOdDbEntity_99(SwigDirectorMethodcastShadows);
1626 if (SwigDerivedClassHasMethod("setCastShadows", swigMethodTypes100))
1627 swigDelegate100 = new SwigDelegateOdDbEntity_100(SwigDirectorMethodsetCastShadows);
1628 if (SwigDerivedClassHasMethod("receiveShadows", swigMethodTypes101))
1629 swigDelegate101 = new SwigDelegateOdDbEntity_101(SwigDirectorMethodreceiveShadows);
1630 if (SwigDerivedClassHasMethod("setReceiveShadows", swigMethodTypes102))
1631 swigDelegate102 = new SwigDelegateOdDbEntity_102(SwigDirectorMethodsetReceiveShadows);
1632 if (SwigDerivedClassHasMethod("collisionType", swigMethodTypes103))
1633 swigDelegate103 = new SwigDelegateOdDbEntity_103(SwigDirectorMethodcollisionType);
1634 if (SwigDerivedClassHasMethod("isPlanar", swigMethodTypes104))
1635 swigDelegate104 = new SwigDelegateOdDbEntity_104(SwigDirectorMethodisPlanar);
1636 if (SwigDerivedClassHasMethod("getPlane", swigMethodTypes105))
1637 swigDelegate105 = new SwigDelegateOdDbEntity_105(SwigDirectorMethodgetPlane);
1638 if (SwigDerivedClassHasMethod("explodeToBlock", swigMethodTypes106))
1639 swigDelegate106 = new SwigDelegateOdDbEntity_106(SwigDirectorMethodexplodeToBlock__SWIG_0);
1640 if (SwigDerivedClassHasMethod("explodeToBlock", swigMethodTypes107))
1641 swigDelegate107 = new SwigDelegateOdDbEntity_107(SwigDirectorMethodexplodeToBlock__SWIG_1);
1642 if (SwigDerivedClassHasMethod("explodeGeometry", swigMethodTypes108))
1643 swigDelegate108 = new SwigDelegateOdDbEntity_108(SwigDirectorMethodexplodeGeometry);
1644 if (SwigDerivedClassHasMethod("explodeGeometryToBlock", swigMethodTypes109))
1645 swigDelegate109 = new SwigDelegateOdDbEntity_109(SwigDirectorMethodexplodeGeometryToBlock__SWIG_0);
1646 if (SwigDerivedClassHasMethod("explodeGeometryToBlock", swigMethodTypes110))
1647 swigDelegate110 = new SwigDelegateOdDbEntity_110(SwigDirectorMethodexplodeGeometryToBlock__SWIG_1);
1648 if (SwigDerivedClassHasMethod("subSetDatabaseDefaults", swigMethodTypes111))
1649 swigDelegate111 = new SwigDelegateOdDbEntity_111(SwigDirectorMethodsubSetDatabaseDefaults);
1650 if (SwigDerivedClassHasMethod("subList", swigMethodTypes112))
1651 swigDelegate112 = new SwigDelegateOdDbEntity_112(SwigDirectorMethodsubList);
1652 if (SwigDerivedClassHasMethod("dragStatus", swigMethodTypes113))
1653 swigDelegate113 = new SwigDelegateOdDbEntity_113(SwigDirectorMethoddragStatus);
1654 if (SwigDerivedClassHasMethod("saveAs", swigMethodTypes114))
1655 swigDelegate114 = new SwigDelegateOdDbEntity_114(SwigDirectorMethodsaveAs);
1656 if (SwigDerivedClassHasMethod("getEcs", swigMethodTypes115))
1657 swigDelegate115 = new SwigDelegateOdDbEntity_115(SwigDirectorMethodgetEcs);
1658 if (SwigDerivedClassHasMethod("subTransformBy", swigMethodTypes116))
1659 swigDelegate116 = new SwigDelegateOdDbEntity_116(SwigDirectorMethodsubTransformBy);
1660 if (SwigDerivedClassHasMethod("subGetTransformedCopy", swigMethodTypes117))
1661 swigDelegate117 = new SwigDelegateOdDbEntity_117(SwigDirectorMethodsubGetTransformedCopy);
1662 if (SwigDerivedClassHasMethod("subExplode", swigMethodTypes118))
1663 swigDelegate118 = new SwigDelegateOdDbEntity_118(SwigDirectorMethodsubExplode);
1664 if (SwigDerivedClassHasMethod("subGetCompoundObjectTransform", swigMethodTypes119))
1665 swigDelegate119 = new SwigDelegateOdDbEntity_119(SwigDirectorMethodsubGetCompoundObjectTransform);
1666 if (SwigDerivedClassHasMethod("subCloneMeForDragging", swigMethodTypes120))
1667 swigDelegate120 = new SwigDelegateOdDbEntity_120(SwigDirectorMethodsubCloneMeForDragging);
1668 if (SwigDerivedClassHasMethod("subHideMeForDragging", swigMethodTypes121))
1669 swigDelegate121 = new SwigDelegateOdDbEntity_121(SwigDirectorMethodsubHideMeForDragging);
1670 if (SwigDerivedClassHasMethod("subGripStatus", swigMethodTypes122))
1671 swigDelegate122 = new SwigDelegateOdDbEntity_122(SwigDirectorMethodsubGripStatus);
1672 if (SwigDerivedClassHasMethod("subGetOsnapPoints", swigMethodTypes123))
1673 swigDelegate123 = new SwigDelegateOdDbEntity_123(SwigDirectorMethodsubGetOsnapPoints__SWIG_0);
1674 if (SwigDerivedClassHasMethod("subGetOsnapPoints", swigMethodTypes124))
1675 swigDelegate124 = new SwigDelegateOdDbEntity_124(SwigDirectorMethodsubGetOsnapPoints__SWIG_1);
1676 if (SwigDerivedClassHasMethod("subIsContentSnappable", swigMethodTypes125))
1677 swigDelegate125 = new SwigDelegateOdDbEntity_125(SwigDirectorMethodsubIsContentSnappable);
1678 if (SwigDerivedClassHasMethod("subGetGripPoints", swigMethodTypes126))
1679 swigDelegate126 = new SwigDelegateOdDbEntity_126(SwigDirectorMethodsubGetGripPoints__SWIG_0);
1680 if (SwigDerivedClassHasMethod("subMoveGripPointsAt", swigMethodTypes127))
1681 swigDelegate127 = new SwigDelegateOdDbEntity_127(SwigDirectorMethodsubMoveGripPointsAt__SWIG_0);
1682 if (SwigDerivedClassHasMethod("subGetGripPoints", swigMethodTypes128))
1683 swigDelegate128 = new SwigDelegateOdDbEntity_128(SwigDirectorMethodsubGetGripPoints__SWIG_1);
1684 if (SwigDerivedClassHasMethod("subMoveGripPointsAt", swigMethodTypes129))
1685 swigDelegate129 = new SwigDelegateOdDbEntity_129(SwigDirectorMethodsubMoveGripPointsAt__SWIG_1);
1686 if (SwigDerivedClassHasMethod("subGetStretchPoints", swigMethodTypes130))
1687 swigDelegate130 = new SwigDelegateOdDbEntity_130(SwigDirectorMethodsubGetStretchPoints);
1688 if (SwigDerivedClassHasMethod("subMoveStretchPointsAt", swigMethodTypes131))
1689 swigDelegate131 = new SwigDelegateOdDbEntity_131(SwigDirectorMethodsubMoveStretchPointsAt);
1690 if (SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes132))
1691 swigDelegate132 = new SwigDelegateOdDbEntity_132(SwigDirectorMethodsubIntersectWith__SWIG_0);
1692 if (SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes133))
1693 swigDelegate133 = new SwigDelegateOdDbEntity_133(SwigDirectorMethodsubIntersectWith__SWIG_1);
1694 if (SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes134))
1695 swigDelegate134 = new SwigDelegateOdDbEntity_134(SwigDirectorMethodsubIntersectWith__SWIG_2);
1696 if (SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes135))
1697 swigDelegate135 = new SwigDelegateOdDbEntity_135(SwigDirectorMethodsubIntersectWith__SWIG_3);
1698 if (SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes136))
1699 swigDelegate136 = new SwigDelegateOdDbEntity_136(SwigDirectorMethodsubIntersectWith__SWIG_4);
1700 if (SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes137))
1701 swigDelegate137 = new SwigDelegateOdDbEntity_137(SwigDirectorMethodsubIntersectWith__SWIG_5);
1702 if (SwigDerivedClassHasMethod("subHighlight", swigMethodTypes138))
1703 swigDelegate138 = new SwigDelegateOdDbEntity_138(SwigDirectorMethodsubHighlight__SWIG_0);
1704 if (SwigDerivedClassHasMethod("subHighlight", swigMethodTypes139))
1705 swigDelegate139 = new SwigDelegateOdDbEntity_139(SwigDirectorMethodsubHighlight__SWIG_1);
1706 if (SwigDerivedClassHasMethod("subHighlight", swigMethodTypes140))
1707 swigDelegate140 = new SwigDelegateOdDbEntity_140(SwigDirectorMethodsubHighlight__SWIG_2);
1708 if (SwigDerivedClassHasMethod("subHighlight", swigMethodTypes141))
1709 swigDelegate141 = new SwigDelegateOdDbEntity_141(SwigDirectorMethodsubHighlight__SWIG_3);
1710 if (SwigDerivedClassHasMethod("subVisibility", swigMethodTypes142))
1711 swigDelegate142 = new SwigDelegateOdDbEntity_142(SwigDirectorMethodsubVisibility);
1712 if (SwigDerivedClassHasMethod("subSetVisibility", swigMethodTypes143))
1713 swigDelegate143 = new SwigDelegateOdDbEntity_143(SwigDirectorMethodsubSetVisibility__SWIG_0);
1714 if (SwigDerivedClassHasMethod("subSetVisibility", swigMethodTypes144))
1715 swigDelegate144 = new SwigDelegateOdDbEntity_144(SwigDirectorMethodsubSetVisibility__SWIG_1);
1716 if (SwigDerivedClassHasMethod("subGetGeomExtents", swigMethodTypes145))
1717 swigDelegate145 = new SwigDelegateOdDbEntity_145(SwigDirectorMethodsubGetGeomExtents);
1718 if (SwigDerivedClassHasMethod("subDeleteSubentPaths", swigMethodTypes146))
1719 swigDelegate146 = new SwigDelegateOdDbEntity_146(SwigDirectorMethodsubDeleteSubentPaths);
1720 if (SwigDerivedClassHasMethod("subAddSubentPaths", swigMethodTypes147))
1721 swigDelegate147 = new SwigDelegateOdDbEntity_147(SwigDirectorMethodsubAddSubentPaths);
1722 if (SwigDerivedClassHasMethod("subMoveGripPointsAtSubentPaths", swigMethodTypes148))
1723 swigDelegate148 = new SwigDelegateOdDbEntity_148(SwigDirectorMethodsubMoveGripPointsAtSubentPaths);
1724 if (SwigDerivedClassHasMethod("subGetGripPointsAtSubentPath", swigMethodTypes149))
1725 swigDelegate149 = new SwigDelegateOdDbEntity_149(SwigDirectorMethodsubGetGripPointsAtSubentPath);
1726 if (SwigDerivedClassHasMethod("subGetSubentPathsAtGsMarker", swigMethodTypes150))
1727 swigDelegate150 = new SwigDelegateOdDbEntity_150(SwigDirectorMethodsubGetSubentPathsAtGsMarker__SWIG_0);
1728 if (SwigDerivedClassHasMethod("subGetSubentPathsAtGsMarker", swigMethodTypes151))
1729 swigDelegate151 = new SwigDelegateOdDbEntity_151(SwigDirectorMethodsubGetSubentPathsAtGsMarker__SWIG_1);
1730 if (SwigDerivedClassHasMethod("subGetGsMarkersAtSubentPath", swigMethodTypes152))
1731 swigDelegate152 = new SwigDelegateOdDbEntity_152(SwigDirectorMethodsubGetGsMarkersAtSubentPath);
1732 if (SwigDerivedClassHasMethod("subSubentPtr", swigMethodTypes153))
1733 swigDelegate153 = new SwigDelegateOdDbEntity_153(SwigDirectorMethodsubSubentPtr);
1734 if (SwigDerivedClassHasMethod("subTransformSubentPathsBy", swigMethodTypes154))
1735 swigDelegate154 = new SwigDelegateOdDbEntity_154(SwigDirectorMethodsubTransformSubentPathsBy);
1736 if (SwigDerivedClassHasMethod("subGetSubentClassId", swigMethodTypes155))
1737 swigDelegate155 = new SwigDelegateOdDbEntity_155(SwigDirectorMethodsubGetSubentClassId);
1738 if (SwigDerivedClassHasMethod("subGetSubentPathGeomExtents", swigMethodTypes156))
1739 swigDelegate156 = new SwigDelegateOdDbEntity_156(SwigDirectorMethodsubGetSubentPathGeomExtents);
1740 if (SwigDerivedClassHasMethod("subSubentGripStatus", swigMethodTypes157))
1741 swigDelegate157 = new SwigDelegateOdDbEntity_157(SwigDirectorMethodsubSubentGripStatus);
1742 TD_DbPINVOKE.OdDbEntity_director_connect(swigCPtr, swigDelegate0, swigDelegate1, swigDelegate2, swigDelegate3, swigDelegate4, swigDelegate5, swigDelegate6, swigDelegate7, swigDelegate8, swigDelegate9, swigDelegate10, swigDelegate11, swigDelegate12, swigDelegate13, swigDelegate14, swigDelegate15, swigDelegate16, swigDelegate17, swigDelegate18, swigDelegate19, swigDelegate20, swigDelegate21, swigDelegate22, swigDelegate23, swigDelegate24, swigDelegate25, swigDelegate26, swigDelegate27, swigDelegate28, swigDelegate29, swigDelegate30, swigDelegate31, swigDelegate32, swigDelegate33, swigDelegate34, swigDelegate35, swigDelegate36, swigDelegate37, swigDelegate38, swigDelegate39, swigDelegate40, swigDelegate41, swigDelegate42, swigDelegate43, swigDelegate44, swigDelegate45, swigDelegate46, swigDelegate47, swigDelegate48, swigDelegate49, swigDelegate50, swigDelegate51, swigDelegate52, swigDelegate53, swigDelegate54, swigDelegate55, swigDelegate56, swigDelegate57, swigDelegate58, swigDelegate59, swigDelegate60, swigDelegate61, swigDelegate62, swigDelegate63, swigDelegate64, swigDelegate65, swigDelegate66, swigDelegate67, swigDelegate68, swigDelegate69, swigDelegate70, swigDelegate71, swigDelegate72, swigDelegate73, swigDelegate74, swigDelegate75, swigDelegate76, swigDelegate77, swigDelegate78, swigDelegate79, swigDelegate80, swigDelegate81, swigDelegate82, swigDelegate83, swigDelegate84, swigDelegate85, swigDelegate86, swigDelegate87, swigDelegate88, swigDelegate89, swigDelegate90, swigDelegate91, swigDelegate92, swigDelegate93, swigDelegate94, swigDelegate95, swigDelegate96, swigDelegate97, swigDelegate98, swigDelegate99, swigDelegate100, swigDelegate101, swigDelegate102, swigDelegate103, swigDelegate104, swigDelegate105, swigDelegate106, swigDelegate107, swigDelegate108, swigDelegate109, swigDelegate110, swigDelegate111, swigDelegate112, swigDelegate113, swigDelegate114, swigDelegate115, swigDelegate116, swigDelegate117, swigDelegate118, swigDelegate119, swigDelegate120, swigDelegate121, swigDelegate122, swigDelegate123, swigDelegate124, swigDelegate125, swigDelegate126, swigDelegate127, swigDelegate128, swigDelegate129, swigDelegate130, swigDelegate131, swigDelegate132, swigDelegate133, swigDelegate134, swigDelegate135, swigDelegate136, swigDelegate137, swigDelegate138, swigDelegate139, swigDelegate140, swigDelegate141, swigDelegate142, swigDelegate143, swigDelegate144, swigDelegate145, swigDelegate146, swigDelegate147, swigDelegate148, swigDelegate149, swigDelegate150, swigDelegate151, swigDelegate152, swigDelegate153, swigDelegate154, swigDelegate155, swigDelegate156, swigDelegate157);
1743 }
1744
1745 private bool SwigDerivedClassHasMethod(string methodName, global::System.Type[] methodTypes) {
1746 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);
1747 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(OdDbEntity));
1748 return hasDerivedMethod;
1749 }
1750
1751 private IntPtr SwigDirectorMethodqueryX(IntPtr protocolClass) {
1752 return
1753 // csdirectorout for OdRxObject*, OdRxObject&
1755 (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),protocolClass,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1756)).Handle
1757;
1758 }
1759
1760 private IntPtr SwigDirectorMethodisA() {
1761 return
1762 // csdirectorout for OdRxClass*, OdRxClass&
1763 OdRxClass.getCPtr(isA()).Handle
1764;
1765 }
1766
1767 private int SwigDirectorMethoddrawableType() {
1768 return (int)drawableType();
1769 }
1770
1771 private bool SwigDirectorMethodisPersistent() {
1772 return isPersistent();
1773 }
1774
1775 private global::System.IntPtr SwigDirectorMethodid() {
1776 return OdDbStub.getCPtr(id()).Handle;
1777 }
1778
1779 private void SwigDirectorMethodsetGsNode(IntPtr pNode) {
1780 setGsNode(
1781new OdGsCache(pNode,false)
1782);
1783 }
1784
1785 private IntPtr SwigDirectorMethodgsNode() {
1786 return
1787 // csdirectorout for OdGsCache*, OdGsCache&
1788 OdGsCache.getCPtr(gsNode()).Handle
1789;
1790 }
1791
1792 private UInt32 /*SIMPLETYPE*/ SwigDirectorMethodsubSetAttributes(IntPtr pTraits) {
1793 return subSetAttributes(
1794new OdGiDrawableTraits(pTraits,false)
1795) /*SIMPLETYPE*/;
1796 }
1797
1798 private bool SwigDirectorMethodsubWorldDraw(IntPtr pWd) {
1799 return subWorldDraw(
1800 (OdGiWorldDraw)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiWorldDraw),pWd,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1801);
1802 }
1803
1804 private void SwigDirectorMethodsubViewportDraw(IntPtr pVd) {
1806new OdGiViewportDraw_Internal(pVd,false)
1807);
1808 }
1809
1810 private void SwigDirectorMethodsetOwnerId(global::System.IntPtr ownerId) {
1811 setOwnerId(new OdDbObjectId(ownerId, true));
1812 }
1813
1814 private int SwigDirectorMethodsubOpen(int mode) {
1815 return (int)subOpen((OpenMode)mode);
1816 }
1817
1818 private void SwigDirectorMethodsubClose() {
1819 subClose();
1820 }
1821
1822 private int SwigDirectorMethodsubErase(bool erasing) {
1823 return (int)subErase(erasing);
1824 }
1825
1826 private void SwigDirectorMethodsubHandOverTo(IntPtr pNewObject) {
1828 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pNewObject,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1829);
1830 }
1831
1832 private void SwigDirectorMethodsubSwapIdWith__SWIG_0(global::System.IntPtr otherId, bool swapXdata, bool swapExtDict) {
1833 subSwapIdWith(new OdDbObjectId(otherId, false), swapXdata, swapExtDict);
1834 }
1835
1836 private void SwigDirectorMethodsubSwapIdWith__SWIG_1(global::System.IntPtr otherId, bool swapXdata) {
1837 subSwapIdWith(new OdDbObjectId(otherId, false), swapXdata);
1838 }
1839
1840 private void SwigDirectorMethodsubSwapIdWith__SWIG_2(global::System.IntPtr otherId) {
1841 subSwapIdWith(new OdDbObjectId(otherId, false));
1842 }
1843
1844 private void SwigDirectorMethodaudit(global::System.IntPtr pAuditInfo) {
1845 audit((pAuditInfo == global::System.IntPtr.Zero) ? null : new OdDbAuditInfo(pAuditInfo, false));
1846 }
1847
1848 private int SwigDirectorMethoddxfIn(IntPtr pFiler) {
1849 return (int)dxfIn(
1850 (OdDbDxfFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDxfFiler),pFiler,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1851);
1852 }
1853
1854 private void SwigDirectorMethoddxfOut(IntPtr pFiler) {
1855 dxfOut(
1856 (OdDbDxfFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDxfFiler),pFiler,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1857);
1858 }
1859
1860 private int SwigDirectorMethoddwgInFields(IntPtr pFiler) {
1861 return (int)dwgInFields(
1862 (OdDbDwgFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDwgFiler),pFiler,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1863);
1864 }
1865
1866 private void SwigDirectorMethoddwgOutFields(IntPtr pFiler) {
1868 (OdDbDwgFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDwgFiler),pFiler,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1869);
1870 }
1871
1872 private int SwigDirectorMethoddxfInFields(IntPtr pFiler) {
1873 return (int)dxfInFields(
1874 (OdDbDxfFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDxfFiler),pFiler,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1875);
1876 }
1877
1878 private void SwigDirectorMethoddxfOutFields(IntPtr pFiler) {
1880 (OdDbDxfFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDxfFiler),pFiler,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1881);
1882 }
1883
1884 private int SwigDirectorMethoddxfInFields_R12(IntPtr pFiler) {
1885 return (int)dxfInFields_R12(
1886 (OdDbDxfFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDxfFiler),pFiler,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1887);
1888 }
1889
1890 private void SwigDirectorMethoddxfOutFields_R12(IntPtr pFiler) {
1892 (OdDbDxfFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDxfFiler),pFiler,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1893);
1894 }
1895
1896 private int SwigDirectorMethodmergeStyle() {
1897 return (int)mergeStyle();
1898 }
1899
1900 private IntPtr SwigDirectorMethodxData__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]String regappName) {
1901 return OdResBuf.getCPtr(xData(regappName)).Handle;
1902 }
1903
1904 private IntPtr SwigDirectorMethodxData__SWIG_1() {
1905 return OdResBuf.getCPtr(xData()).Handle;
1906 }
1907
1908 private void SwigDirectorMethodsetXData(IntPtr pRb) {
1909 setXData(
1910 (OdResBuf)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdResBuf),pRb,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1911);
1912 }
1913
1914 private void SwigDirectorMethodapplyPartialUndo(IntPtr pUndoFiler, IntPtr pClassObj) {
1916 (OdDbDwgFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDwgFiler),pUndoFiler,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1917,
1918 (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),pClassObj,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1919);
1920 }
1921
1922 private void SwigDirectorMethodaddPersistentReactor(global::System.IntPtr objId) {
1923 addPersistentReactor(new OdDbObjectId(objId, false));
1924 }
1925
1926 private void SwigDirectorMethodremovePersistentReactor(global::System.IntPtr objId) {
1927 removePersistentReactor(new OdDbObjectId(objId, false));
1928 }
1929
1930 private void SwigDirectorMethodrecvPropagateModify(IntPtr pSubObj) {
1932 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pSubObj,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1933);
1934 }
1935
1936 private void SwigDirectorMethodxmitPropagateModify() {
1938 }
1939
1940 private void SwigDirectorMethodappendToOwner(global::System.IntPtr idPair, IntPtr pOwnerObject, IntPtr ownerIdMap) {
1941 appendToOwner(new OdDbIdPair(idPair, false),
1942 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pOwnerObject,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1943,
1944 (OdDbIdMapping)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbIdMapping),ownerIdMap,false) /*createInt 6_3*/ // csdirectorin for smart pointer
1945);
1946 }
1947
1948 private void SwigDirectorMethodcopied(IntPtr pObject, IntPtr pNewObject) {
1949 copied(
1950 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1951,
1952 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pNewObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1953);
1954 }
1955
1956 private void SwigDirectorMethoderased__SWIG_0(IntPtr pObject, bool erasing) {
1957 erased(
1958 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1959, erasing);
1960 }
1961
1962 private void SwigDirectorMethoderased__SWIG_1(IntPtr pObject) {
1963 erased(
1964 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1965);
1966 }
1967
1968 private void SwigDirectorMethodgoodbye(IntPtr pObject) {
1969 goodbye(
1970 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1971);
1972 }
1973
1974 private void SwigDirectorMethodopenedForModify(IntPtr pObject) {
1976 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1977);
1978 }
1979
1980 private void SwigDirectorMethodmodified(IntPtr pObject) {
1981 modified(
1982 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1983);
1984 }
1985
1986 private void SwigDirectorMethodsubObjModified(IntPtr pObject, IntPtr pSubObj) {
1988 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1989,
1990 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pSubObj,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1991);
1992 }
1993
1994 private void SwigDirectorMethodmodifyUndone(IntPtr pObject) {
1996 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1997);
1998 }
1999
2000 private void SwigDirectorMethodmodifiedXData(IntPtr pObject) {
2002 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
2003);
2004 }
2005
2006 private void SwigDirectorMethodunappended(IntPtr pObject) {
2007 unappended(
2008 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
2009);
2010 }
2011
2012 private void SwigDirectorMethodreappended(IntPtr pObject) {
2013 reappended(
2014 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
2015);
2016 }
2017
2018 private void SwigDirectorMethodobjectClosed(global::System.IntPtr objectId) {
2019 objectClosed(new OdDbObjectId(objectId, false));
2020 }
2021
2022 private void SwigDirectorMethodmodifiedGraphics(IntPtr pObject) {
2024 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
2025);
2026 }
2027
2028 private int SwigDirectorMethodgetObjectSaveVersion__SWIG_0(IntPtr pFiler, MaintReleaseVer pMaintVer) {
2029 return (int)getObjectSaveVersion(
2030 (OdDbFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbFiler),pFiler,false) /*createInt 6_2*/ // csdirectorin for smart pointer
2031, out pMaintVer);
2032 }
2033
2034 private int SwigDirectorMethodgetObjectSaveVersion__SWIG_1(IntPtr pFiler) {
2035 return (int)getObjectSaveVersion(
2036 (OdDbFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbFiler),pFiler,false) /*createInt 6_2*/ // csdirectorin for smart pointer
2037);
2038 }
2039
2040 private IntPtr SwigDirectorMethoddecomposeForSave__SWIG_0(int ver, global::System.IntPtr replaceId, bool exchangeXData) {
2041 return OdDbObject.getCPtr(decomposeForSave((DwgVersion)ver, new OdDbObjectId(replaceId, false), out exchangeXData)).Handle;
2042 }
2043
2044 private IntPtr SwigDirectorMethoddecomposeForSave__SWIG_1(int format, int ver, global::System.IntPtr replaceId, bool exchangeXData) {
2045 return OdDbObject.getCPtr(decomposeForSave((SaveType)format, (DwgVersion)ver, new OdDbObjectId(replaceId, false), out exchangeXData)).Handle;
2046 }
2047
2048 private void SwigDirectorMethodcomposeForLoad(int format, int version, global::System.IntPtr pAuditInfo) {
2049 composeForLoad((SaveType)format, (DwgVersion)version, (pAuditInfo == global::System.IntPtr.Zero) ? null : new OdDbAuditInfo(pAuditInfo, false));
2050 }
2051
2052 private IntPtr SwigDirectorMethoddrawable() {
2053 return
2054 // csdirectorout for OdGiDrawable*, OdGiDrawable&
2055 OdGiDrawable.getCPtr(drawable()).Handle
2056;
2057 }
2058
2059 private global::System.IntPtr SwigDirectorMethodsetField([MarshalAs(UnmanagedType.LPWStr)]String fieldName, IntPtr pField) {
2060 return OdDbObjectId.getCPtr(setField(fieldName,
2061 (OdDbField)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbField),pField,false) /*createInt 6_1*/ // csdirectorin for smart pointer
2062)).Handle;
2063 }
2064
2065 private int SwigDirectorMethodremoveField__SWIG_0(global::System.IntPtr fieldId) {
2066 return (int)removeField(new OdDbObjectId(fieldId, true));
2067 }
2068
2069 private global::System.IntPtr SwigDirectorMethodremoveField__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]String fieldName) {
2070 return OdDbObjectId.getCPtr(removeField(fieldName)).Handle;
2071 }
2072
2073 private IntPtr SwigDirectorMethodsaveAsClass(IntPtr pClass) {
2074 return
2075 // csdirectorout for OdRxClass*, OdRxClass&
2077 (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),pClass,false) /*createInt 6_1*/ // csdirectorin for smart pointer
2078)).Handle
2079;
2080 }
2081
2082 private int SwigDirectorMethodsubGetClassID(IntPtr /*SIMPLETYPE*/ pClsid) {
2083 return (int)subGetClassID(pClsid /*SIMPLETYPE*/);
2084 }
2085
2086 private int SwigDirectorMethodsetColor__SWIG_0(global::System.IntPtr color, bool doSubents) {
2087 return (int)setColor(new OdCmColor(color, false), doSubents);
2088 }
2089
2090 private int SwigDirectorMethodsetColor__SWIG_1(global::System.IntPtr color) {
2091 return (int)setColor(new OdCmColor(color, false));
2092 }
2093
2094 private global::System.IntPtr SwigDirectorMethodentityColor() {
2095 return OdCmEntityColor.getCPtr(entityColor()).Handle;
2096 }
2097
2098 private int SwigDirectorMethodsetColorIndex__SWIG_0(UInt16 /*SIMPLETYPE*/ colorIndex, bool doSubents) {
2099 return (int)setColorIndex(colorIndex /*SIMPLETYPE*/, doSubents);
2100 }
2101
2102 private int SwigDirectorMethodsetColorIndex__SWIG_1(UInt16 /*SIMPLETYPE*/ colorIndex) {
2103 return (int)setColorIndex(colorIndex /*SIMPLETYPE*/);
2104 }
2105
2106 private int SwigDirectorMethodsetColorId__SWIG_0(global::System.IntPtr colorId, bool doSubents) {
2107 return (int)setColorId(new OdDbObjectId(colorId, true), doSubents);
2108 }
2109
2110 private int SwigDirectorMethodsetColorId__SWIG_1(global::System.IntPtr colorId) {
2111 return (int)setColorId(new OdDbObjectId(colorId, true));
2112 }
2113
2114 private int SwigDirectorMethodsetTransparency__SWIG_0(global::System.IntPtr transparency, bool doSubents) {
2115 return (int)setTransparency(new OdCmTransparency(transparency, false), doSubents);
2116 }
2117
2118 private int SwigDirectorMethodsetTransparency__SWIG_1(global::System.IntPtr transparency) {
2119 return (int)setTransparency(new OdCmTransparency(transparency, false));
2120 }
2121
2122 private int SwigDirectorMethodsetPlotStyleName__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]String plotStyleName, bool doSubents) {
2123 return (int)setPlotStyleName(plotStyleName, doSubents);
2124 }
2125
2126 private int SwigDirectorMethodsetPlotStyleName__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]String plotStyleName) {
2127 return (int)setPlotStyleName(plotStyleName);
2128 }
2129
2130 private int SwigDirectorMethodsetPlotStyleName__SWIG_2(int plotStyleNameType, global::System.IntPtr plotStyleNameId, bool doSubents) {
2131 return (int)setPlotStyleName((PlotStyleNameType)plotStyleNameType, new OdDbObjectId(plotStyleNameId, true), doSubents);
2132 }
2133
2134 private int SwigDirectorMethodsetPlotStyleName__SWIG_3(int plotStyleNameType, global::System.IntPtr plotStyleNameId) {
2135 return (int)setPlotStyleName((PlotStyleNameType)plotStyleNameType, new OdDbObjectId(plotStyleNameId, true));
2136 }
2137
2138 private int SwigDirectorMethodsetPlotStyleName__SWIG_4(int plotStyleNameType) {
2139 return (int)setPlotStyleName((PlotStyleNameType)plotStyleNameType);
2140 }
2141
2142 private int SwigDirectorMethodsetLayer__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]String layerName, bool doSubents, bool allowHiddenLayer) {
2143 return (int)setLayer(layerName, doSubents, allowHiddenLayer);
2144 }
2145
2146 private int SwigDirectorMethodsetLayer__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]String layerName, bool doSubents) {
2147 return (int)setLayer(layerName, doSubents);
2148 }
2149
2150 private int SwigDirectorMethodsetLayer__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]String layerName) {
2151 return (int)setLayer(layerName);
2152 }
2153
2154 private int SwigDirectorMethodsetLayer__SWIG_3(global::System.IntPtr layerId, bool doSubents, bool allowHiddenLayer) {
2155 return (int)setLayer(new OdDbObjectId(layerId, true), doSubents, allowHiddenLayer);
2156 }
2157
2158 private int SwigDirectorMethodsetLayer__SWIG_4(global::System.IntPtr layerId, bool doSubents) {
2159 return (int)setLayer(new OdDbObjectId(layerId, true), doSubents);
2160 }
2161
2162 private int SwigDirectorMethodsetLayer__SWIG_5(global::System.IntPtr layerId) {
2163 return (int)setLayer(new OdDbObjectId(layerId, true));
2164 }
2165
2166 private int SwigDirectorMethodsetLinetype__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]String linetypeName, bool doSubents) {
2167 return (int)setLinetype(linetypeName, doSubents);
2168 }
2169
2170 private int SwigDirectorMethodsetLinetype__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]String linetypeName) {
2171 return (int)setLinetype(linetypeName);
2172 }
2173
2174 private int SwigDirectorMethodsetLinetype__SWIG_2(global::System.IntPtr linetypeID, bool doSubents) {
2175 return (int)setLinetype(new OdDbObjectId(linetypeID, true), doSubents);
2176 }
2177
2178 private int SwigDirectorMethodsetLinetype__SWIG_3(global::System.IntPtr linetypeID) {
2179 return (int)setLinetype(new OdDbObjectId(linetypeID, true));
2180 }
2181
2182 private int SwigDirectorMethodsetMaterial__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]String materialName, bool doSubents) {
2183 return (int)setMaterial(materialName, doSubents);
2184 }
2185
2186 private int SwigDirectorMethodsetMaterial__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]String materialName) {
2187 return (int)setMaterial(materialName);
2188 }
2189
2190 private int SwigDirectorMethodsetMaterial__SWIG_2(global::System.IntPtr materialID, bool doSubents) {
2191 return (int)setMaterial(new OdDbObjectId(materialID, true), doSubents);
2192 }
2193
2194 private int SwigDirectorMethodsetMaterial__SWIG_3(global::System.IntPtr materialID) {
2195 return (int)setMaterial(new OdDbObjectId(materialID, true));
2196 }
2197
2198 private int SwigDirectorMethodsetVisualStyle__SWIG_0(global::System.IntPtr visualStyleId, int vstype, bool doSubents) {
2199 return (int)setVisualStyle(new OdDbObjectId(visualStyleId, true), (OdDbEntity.VisualStyleType)vstype, doSubents);
2200 }
2201
2202 private int SwigDirectorMethodsetVisualStyle__SWIG_1(global::System.IntPtr visualStyleId, int vstype) {
2203 return (int)setVisualStyle(new OdDbObjectId(visualStyleId, true), (OdDbEntity.VisualStyleType)vstype);
2204 }
2205
2206 private int SwigDirectorMethodsetVisualStyle__SWIG_2(global::System.IntPtr visualStyleId) {
2207 return (int)setVisualStyle(new OdDbObjectId(visualStyleId, true));
2208 }
2209
2210 private global::System.IntPtr SwigDirectorMethodmaterialMapper() {
2211 return OdGiMapper.getCPtr(materialMapper()).Handle;
2212 }
2213
2214 private void SwigDirectorMethodsetMaterialMapper__SWIG_0(global::System.IntPtr mapper, bool doSubents) {
2215 setMaterialMapper((mapper == global::System.IntPtr.Zero) ? null : new OdGiMapper(mapper, false), doSubents);
2216 }
2217
2218 private void SwigDirectorMethodsetMaterialMapper__SWIG_1(global::System.IntPtr mapper) {
2219 setMaterialMapper((mapper == global::System.IntPtr.Zero) ? null : new OdGiMapper(mapper, false));
2220 }
2221
2222 private int SwigDirectorMethodsetLinetypeScale__SWIG_0(double linetypeScale, bool doSubents) {
2223 return (int)setLinetypeScale(linetypeScale, doSubents);
2224 }
2225
2226 private int SwigDirectorMethodsetLinetypeScale__SWIG_1(double linetypeScale) {
2227 return (int)setLinetypeScale(linetypeScale);
2228 }
2229
2230 private int SwigDirectorMethodsetLineWeight__SWIG_0(int lineWeight, bool doSubents) {
2231 return (int)setLineWeight((LineWeight)lineWeight, doSubents);
2232 }
2233
2234 private int SwigDirectorMethodsetLineWeight__SWIG_1(int lineWeight) {
2235 return (int)setLineWeight((LineWeight)lineWeight);
2236 }
2237
2238 private bool SwigDirectorMethodcastShadows() {
2239 return castShadows();
2240 }
2241
2242 private void SwigDirectorMethodsetCastShadows(bool castShadows) {
2244 }
2245
2246 private bool SwigDirectorMethodreceiveShadows() {
2247 return receiveShadows();
2248 }
2249
2250 private void SwigDirectorMethodsetReceiveShadows(bool receiveShadows) {
2252 }
2253
2254 private int SwigDirectorMethodcollisionType() {
2255 return (int)collisionType();
2256 }
2257
2258 private bool SwigDirectorMethodisPlanar() {
2259 return isPlanar();
2260 }
2261
2262 private int SwigDirectorMethodgetPlane(global::System.IntPtr plane, Planarity planarity) {
2263 return (int)getPlane(new OdGePlane(plane, false), out planarity);
2264 }
2265
2266 private int SwigDirectorMethodexplodeToBlock__SWIG_0(IntPtr pBlockRecord, global::System.IntPtr ids) {
2267 return (int)explodeToBlock(
2268 (OdDbBlockTableRecord)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbBlockTableRecord),pBlockRecord,false) /*createInt 6_1*/ // csdirectorin for smart pointer
2269, new OdDbObjectIdArray(ids, false));
2270 }
2271
2272 private int SwigDirectorMethodexplodeToBlock__SWIG_1(IntPtr pBlockRecord) {
2273 return (int)explodeToBlock(
2274 (OdDbBlockTableRecord)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbBlockTableRecord),pBlockRecord,false) /*createInt 6_1*/ // csdirectorin for smart pointer
2275);
2276 }
2277
2278 private int SwigDirectorMethodexplodeGeometry(global::System.IntPtr entitySet) {
2279 return (int)explodeGeometry(new OdRxObjectPtrArray(entitySet, false));
2280 }
2281
2282 private int SwigDirectorMethodexplodeGeometryToBlock__SWIG_0(IntPtr pBlockRecord, global::System.IntPtr ids) {
2283 return (int)explodeGeometryToBlock(
2284 (OdDbBlockTableRecord)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbBlockTableRecord),pBlockRecord,false) /*createInt 6_1*/ // csdirectorin for smart pointer
2285, new OdDbObjectIdArray(ids, false));
2286 }
2287
2288 private int SwigDirectorMethodexplodeGeometryToBlock__SWIG_1(IntPtr pBlockRecord) {
2289 return (int)explodeGeometryToBlock(
2290 (OdDbBlockTableRecord)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbBlockTableRecord),pBlockRecord,false) /*createInt 6_1*/ // csdirectorin for smart pointer
2291);
2292 }
2293
2294 private void SwigDirectorMethodsubSetDatabaseDefaults(IntPtr pDb, bool doSubents) {
2296 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
2297, doSubents);
2298 }
2299
2300 private void SwigDirectorMethodsubList() {
2301 subList();
2302 }
2303
2304 private void SwigDirectorMethoddragStatus(int status) {
2305 dragStatus((DragStat)status);
2306 }
2307
2308 private void SwigDirectorMethodsaveAs(IntPtr pWd, int ver) {
2309 saveAs(
2310 (OdGiWorldDraw)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiWorldDraw),pWd,false) /*createInt 6_1*/ // csdirectorin for smart pointer
2311, (DwgVersion)ver);
2312 }
2313
2314 private global::System.IntPtr SwigDirectorMethodgetEcs() {
2315 return OdGeMatrix3d.getCPtr(getEcs()).Handle;
2316 }
2317
2318 private int SwigDirectorMethodsubTransformBy(global::System.IntPtr xfm) {
2319 return (int)subTransformBy(new OdGeMatrix3d(xfm, false));
2320 }
2321
2322 private int SwigDirectorMethodsubGetTransformedCopy(global::System.IntPtr xfm, IntPtr pCopy) {
2323 OdDbEntity tmp_pCopy = OdDbEntity.createObject();
2324 try {
2325 return (int)subGetTransformedCopy(new OdGeMatrix3d(xfm, false), ref tmp_pCopy);
2326 } finally {
2327 pCopy = OdDbEntity.getCPtr(tmp_pCopy).Handle;
2328 }
2329 }
2330
2331 private int SwigDirectorMethodsubExplode(global::System.IntPtr entitySet) {
2332 return (int)subExplode(new OdRxObjectPtrArray(entitySet, false));
2333 }
2334
2335 private int SwigDirectorMethodsubGetCompoundObjectTransform(global::System.IntPtr xM) {
2336 return (int)subGetCompoundObjectTransform(new OdGeMatrix3d(xM, false));
2337 }
2338
2339 private bool SwigDirectorMethodsubCloneMeForDragging() {
2340 return subCloneMeForDragging();
2341 }
2342
2343 private bool SwigDirectorMethodsubHideMeForDragging() {
2344 return subHideMeForDragging();
2345 }
2346
2347 private void SwigDirectorMethodsubGripStatus(int status) {
2348 subGripStatus((GripStat)status);
2349 }
2350
2351 private int SwigDirectorMethodsubGetOsnapPoints__SWIG_0(int osnapMode, IntPtr /*SIMPLETYPE*/ gsSelectionMark, global::System.IntPtr pickPoint, global::System.IntPtr lastPoint, global::System.IntPtr xWorldToEye, global::System.IntPtr snapPoints) {
2352 return (int)subGetOsnapPoints((OsnapMode)osnapMode, gsSelectionMark /*SIMPLETYPE*/, new OdGePoint3d(pickPoint, false), new OdGePoint3d(lastPoint, false), new OdGeMatrix3d(xWorldToEye, false), new OdGePoint3dArray(snapPoints, false));
2353 }
2354
2355 private int SwigDirectorMethodsubGetOsnapPoints__SWIG_1(int osnapMode, IntPtr /*SIMPLETYPE*/ gsSelectionMark, global::System.IntPtr pickPoint, global::System.IntPtr lastPoint, global::System.IntPtr xWorldToEye, global::System.IntPtr snapPoints, global::System.IntPtr insertionMat) {
2356 return (int)subGetOsnapPoints((OsnapMode)osnapMode, gsSelectionMark /*SIMPLETYPE*/, new OdGePoint3d(pickPoint, false), new OdGePoint3d(lastPoint, false), new OdGeMatrix3d(xWorldToEye, false), new OdGePoint3dArray(snapPoints, false), new OdGeMatrix3d(insertionMat, false));
2357 }
2358
2359 private bool SwigDirectorMethodsubIsContentSnappable() {
2360 return subIsContentSnappable();
2361 }
2362
2363 private int SwigDirectorMethodsubGetGripPoints__SWIG_0(global::System.IntPtr gripPoints) {
2364 return (int)subGetGripPoints(new OdGePoint3dArray(gripPoints, false));
2365 }
2366
2367 private int SwigDirectorMethodsubMoveGripPointsAt__SWIG_0(IntPtr indices, global::System.IntPtr offset) {
2368 return (int)subMoveGripPointsAt(
2369 //csdirectorin of INOUT_PARAM_OBJ
2370 new OdIntArray(indices,true)
2371, new OdGeVector3d(offset, false));
2372 }
2373
2374 private int SwigDirectorMethodsubGetGripPoints__SWIG_1(global::System.IntPtr grips, double curViewUnitSize, int gripSize, global::System.IntPtr curViewDir, int bitFlags) {
2375 return (int)subGetGripPoints(new OdDbGripDataPtrArray(grips, false), curViewUnitSize, gripSize, new OdGeVector3d(curViewDir, false), bitFlags);
2376 }
2377
2378 private int SwigDirectorMethodsubMoveGripPointsAt__SWIG_1(global::System.IntPtr grips, global::System.IntPtr offset, int bitFlags) {
2379 return (int)subMoveGripPointsAt(new OdDbVoidPtrArray(grips, false), new OdGeVector3d(offset, false), bitFlags);
2380 }
2381
2382 private int SwigDirectorMethodsubGetStretchPoints(global::System.IntPtr stretchPoints) {
2383 return (int)subGetStretchPoints(new OdGePoint3dArray(stretchPoints, false));
2384 }
2385
2386 private int SwigDirectorMethodsubMoveStretchPointsAt(IntPtr indices, global::System.IntPtr offset) {
2387 return (int)subMoveStretchPointsAt(
2388 //csdirectorin of INOUT_PARAM_OBJ
2389 new OdIntArray(indices,true)
2390, new OdGeVector3d(offset, false));
2391 }
2392
2393 private int SwigDirectorMethodsubIntersectWith__SWIG_0(IntPtr pEnt, int intType, global::System.IntPtr points, IntPtr /*SIMPLETYPE*/ thisGsMarker, IntPtr /*SIMPLETYPE*/ otherGsMarker) {
2394 return (int)subIntersectWith(
2395 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pEnt,false) /*createInt 6_2*/ // csdirectorin for smart pointer
2396, (Intersect)intType, new OdGePoint3dArray(points, false), thisGsMarker /*SIMPLETYPE*/, otherGsMarker /*SIMPLETYPE*/);
2397 }
2398
2399 private int SwigDirectorMethodsubIntersectWith__SWIG_1(IntPtr pEnt, int intType, global::System.IntPtr points, IntPtr /*SIMPLETYPE*/ thisGsMarker) {
2400 return (int)subIntersectWith(
2401 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pEnt,false) /*createInt 6_2*/ // csdirectorin for smart pointer
2402, (Intersect)intType, new OdGePoint3dArray(points, false), thisGsMarker /*SIMPLETYPE*/);
2403 }
2404
2405 private int SwigDirectorMethodsubIntersectWith__SWIG_2(IntPtr pEnt, int intType, global::System.IntPtr points) {
2406 return (int)subIntersectWith(
2407 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pEnt,false) /*createInt 6_2*/ // csdirectorin for smart pointer
2408, (Intersect)intType, new OdGePoint3dArray(points, false));
2409 }
2410
2411 private int SwigDirectorMethodsubIntersectWith__SWIG_3(IntPtr pEnt, int intType, global::System.IntPtr projPlane, global::System.IntPtr points, IntPtr /*SIMPLETYPE*/ thisGsMarker, IntPtr /*SIMPLETYPE*/ otherGsMarker) {
2412 return (int)subIntersectWith(
2413 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pEnt,false) /*createInt 6_2*/ // csdirectorin for smart pointer
2414, (Intersect)intType, new OdGePlane(projPlane, false), new OdGePoint3dArray(points, false), thisGsMarker /*SIMPLETYPE*/, otherGsMarker /*SIMPLETYPE*/);
2415 }
2416
2417 private int SwigDirectorMethodsubIntersectWith__SWIG_4(IntPtr pEnt, int intType, global::System.IntPtr projPlane, global::System.IntPtr points, IntPtr /*SIMPLETYPE*/ thisGsMarker) {
2418 return (int)subIntersectWith(
2419 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pEnt,false) /*createInt 6_2*/ // csdirectorin for smart pointer
2420, (Intersect)intType, new OdGePlane(projPlane, false), new OdGePoint3dArray(points, false), thisGsMarker /*SIMPLETYPE*/);
2421 }
2422
2423 private int SwigDirectorMethodsubIntersectWith__SWIG_5(IntPtr pEnt, int intType, global::System.IntPtr projPlane, global::System.IntPtr points) {
2424 return (int)subIntersectWith(
2425 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pEnt,false) /*createInt 6_2*/ // csdirectorin for smart pointer
2426, (Intersect)intType, new OdGePlane(projPlane, false), new OdGePoint3dArray(points, false));
2427 }
2428
2429 private void SwigDirectorMethodsubHighlight__SWIG_0(bool bDoIt, global::System.IntPtr pSubId, bool highlightAll) {
2430 subHighlight(bDoIt, (pSubId == global::System.IntPtr.Zero) ? null : new OdDbFullSubentPath(pSubId, false), highlightAll);
2431 }
2432
2433 private void SwigDirectorMethodsubHighlight__SWIG_1(bool bDoIt, global::System.IntPtr pSubId) {
2434 subHighlight(bDoIt, (pSubId == global::System.IntPtr.Zero) ? null : new OdDbFullSubentPath(pSubId, false));
2435 }
2436
2437 private void SwigDirectorMethodsubHighlight__SWIG_2(bool bDoIt) {
2438 subHighlight(bDoIt);
2439 }
2440
2441 private void SwigDirectorMethodsubHighlight__SWIG_3() {
2442 subHighlight();
2443 }
2444
2445 private int SwigDirectorMethodsubVisibility() {
2446 return (int)subVisibility();
2447 }
2448
2449 private int SwigDirectorMethodsubSetVisibility__SWIG_0(int visibility, bool doSubents) {
2450 return (int)subSetVisibility((Visibility)visibility, doSubents);
2451 }
2452
2453 private int SwigDirectorMethodsubSetVisibility__SWIG_1(int visibility) {
2455 }
2456
2457 private int SwigDirectorMethodsubGetGeomExtents(global::System.IntPtr extents) {
2458 return (int)subGetGeomExtents(new OdGeExtents3d(extents, false));
2459 }
2460
2461 private int SwigDirectorMethodsubDeleteSubentPaths(global::System.IntPtr paths) {
2462 return (int)subDeleteSubentPaths(new OdDbFullSubentPathArray(paths, false));
2463 }
2464
2465 private int SwigDirectorMethodsubAddSubentPaths(global::System.IntPtr paths) {
2466 return (int)subAddSubentPaths(new OdDbFullSubentPathArray(paths, false));
2467 }
2468
2469 private int SwigDirectorMethodsubMoveGripPointsAtSubentPaths(global::System.IntPtr paths, global::System.IntPtr gripAppData, global::System.IntPtr offset, UInt32 /*SIMPLETYPE*/ bitflags) {
2470 return (int)subMoveGripPointsAtSubentPaths(new OdDbFullSubentPathArray(paths, false), new OdDbVoidPtrArray(gripAppData, false), new OdGeVector3d(offset, false), bitflags /*SIMPLETYPE*/);
2471 }
2472
2473 private int SwigDirectorMethodsubGetGripPointsAtSubentPath(global::System.IntPtr path, global::System.IntPtr grips, double curViewUnitSize, int gripSize, global::System.IntPtr curViewDir, UInt32 /*SIMPLETYPE*/ bitflags) {
2474 return (int)subGetGripPointsAtSubentPath(new OdDbFullSubentPath(path, false), new OdDbGripDataPtrArray(grips, false), curViewUnitSize, gripSize, new OdGeVector3d(curViewDir, false), bitflags /*SIMPLETYPE*/);
2475 }
2476
2477 private int SwigDirectorMethodsubGetSubentPathsAtGsMarker__SWIG_0(int type, IntPtr /*SIMPLETYPE*/ gsMark, global::System.IntPtr pickPoint, global::System.IntPtr xfm, global::System.IntPtr subentPaths, global::System.IntPtr pEntAndInsertStack) {
2478 return (int)subGetSubentPathsAtGsMarker((Teigha.Core.SubentType)type, gsMark /*SIMPLETYPE*/, new OdGePoint3d(pickPoint, false), new OdGeMatrix3d(xfm, false), new OdDbFullSubentPathArray(subentPaths, false), new OdDbObjectIdArray(pEntAndInsertStack, false));
2479 }
2480
2481 private int SwigDirectorMethodsubGetSubentPathsAtGsMarker__SWIG_1(int type, IntPtr /*SIMPLETYPE*/ gsMark, global::System.IntPtr pickPoint, global::System.IntPtr xfm, global::System.IntPtr subentPaths) {
2482 return (int)subGetSubentPathsAtGsMarker((Teigha.Core.SubentType)type, gsMark /*SIMPLETYPE*/, new OdGePoint3d(pickPoint, false), new OdGeMatrix3d(xfm, false), new OdDbFullSubentPathArray(subentPaths, false));
2483 }
2484
2485 private int SwigDirectorMethodsubGetGsMarkersAtSubentPath(global::System.IntPtr subPath, global::System.IntPtr gsMarkers) {
2486 return (int)subGetGsMarkersAtSubentPath(new OdDbFullSubentPath(subPath, false), new OdGsMarkerArray(gsMarkers, false));
2487 }
2488
2489 private IntPtr SwigDirectorMethodsubSubentPtr(global::System.IntPtr path) {
2490 return OdDbEntity.getCPtr(subSubentPtr(new OdDbFullSubentPath(path, false))).Handle;
2491 }
2492
2493 private int SwigDirectorMethodsubTransformSubentPathsBy(global::System.IntPtr paths, global::System.IntPtr xform) {
2494 return (int)subTransformSubentPathsBy(new OdDbFullSubentPathArray(paths, false), new OdGeMatrix3d(xform, false));
2495 }
2496
2497 private int SwigDirectorMethodsubGetSubentClassId(global::System.IntPtr path, IntPtr /*SIMPLETYPE*/ clsId) {
2498 return (int)subGetSubentClassId(new OdDbFullSubentPath(path, false), clsId /*SIMPLETYPE*/);
2499 }
2500
2501 private int SwigDirectorMethodsubGetSubentPathGeomExtents(global::System.IntPtr path, global::System.IntPtr extents) {
2502 return (int)subGetSubentPathGeomExtents(new OdDbFullSubentPath(path, false), new OdGeExtents3d(extents, false));
2503 }
2504
2505 private void SwigDirectorMethodsubSubentGripStatus(int status, global::System.IntPtr subentity) {
2506 subSubentGripStatus((GripStat)status, new OdDbFullSubentPath(subentity, false));
2507 }
2508
2509 public delegate IntPtr SwigDelegateOdDbEntity_0(IntPtr protocolClass);
2510 public delegate IntPtr SwigDelegateOdDbEntity_1();
2511 public delegate int SwigDelegateOdDbEntity_2();
2512 public delegate bool SwigDelegateOdDbEntity_3();
2513 public delegate global::System.IntPtr SwigDelegateOdDbEntity_4();
2514 public delegate void SwigDelegateOdDbEntity_5(IntPtr pNode);
2515 public delegate IntPtr SwigDelegateOdDbEntity_6();
2516 public delegate UInt32 /*SIMPLETYPE*/ SwigDelegateOdDbEntity_7(IntPtr pTraits);
2517 public delegate bool SwigDelegateOdDbEntity_8(IntPtr pWd);
2518 public delegate void SwigDelegateOdDbEntity_9(IntPtr pVd);
2519 public delegate void SwigDelegateOdDbEntity_10(global::System.IntPtr ownerId);
2520 public delegate int SwigDelegateOdDbEntity_11(int mode);
2521 public delegate void SwigDelegateOdDbEntity_12();
2522 public delegate int SwigDelegateOdDbEntity_13(bool erasing);
2523 public delegate void SwigDelegateOdDbEntity_14(IntPtr pNewObject);
2524 public delegate void SwigDelegateOdDbEntity_15(global::System.IntPtr otherId, bool swapXdata, bool swapExtDict);
2525 public delegate void SwigDelegateOdDbEntity_16(global::System.IntPtr otherId, bool swapXdata);
2526 public delegate void SwigDelegateOdDbEntity_17(global::System.IntPtr otherId);
2527 public delegate void SwigDelegateOdDbEntity_18(global::System.IntPtr pAuditInfo);
2528 public delegate int SwigDelegateOdDbEntity_19(IntPtr pFiler);
2529 public delegate void SwigDelegateOdDbEntity_20(IntPtr pFiler);
2530 public delegate int SwigDelegateOdDbEntity_21(IntPtr pFiler);
2531 public delegate void SwigDelegateOdDbEntity_22(IntPtr pFiler);
2532 public delegate int SwigDelegateOdDbEntity_23(IntPtr pFiler);
2533 public delegate void SwigDelegateOdDbEntity_24(IntPtr pFiler);
2534 public delegate int SwigDelegateOdDbEntity_25(IntPtr pFiler);
2535 public delegate void SwigDelegateOdDbEntity_26(IntPtr pFiler);
2536 public delegate int SwigDelegateOdDbEntity_27();
2537 public delegate IntPtr SwigDelegateOdDbEntity_28([MarshalAs(UnmanagedType.LPWStr)]String regappName);
2538 public delegate IntPtr SwigDelegateOdDbEntity_29();
2539 public delegate void SwigDelegateOdDbEntity_30(IntPtr pRb);
2540 public delegate void SwigDelegateOdDbEntity_31(IntPtr pUndoFiler, IntPtr pClassObj);
2541 public delegate void SwigDelegateOdDbEntity_32(global::System.IntPtr objId);
2542 public delegate void SwigDelegateOdDbEntity_33(global::System.IntPtr objId);
2543 public delegate void SwigDelegateOdDbEntity_34(IntPtr pSubObj);
2544 public delegate void SwigDelegateOdDbEntity_35();
2545 public delegate void SwigDelegateOdDbEntity_36(global::System.IntPtr idPair, IntPtr pOwnerObject, IntPtr ownerIdMap);
2546 public delegate void SwigDelegateOdDbEntity_37(IntPtr pObject, IntPtr pNewObject);
2547 public delegate void SwigDelegateOdDbEntity_38(IntPtr pObject, bool erasing);
2548 public delegate void SwigDelegateOdDbEntity_39(IntPtr pObject);
2549 public delegate void SwigDelegateOdDbEntity_40(IntPtr pObject);
2550 public delegate void SwigDelegateOdDbEntity_41(IntPtr pObject);
2551 public delegate void SwigDelegateOdDbEntity_42(IntPtr pObject);
2552 public delegate void SwigDelegateOdDbEntity_43(IntPtr pObject, IntPtr pSubObj);
2553 public delegate void SwigDelegateOdDbEntity_44(IntPtr pObject);
2554 public delegate void SwigDelegateOdDbEntity_45(IntPtr pObject);
2555 public delegate void SwigDelegateOdDbEntity_46(IntPtr pObject);
2556 public delegate void SwigDelegateOdDbEntity_47(IntPtr pObject);
2557 public delegate void SwigDelegateOdDbEntity_48(global::System.IntPtr objectId);
2558 public delegate void SwigDelegateOdDbEntity_49(IntPtr pObject);
2559 public delegate int SwigDelegateOdDbEntity_50(IntPtr pFiler, MaintReleaseVer pMaintVer);
2560 public delegate int SwigDelegateOdDbEntity_51(IntPtr pFiler);
2561 public delegate IntPtr SwigDelegateOdDbEntity_52(int ver, global::System.IntPtr replaceId, bool exchangeXData);
2562 public delegate IntPtr SwigDelegateOdDbEntity_53(int format, int ver, global::System.IntPtr replaceId, bool exchangeXData);
2563 public delegate void SwigDelegateOdDbEntity_54(int format, int version, global::System.IntPtr pAuditInfo);
2564 public delegate IntPtr SwigDelegateOdDbEntity_55();
2565 public delegate global::System.IntPtr SwigDelegateOdDbEntity_56([MarshalAs(UnmanagedType.LPWStr)]String fieldName, IntPtr pField);
2566 public delegate int SwigDelegateOdDbEntity_57(global::System.IntPtr fieldId);
2567 public delegate global::System.IntPtr SwigDelegateOdDbEntity_58([MarshalAs(UnmanagedType.LPWStr)]String fieldName);
2568 public delegate IntPtr SwigDelegateOdDbEntity_59(IntPtr pClass);
2569 public delegate int SwigDelegateOdDbEntity_60(IntPtr /*SIMPLETYPE*/ pClsid);
2570 public delegate int SwigDelegateOdDbEntity_61(global::System.IntPtr color, bool doSubents);
2571 public delegate int SwigDelegateOdDbEntity_62(global::System.IntPtr color);
2572 public delegate global::System.IntPtr SwigDelegateOdDbEntity_63();
2573 public delegate int SwigDelegateOdDbEntity_64(UInt16 /*SIMPLETYPE*/ colorIndex, bool doSubents);
2574 public delegate int SwigDelegateOdDbEntity_65(UInt16 /*SIMPLETYPE*/ colorIndex);
2575 public delegate int SwigDelegateOdDbEntity_66(global::System.IntPtr colorId, bool doSubents);
2576 public delegate int SwigDelegateOdDbEntity_67(global::System.IntPtr colorId);
2577 public delegate int SwigDelegateOdDbEntity_68(global::System.IntPtr transparency, bool doSubents);
2578 public delegate int SwigDelegateOdDbEntity_69(global::System.IntPtr transparency);
2579 public delegate int SwigDelegateOdDbEntity_70([MarshalAs(UnmanagedType.LPWStr)]String plotStyleName, bool doSubents);
2580 public delegate int SwigDelegateOdDbEntity_71([MarshalAs(UnmanagedType.LPWStr)]String plotStyleName);
2581 public delegate int SwigDelegateOdDbEntity_72(int plotStyleNameType, global::System.IntPtr plotStyleNameId, bool doSubents);
2582 public delegate int SwigDelegateOdDbEntity_73(int plotStyleNameType, global::System.IntPtr plotStyleNameId);
2583 public delegate int SwigDelegateOdDbEntity_74(int plotStyleNameType);
2584 public delegate int SwigDelegateOdDbEntity_75([MarshalAs(UnmanagedType.LPWStr)]String layerName, bool doSubents, bool allowHiddenLayer);
2585 public delegate int SwigDelegateOdDbEntity_76([MarshalAs(UnmanagedType.LPWStr)]String layerName, bool doSubents);
2586 public delegate int SwigDelegateOdDbEntity_77([MarshalAs(UnmanagedType.LPWStr)]String layerName);
2587 public delegate int SwigDelegateOdDbEntity_78(global::System.IntPtr layerId, bool doSubents, bool allowHiddenLayer);
2588 public delegate int SwigDelegateOdDbEntity_79(global::System.IntPtr layerId, bool doSubents);
2589 public delegate int SwigDelegateOdDbEntity_80(global::System.IntPtr layerId);
2590 public delegate int SwigDelegateOdDbEntity_81([MarshalAs(UnmanagedType.LPWStr)]String linetypeName, bool doSubents);
2591 public delegate int SwigDelegateOdDbEntity_82([MarshalAs(UnmanagedType.LPWStr)]String linetypeName);
2592 public delegate int SwigDelegateOdDbEntity_83(global::System.IntPtr linetypeID, bool doSubents);
2593 public delegate int SwigDelegateOdDbEntity_84(global::System.IntPtr linetypeID);
2594 public delegate int SwigDelegateOdDbEntity_85([MarshalAs(UnmanagedType.LPWStr)]String materialName, bool doSubents);
2595 public delegate int SwigDelegateOdDbEntity_86([MarshalAs(UnmanagedType.LPWStr)]String materialName);
2596 public delegate int SwigDelegateOdDbEntity_87(global::System.IntPtr materialID, bool doSubents);
2597 public delegate int SwigDelegateOdDbEntity_88(global::System.IntPtr materialID);
2598 public delegate int SwigDelegateOdDbEntity_89(global::System.IntPtr visualStyleId, int vstype, bool doSubents);
2599 public delegate int SwigDelegateOdDbEntity_90(global::System.IntPtr visualStyleId, int vstype);
2600 public delegate int SwigDelegateOdDbEntity_91(global::System.IntPtr visualStyleId);
2601 public delegate global::System.IntPtr SwigDelegateOdDbEntity_92();
2602 public delegate void SwigDelegateOdDbEntity_93(global::System.IntPtr mapper, bool doSubents);
2603 public delegate void SwigDelegateOdDbEntity_94(global::System.IntPtr mapper);
2604 public delegate int SwigDelegateOdDbEntity_95(double linetypeScale, bool doSubents);
2605 public delegate int SwigDelegateOdDbEntity_96(double linetypeScale);
2606 public delegate int SwigDelegateOdDbEntity_97(int lineWeight, bool doSubents);
2607 public delegate int SwigDelegateOdDbEntity_98(int lineWeight);
2608 public delegate bool SwigDelegateOdDbEntity_99();
2609 public delegate void SwigDelegateOdDbEntity_100(bool castShadows);
2610 public delegate bool SwigDelegateOdDbEntity_101();
2611 public delegate void SwigDelegateOdDbEntity_102(bool receiveShadows);
2612 public delegate int SwigDelegateOdDbEntity_103();
2613 public delegate bool SwigDelegateOdDbEntity_104();
2614 public delegate int SwigDelegateOdDbEntity_105(global::System.IntPtr plane, Planarity planarity);
2615 public delegate int SwigDelegateOdDbEntity_106(IntPtr pBlockRecord, global::System.IntPtr ids);
2616 public delegate int SwigDelegateOdDbEntity_107(IntPtr pBlockRecord);
2617 public delegate int SwigDelegateOdDbEntity_108(global::System.IntPtr entitySet);
2618 public delegate int SwigDelegateOdDbEntity_109(IntPtr pBlockRecord, global::System.IntPtr ids);
2619 public delegate int SwigDelegateOdDbEntity_110(IntPtr pBlockRecord);
2620 public delegate void SwigDelegateOdDbEntity_111(IntPtr pDb, bool doSubents);
2621 public delegate void SwigDelegateOdDbEntity_112();
2622 public delegate void SwigDelegateOdDbEntity_113(int status);
2623 public delegate void SwigDelegateOdDbEntity_114(IntPtr pWd, int ver);
2624 public delegate global::System.IntPtr SwigDelegateOdDbEntity_115();
2625 public delegate int SwigDelegateOdDbEntity_116(global::System.IntPtr xfm);
2626 public delegate int SwigDelegateOdDbEntity_117(global::System.IntPtr xfm, IntPtr pCopy);
2627 public delegate int SwigDelegateOdDbEntity_118(global::System.IntPtr entitySet);
2628 public delegate int SwigDelegateOdDbEntity_119(global::System.IntPtr xM);
2629 public delegate bool SwigDelegateOdDbEntity_120();
2630 public delegate bool SwigDelegateOdDbEntity_121();
2631 public delegate void SwigDelegateOdDbEntity_122(int status);
2632 public delegate int SwigDelegateOdDbEntity_123(int osnapMode, IntPtr /*SIMPLETYPE*/ gsSelectionMark, global::System.IntPtr pickPoint, global::System.IntPtr lastPoint, global::System.IntPtr xWorldToEye, global::System.IntPtr snapPoints);
2633 public delegate int SwigDelegateOdDbEntity_124(int osnapMode, IntPtr /*SIMPLETYPE*/ gsSelectionMark, global::System.IntPtr pickPoint, global::System.IntPtr lastPoint, global::System.IntPtr xWorldToEye, global::System.IntPtr snapPoints, global::System.IntPtr insertionMat);
2634 public delegate bool SwigDelegateOdDbEntity_125();
2635 public delegate int SwigDelegateOdDbEntity_126(global::System.IntPtr gripPoints);
2636 public delegate int SwigDelegateOdDbEntity_127(IntPtr indices, global::System.IntPtr offset);
2637 public delegate int SwigDelegateOdDbEntity_128(global::System.IntPtr grips, double curViewUnitSize, int gripSize, global::System.IntPtr curViewDir, int bitFlags);
2638 public delegate int SwigDelegateOdDbEntity_129(global::System.IntPtr grips, global::System.IntPtr offset, int bitFlags);
2639 public delegate int SwigDelegateOdDbEntity_130(global::System.IntPtr stretchPoints);
2640 public delegate int SwigDelegateOdDbEntity_131(IntPtr indices, global::System.IntPtr offset);
2641 public delegate int SwigDelegateOdDbEntity_132(IntPtr pEnt, int intType, global::System.IntPtr points, IntPtr /*SIMPLETYPE*/ thisGsMarker, IntPtr /*SIMPLETYPE*/ otherGsMarker);
2642 public delegate int SwigDelegateOdDbEntity_133(IntPtr pEnt, int intType, global::System.IntPtr points, IntPtr /*SIMPLETYPE*/ thisGsMarker);
2643 public delegate int SwigDelegateOdDbEntity_134(IntPtr pEnt, int intType, global::System.IntPtr points);
2644 public delegate int SwigDelegateOdDbEntity_135(IntPtr pEnt, int intType, global::System.IntPtr projPlane, global::System.IntPtr points, IntPtr /*SIMPLETYPE*/ thisGsMarker, IntPtr /*SIMPLETYPE*/ otherGsMarker);
2645 public delegate int SwigDelegateOdDbEntity_136(IntPtr pEnt, int intType, global::System.IntPtr projPlane, global::System.IntPtr points, IntPtr /*SIMPLETYPE*/ thisGsMarker);
2646 public delegate int SwigDelegateOdDbEntity_137(IntPtr pEnt, int intType, global::System.IntPtr projPlane, global::System.IntPtr points);
2647 public delegate void SwigDelegateOdDbEntity_138(bool bDoIt, global::System.IntPtr pSubId, bool highlightAll);
2648 public delegate void SwigDelegateOdDbEntity_139(bool bDoIt, global::System.IntPtr pSubId);
2649 public delegate void SwigDelegateOdDbEntity_140(bool bDoIt);
2650 public delegate void SwigDelegateOdDbEntity_141();
2651 public delegate int SwigDelegateOdDbEntity_142();
2652 public delegate int SwigDelegateOdDbEntity_143(int visibility, bool doSubents);
2653 public delegate int SwigDelegateOdDbEntity_144(int visibility);
2654 public delegate int SwigDelegateOdDbEntity_145(global::System.IntPtr extents);
2655 public delegate int SwigDelegateOdDbEntity_146(global::System.IntPtr paths);
2656 public delegate int SwigDelegateOdDbEntity_147(global::System.IntPtr paths);
2657 public delegate int SwigDelegateOdDbEntity_148(global::System.IntPtr paths, global::System.IntPtr gripAppData, global::System.IntPtr offset, UInt32 /*SIMPLETYPE*/ bitflags);
2658 public delegate int SwigDelegateOdDbEntity_149(global::System.IntPtr path, global::System.IntPtr grips, double curViewUnitSize, int gripSize, global::System.IntPtr curViewDir, UInt32 /*SIMPLETYPE*/ bitflags);
2659 public delegate int SwigDelegateOdDbEntity_150(int type, IntPtr /*SIMPLETYPE*/ gsMark, global::System.IntPtr pickPoint, global::System.IntPtr xfm, global::System.IntPtr subentPaths, global::System.IntPtr pEntAndInsertStack);
2660 public delegate int SwigDelegateOdDbEntity_151(int type, IntPtr /*SIMPLETYPE*/ gsMark, global::System.IntPtr pickPoint, global::System.IntPtr xfm, global::System.IntPtr subentPaths);
2661 public delegate int SwigDelegateOdDbEntity_152(global::System.IntPtr subPath, global::System.IntPtr gsMarkers);
2662 public delegate IntPtr SwigDelegateOdDbEntity_153(global::System.IntPtr path);
2663 public delegate int SwigDelegateOdDbEntity_154(global::System.IntPtr paths, global::System.IntPtr xform);
2664 public delegate int SwigDelegateOdDbEntity_155(global::System.IntPtr path, IntPtr /*SIMPLETYPE*/ clsId);
2665 public delegate int SwigDelegateOdDbEntity_156(global::System.IntPtr path, global::System.IntPtr extents);
2666 public delegate void SwigDelegateOdDbEntity_157(int status, global::System.IntPtr subentity);
2667
2668 private SwigDelegateOdDbEntity_0 swigDelegate0;
2669 private SwigDelegateOdDbEntity_1 swigDelegate1;
2670 private SwigDelegateOdDbEntity_2 swigDelegate2;
2671 private SwigDelegateOdDbEntity_3 swigDelegate3;
2672 private SwigDelegateOdDbEntity_4 swigDelegate4;
2673 private SwigDelegateOdDbEntity_5 swigDelegate5;
2674 private SwigDelegateOdDbEntity_6 swigDelegate6;
2675 private SwigDelegateOdDbEntity_7 swigDelegate7;
2676 private SwigDelegateOdDbEntity_8 swigDelegate8;
2677 private SwigDelegateOdDbEntity_9 swigDelegate9;
2678 private SwigDelegateOdDbEntity_10 swigDelegate10;
2679 private SwigDelegateOdDbEntity_11 swigDelegate11;
2680 private SwigDelegateOdDbEntity_12 swigDelegate12;
2681 private SwigDelegateOdDbEntity_13 swigDelegate13;
2682 private SwigDelegateOdDbEntity_14 swigDelegate14;
2683 private SwigDelegateOdDbEntity_15 swigDelegate15;
2684 private SwigDelegateOdDbEntity_16 swigDelegate16;
2685 private SwigDelegateOdDbEntity_17 swigDelegate17;
2686 private SwigDelegateOdDbEntity_18 swigDelegate18;
2687 private SwigDelegateOdDbEntity_19 swigDelegate19;
2688 private SwigDelegateOdDbEntity_20 swigDelegate20;
2689 private SwigDelegateOdDbEntity_21 swigDelegate21;
2690 private SwigDelegateOdDbEntity_22 swigDelegate22;
2691 private SwigDelegateOdDbEntity_23 swigDelegate23;
2692 private SwigDelegateOdDbEntity_24 swigDelegate24;
2693 private SwigDelegateOdDbEntity_25 swigDelegate25;
2694 private SwigDelegateOdDbEntity_26 swigDelegate26;
2695 private SwigDelegateOdDbEntity_27 swigDelegate27;
2696 private SwigDelegateOdDbEntity_28 swigDelegate28;
2697 private SwigDelegateOdDbEntity_29 swigDelegate29;
2698 private SwigDelegateOdDbEntity_30 swigDelegate30;
2699 private SwigDelegateOdDbEntity_31 swigDelegate31;
2700 private SwigDelegateOdDbEntity_32 swigDelegate32;
2701 private SwigDelegateOdDbEntity_33 swigDelegate33;
2702 private SwigDelegateOdDbEntity_34 swigDelegate34;
2703 private SwigDelegateOdDbEntity_35 swigDelegate35;
2704 private SwigDelegateOdDbEntity_36 swigDelegate36;
2705 private SwigDelegateOdDbEntity_37 swigDelegate37;
2706 private SwigDelegateOdDbEntity_38 swigDelegate38;
2707 private SwigDelegateOdDbEntity_39 swigDelegate39;
2708 private SwigDelegateOdDbEntity_40 swigDelegate40;
2709 private SwigDelegateOdDbEntity_41 swigDelegate41;
2710 private SwigDelegateOdDbEntity_42 swigDelegate42;
2711 private SwigDelegateOdDbEntity_43 swigDelegate43;
2712 private SwigDelegateOdDbEntity_44 swigDelegate44;
2713 private SwigDelegateOdDbEntity_45 swigDelegate45;
2714 private SwigDelegateOdDbEntity_46 swigDelegate46;
2715 private SwigDelegateOdDbEntity_47 swigDelegate47;
2716 private SwigDelegateOdDbEntity_48 swigDelegate48;
2717 private SwigDelegateOdDbEntity_49 swigDelegate49;
2718 private SwigDelegateOdDbEntity_50 swigDelegate50;
2719 private SwigDelegateOdDbEntity_51 swigDelegate51;
2720 private SwigDelegateOdDbEntity_52 swigDelegate52;
2721 private SwigDelegateOdDbEntity_53 swigDelegate53;
2722 private SwigDelegateOdDbEntity_54 swigDelegate54;
2723 private SwigDelegateOdDbEntity_55 swigDelegate55;
2724 private SwigDelegateOdDbEntity_56 swigDelegate56;
2725 private SwigDelegateOdDbEntity_57 swigDelegate57;
2726 private SwigDelegateOdDbEntity_58 swigDelegate58;
2727 private SwigDelegateOdDbEntity_59 swigDelegate59;
2728 private SwigDelegateOdDbEntity_60 swigDelegate60;
2729 private SwigDelegateOdDbEntity_61 swigDelegate61;
2730 private SwigDelegateOdDbEntity_62 swigDelegate62;
2731 private SwigDelegateOdDbEntity_63 swigDelegate63;
2732 private SwigDelegateOdDbEntity_64 swigDelegate64;
2733 private SwigDelegateOdDbEntity_65 swigDelegate65;
2734 private SwigDelegateOdDbEntity_66 swigDelegate66;
2735 private SwigDelegateOdDbEntity_67 swigDelegate67;
2736 private SwigDelegateOdDbEntity_68 swigDelegate68;
2737 private SwigDelegateOdDbEntity_69 swigDelegate69;
2738 private SwigDelegateOdDbEntity_70 swigDelegate70;
2739 private SwigDelegateOdDbEntity_71 swigDelegate71;
2740 private SwigDelegateOdDbEntity_72 swigDelegate72;
2741 private SwigDelegateOdDbEntity_73 swigDelegate73;
2742 private SwigDelegateOdDbEntity_74 swigDelegate74;
2743 private SwigDelegateOdDbEntity_75 swigDelegate75;
2744 private SwigDelegateOdDbEntity_76 swigDelegate76;
2745 private SwigDelegateOdDbEntity_77 swigDelegate77;
2746 private SwigDelegateOdDbEntity_78 swigDelegate78;
2747 private SwigDelegateOdDbEntity_79 swigDelegate79;
2748 private SwigDelegateOdDbEntity_80 swigDelegate80;
2749 private SwigDelegateOdDbEntity_81 swigDelegate81;
2750 private SwigDelegateOdDbEntity_82 swigDelegate82;
2751 private SwigDelegateOdDbEntity_83 swigDelegate83;
2752 private SwigDelegateOdDbEntity_84 swigDelegate84;
2753 private SwigDelegateOdDbEntity_85 swigDelegate85;
2754 private SwigDelegateOdDbEntity_86 swigDelegate86;
2755 private SwigDelegateOdDbEntity_87 swigDelegate87;
2756 private SwigDelegateOdDbEntity_88 swigDelegate88;
2757 private SwigDelegateOdDbEntity_89 swigDelegate89;
2758 private SwigDelegateOdDbEntity_90 swigDelegate90;
2759 private SwigDelegateOdDbEntity_91 swigDelegate91;
2760 private SwigDelegateOdDbEntity_92 swigDelegate92;
2761 private SwigDelegateOdDbEntity_93 swigDelegate93;
2762 private SwigDelegateOdDbEntity_94 swigDelegate94;
2763 private SwigDelegateOdDbEntity_95 swigDelegate95;
2764 private SwigDelegateOdDbEntity_96 swigDelegate96;
2765 private SwigDelegateOdDbEntity_97 swigDelegate97;
2766 private SwigDelegateOdDbEntity_98 swigDelegate98;
2767 private SwigDelegateOdDbEntity_99 swigDelegate99;
2768 private SwigDelegateOdDbEntity_100 swigDelegate100;
2769 private SwigDelegateOdDbEntity_101 swigDelegate101;
2770 private SwigDelegateOdDbEntity_102 swigDelegate102;
2771 private SwigDelegateOdDbEntity_103 swigDelegate103;
2772 private SwigDelegateOdDbEntity_104 swigDelegate104;
2773 private SwigDelegateOdDbEntity_105 swigDelegate105;
2774 private SwigDelegateOdDbEntity_106 swigDelegate106;
2775 private SwigDelegateOdDbEntity_107 swigDelegate107;
2776 private SwigDelegateOdDbEntity_108 swigDelegate108;
2777 private SwigDelegateOdDbEntity_109 swigDelegate109;
2778 private SwigDelegateOdDbEntity_110 swigDelegate110;
2779 private SwigDelegateOdDbEntity_111 swigDelegate111;
2780 private SwigDelegateOdDbEntity_112 swigDelegate112;
2781 private SwigDelegateOdDbEntity_113 swigDelegate113;
2782 private SwigDelegateOdDbEntity_114 swigDelegate114;
2783 private SwigDelegateOdDbEntity_115 swigDelegate115;
2784 private SwigDelegateOdDbEntity_116 swigDelegate116;
2785 private SwigDelegateOdDbEntity_117 swigDelegate117;
2786 private SwigDelegateOdDbEntity_118 swigDelegate118;
2787 private SwigDelegateOdDbEntity_119 swigDelegate119;
2788 private SwigDelegateOdDbEntity_120 swigDelegate120;
2789 private SwigDelegateOdDbEntity_121 swigDelegate121;
2790 private SwigDelegateOdDbEntity_122 swigDelegate122;
2791 private SwigDelegateOdDbEntity_123 swigDelegate123;
2792 private SwigDelegateOdDbEntity_124 swigDelegate124;
2793 private SwigDelegateOdDbEntity_125 swigDelegate125;
2794 private SwigDelegateOdDbEntity_126 swigDelegate126;
2795 private SwigDelegateOdDbEntity_127 swigDelegate127;
2796 private SwigDelegateOdDbEntity_128 swigDelegate128;
2797 private SwigDelegateOdDbEntity_129 swigDelegate129;
2798 private SwigDelegateOdDbEntity_130 swigDelegate130;
2799 private SwigDelegateOdDbEntity_131 swigDelegate131;
2800 private SwigDelegateOdDbEntity_132 swigDelegate132;
2801 private SwigDelegateOdDbEntity_133 swigDelegate133;
2802 private SwigDelegateOdDbEntity_134 swigDelegate134;
2803 private SwigDelegateOdDbEntity_135 swigDelegate135;
2804 private SwigDelegateOdDbEntity_136 swigDelegate136;
2805 private SwigDelegateOdDbEntity_137 swigDelegate137;
2806 private SwigDelegateOdDbEntity_138 swigDelegate138;
2807 private SwigDelegateOdDbEntity_139 swigDelegate139;
2808 private SwigDelegateOdDbEntity_140 swigDelegate140;
2809 private SwigDelegateOdDbEntity_141 swigDelegate141;
2810 private SwigDelegateOdDbEntity_142 swigDelegate142;
2811 private SwigDelegateOdDbEntity_143 swigDelegate143;
2812 private SwigDelegateOdDbEntity_144 swigDelegate144;
2813 private SwigDelegateOdDbEntity_145 swigDelegate145;
2814 private SwigDelegateOdDbEntity_146 swigDelegate146;
2815 private SwigDelegateOdDbEntity_147 swigDelegate147;
2816 private SwigDelegateOdDbEntity_148 swigDelegate148;
2817 private SwigDelegateOdDbEntity_149 swigDelegate149;
2818 private SwigDelegateOdDbEntity_150 swigDelegate150;
2819 private SwigDelegateOdDbEntity_151 swigDelegate151;
2820 private SwigDelegateOdDbEntity_152 swigDelegate152;
2821 private SwigDelegateOdDbEntity_153 swigDelegate153;
2822 private SwigDelegateOdDbEntity_154 swigDelegate154;
2823 private SwigDelegateOdDbEntity_155 swigDelegate155;
2824 private SwigDelegateOdDbEntity_156 swigDelegate156;
2825 private SwigDelegateOdDbEntity_157 swigDelegate157;
2826
2827 private static global::System.Type[] swigMethodTypes0 = new global::System.Type[] { typeof(OdRxClass) };
2828 private static global::System.Type[] swigMethodTypes1 = new global::System.Type[] { };
2829 private static global::System.Type[] swigMethodTypes2 = new global::System.Type[] { };
2830 private static global::System.Type[] swigMethodTypes3 = new global::System.Type[] { };
2831 private static global::System.Type[] swigMethodTypes4 = new global::System.Type[] { };
2832 private static global::System.Type[] swigMethodTypes5 = new global::System.Type[] { typeof(OdGsCache) };
2833 private static global::System.Type[] swigMethodTypes6 = new global::System.Type[] { };
2834 private static global::System.Type[] swigMethodTypes7 = new global::System.Type[] { typeof(OdGiDrawableTraits) };
2835 private static global::System.Type[] swigMethodTypes8 = new global::System.Type[] { typeof(OdGiWorldDraw) };
2836 private static global::System.Type[] swigMethodTypes9 = new global::System.Type[] { typeof(OdGiViewportDraw) };
2837 private static global::System.Type[] swigMethodTypes10 = new global::System.Type[] { typeof(OdDbObjectId) };
2838 private static global::System.Type[] swigMethodTypes11 = new global::System.Type[] { typeof(OpenMode) };
2839 private static global::System.Type[] swigMethodTypes12 = new global::System.Type[] { };
2840 private static global::System.Type[] swigMethodTypes13 = new global::System.Type[] { typeof(bool) };
2841 private static global::System.Type[] swigMethodTypes14 = new global::System.Type[] { typeof(OdDbObject) };
2842 private static global::System.Type[] swigMethodTypes15 = new global::System.Type[] { typeof(OdDbObjectId), typeof(bool), typeof(bool) };
2843 private static global::System.Type[] swigMethodTypes16 = new global::System.Type[] { typeof(OdDbObjectId), typeof(bool) };
2844 private static global::System.Type[] swigMethodTypes17 = new global::System.Type[] { typeof(OdDbObjectId) };
2845 private static global::System.Type[] swigMethodTypes18 = new global::System.Type[] { typeof(OdDbAuditInfo) };
2846 private static global::System.Type[] swigMethodTypes19 = new global::System.Type[] { typeof(OdDbDxfFiler) };
2847 private static global::System.Type[] swigMethodTypes20 = new global::System.Type[] { typeof(OdDbDxfFiler) };
2848 private static global::System.Type[] swigMethodTypes21 = new global::System.Type[] { typeof(OdDbDwgFiler) };
2849 private static global::System.Type[] swigMethodTypes22 = new global::System.Type[] { typeof(OdDbDwgFiler) };
2850 private static global::System.Type[] swigMethodTypes23 = new global::System.Type[] { typeof(OdDbDxfFiler) };
2851 private static global::System.Type[] swigMethodTypes24 = new global::System.Type[] { typeof(OdDbDxfFiler) };
2852 private static global::System.Type[] swigMethodTypes25 = new global::System.Type[] { typeof(OdDbDxfFiler) };
2853 private static global::System.Type[] swigMethodTypes26 = new global::System.Type[] { typeof(OdDbDxfFiler) };
2854 private static global::System.Type[] swigMethodTypes27 = new global::System.Type[] { };
2855 private static global::System.Type[] swigMethodTypes28 = new global::System.Type[] { typeof(String) };
2856 private static global::System.Type[] swigMethodTypes29 = new global::System.Type[] { };
2857 private static global::System.Type[] swigMethodTypes30 = new global::System.Type[] { typeof(OdResBuf) };
2858 private static global::System.Type[] swigMethodTypes31 = new global::System.Type[] { typeof(OdDbDwgFiler), typeof(OdRxClass) };
2859 private static global::System.Type[] swigMethodTypes32 = new global::System.Type[] { typeof(OdDbObjectId) };
2860 private static global::System.Type[] swigMethodTypes33 = new global::System.Type[] { typeof(OdDbObjectId) };
2861 private static global::System.Type[] swigMethodTypes34 = new global::System.Type[] { typeof(OdDbObject) };
2862 private static global::System.Type[] swigMethodTypes35 = new global::System.Type[] { };
2863 private static global::System.Type[] swigMethodTypes36 = new global::System.Type[] { typeof(OdDbIdPair), typeof(OdDbObject), typeof(OdDbIdMapping) };
2864 private static global::System.Type[] swigMethodTypes37 = new global::System.Type[] { typeof(OdDbObject), typeof(OdDbObject) };
2865 private static global::System.Type[] swigMethodTypes38 = new global::System.Type[] { typeof(OdDbObject), typeof(bool) };
2866 private static global::System.Type[] swigMethodTypes39 = new global::System.Type[] { typeof(OdDbObject) };
2867 private static global::System.Type[] swigMethodTypes40 = new global::System.Type[] { typeof(OdDbObject) };
2868 private static global::System.Type[] swigMethodTypes41 = new global::System.Type[] { typeof(OdDbObject) };
2869 private static global::System.Type[] swigMethodTypes42 = new global::System.Type[] { typeof(OdDbObject) };
2870 private static global::System.Type[] swigMethodTypes43 = new global::System.Type[] { typeof(OdDbObject), typeof(OdDbObject) };
2871 private static global::System.Type[] swigMethodTypes44 = new global::System.Type[] { typeof(OdDbObject) };
2872 private static global::System.Type[] swigMethodTypes45 = new global::System.Type[] { typeof(OdDbObject) };
2873 private static global::System.Type[] swigMethodTypes46 = new global::System.Type[] { typeof(OdDbObject) };
2874 private static global::System.Type[] swigMethodTypes47 = new global::System.Type[] { typeof(OdDbObject) };
2875 private static global::System.Type[] swigMethodTypes48 = new global::System.Type[] { typeof(OdDbObjectId) };
2876 private static global::System.Type[] swigMethodTypes49 = new global::System.Type[] { typeof(OdDbObject) };
2877 private static global::System.Type[] swigMethodTypes50 = new global::System.Type[] { typeof(OdDbFiler), typeof(MaintReleaseVer).MakeByRefType() };
2878 private static global::System.Type[] swigMethodTypes51 = new global::System.Type[] { typeof(OdDbFiler) };
2879 private static global::System.Type[] swigMethodTypes52 = new global::System.Type[] { typeof(DwgVersion), typeof(OdDbObjectId), typeof(bool).MakeByRefType() };
2880 private static global::System.Type[] swigMethodTypes53 = new global::System.Type[] { typeof(SaveType), typeof(DwgVersion), typeof(OdDbObjectId), typeof(bool).MakeByRefType() };
2881 private static global::System.Type[] swigMethodTypes54 = new global::System.Type[] { typeof(SaveType), typeof(DwgVersion), typeof(OdDbAuditInfo) };
2882 private static global::System.Type[] swigMethodTypes55 = new global::System.Type[] { };
2883 private static global::System.Type[] swigMethodTypes56 = new global::System.Type[] { typeof(String), typeof(OdDbField) };
2884 private static global::System.Type[] swigMethodTypes57 = new global::System.Type[] { typeof(OdDbObjectId) };
2885 private static global::System.Type[] swigMethodTypes58 = new global::System.Type[] { typeof(String) };
2886 private static global::System.Type[] swigMethodTypes59 = new global::System.Type[] { typeof(OdRxClass) };
2887 private static global::System.Type[] swigMethodTypes60 = new global::System.Type[] { typeof(IntPtr /*SIMPLETYPE*/) };
2888 private static global::System.Type[] swigMethodTypes61 = new global::System.Type[] { typeof(OdCmColor), typeof(bool) };
2889 private static global::System.Type[] swigMethodTypes62 = new global::System.Type[] { typeof(OdCmColor) };
2890 private static global::System.Type[] swigMethodTypes63 = new global::System.Type[] { };
2891 private static global::System.Type[] swigMethodTypes64 = new global::System.Type[] { typeof(UInt16 /*SIMPLETYPE*/), typeof(bool) };
2892 private static global::System.Type[] swigMethodTypes65 = new global::System.Type[] { typeof(UInt16 /*SIMPLETYPE*/) };
2893 private static global::System.Type[] swigMethodTypes66 = new global::System.Type[] { typeof(OdDbObjectId), typeof(bool) };
2894 private static global::System.Type[] swigMethodTypes67 = new global::System.Type[] { typeof(OdDbObjectId) };
2895 private static global::System.Type[] swigMethodTypes68 = new global::System.Type[] { typeof(OdCmTransparency), typeof(bool) };
2896 private static global::System.Type[] swigMethodTypes69 = new global::System.Type[] { typeof(OdCmTransparency) };
2897 private static global::System.Type[] swigMethodTypes70 = new global::System.Type[] { typeof(String), typeof(bool) };
2898 private static global::System.Type[] swigMethodTypes71 = new global::System.Type[] { typeof(String) };
2899 private static global::System.Type[] swigMethodTypes72 = new global::System.Type[] { typeof(PlotStyleNameType), typeof(OdDbObjectId), typeof(bool) };
2900 private static global::System.Type[] swigMethodTypes73 = new global::System.Type[] { typeof(PlotStyleNameType), typeof(OdDbObjectId) };
2901 private static global::System.Type[] swigMethodTypes74 = new global::System.Type[] { typeof(PlotStyleNameType) };
2902 private static global::System.Type[] swigMethodTypes75 = new global::System.Type[] { typeof(String), typeof(bool), typeof(bool) };
2903 private static global::System.Type[] swigMethodTypes76 = new global::System.Type[] { typeof(String), typeof(bool) };
2904 private static global::System.Type[] swigMethodTypes77 = new global::System.Type[] { typeof(String) };
2905 private static global::System.Type[] swigMethodTypes78 = new global::System.Type[] { typeof(OdDbObjectId), typeof(bool), typeof(bool) };
2906 private static global::System.Type[] swigMethodTypes79 = new global::System.Type[] { typeof(OdDbObjectId), typeof(bool) };
2907 private static global::System.Type[] swigMethodTypes80 = new global::System.Type[] { typeof(OdDbObjectId) };
2908 private static global::System.Type[] swigMethodTypes81 = new global::System.Type[] { typeof(String), typeof(bool) };
2909 private static global::System.Type[] swigMethodTypes82 = new global::System.Type[] { typeof(String) };
2910 private static global::System.Type[] swigMethodTypes83 = new global::System.Type[] { typeof(OdDbObjectId), typeof(bool) };
2911 private static global::System.Type[] swigMethodTypes84 = new global::System.Type[] { typeof(OdDbObjectId) };
2912 private static global::System.Type[] swigMethodTypes85 = new global::System.Type[] { typeof(String), typeof(bool) };
2913 private static global::System.Type[] swigMethodTypes86 = new global::System.Type[] { typeof(String) };
2914 private static global::System.Type[] swigMethodTypes87 = new global::System.Type[] { typeof(OdDbObjectId), typeof(bool) };
2915 private static global::System.Type[] swigMethodTypes88 = new global::System.Type[] { typeof(OdDbObjectId) };
2916 private static global::System.Type[] swigMethodTypes89 = new global::System.Type[] { typeof(OdDbObjectId), typeof(OdDbEntity.VisualStyleType), typeof(bool) };
2917 private static global::System.Type[] swigMethodTypes90 = new global::System.Type[] { typeof(OdDbObjectId), typeof(OdDbEntity.VisualStyleType) };
2918 private static global::System.Type[] swigMethodTypes91 = new global::System.Type[] { typeof(OdDbObjectId) };
2919 private static global::System.Type[] swigMethodTypes92 = new global::System.Type[] { };
2920 private static global::System.Type[] swigMethodTypes93 = new global::System.Type[] { typeof(OdGiMapper), typeof(bool) };
2921 private static global::System.Type[] swigMethodTypes94 = new global::System.Type[] { typeof(OdGiMapper) };
2922 private static global::System.Type[] swigMethodTypes95 = new global::System.Type[] { typeof(double), typeof(bool) };
2923 private static global::System.Type[] swigMethodTypes96 = new global::System.Type[] { typeof(double) };
2924 private static global::System.Type[] swigMethodTypes97 = new global::System.Type[] { typeof(LineWeight), typeof(bool) };
2925 private static global::System.Type[] swigMethodTypes98 = new global::System.Type[] { typeof(LineWeight) };
2926 private static global::System.Type[] swigMethodTypes99 = new global::System.Type[] { };
2927 private static global::System.Type[] swigMethodTypes100 = new global::System.Type[] { typeof(bool) };
2928 private static global::System.Type[] swigMethodTypes101 = new global::System.Type[] { };
2929 private static global::System.Type[] swigMethodTypes102 = new global::System.Type[] { typeof(bool) };
2930 private static global::System.Type[] swigMethodTypes103 = new global::System.Type[] { };
2931 private static global::System.Type[] swigMethodTypes104 = new global::System.Type[] { };
2932 private static global::System.Type[] swigMethodTypes105 = new global::System.Type[] { typeof(OdGePlane), typeof(Planarity).MakeByRefType() };
2933 private static global::System.Type[] swigMethodTypes106 = new global::System.Type[] { typeof(OdDbBlockTableRecord), typeof(OdDbObjectIdArray) };
2934 private static global::System.Type[] swigMethodTypes107 = new global::System.Type[] { typeof(OdDbBlockTableRecord) };
2935 private static global::System.Type[] swigMethodTypes108 = new global::System.Type[] { typeof(OdRxObjectPtrArray) };
2936 private static global::System.Type[] swigMethodTypes109 = new global::System.Type[] { typeof(OdDbBlockTableRecord), typeof(OdDbObjectIdArray) };
2937 private static global::System.Type[] swigMethodTypes110 = new global::System.Type[] { typeof(OdDbBlockTableRecord) };
2938 private static global::System.Type[] swigMethodTypes111 = new global::System.Type[] { typeof(OdDbDatabase), typeof(bool) };
2939 private static global::System.Type[] swigMethodTypes112 = new global::System.Type[] { };
2940 private static global::System.Type[] swigMethodTypes113 = new global::System.Type[] { typeof(DragStat) };
2941 private static global::System.Type[] swigMethodTypes114 = new global::System.Type[] { typeof(OdGiWorldDraw), typeof(DwgVersion) };
2942 private static global::System.Type[] swigMethodTypes115 = new global::System.Type[] { };
2943 private static global::System.Type[] swigMethodTypes116 = new global::System.Type[] { typeof(OdGeMatrix3d) };
2944 private static global::System.Type[] swigMethodTypes117 = new global::System.Type[] { typeof(OdGeMatrix3d), typeof(OdDbEntity /*OUT_PARAM for SMARTPTR*/).MakeByRefType() };
2945 private static global::System.Type[] swigMethodTypes118 = new global::System.Type[] { typeof(OdRxObjectPtrArray) };
2946 private static global::System.Type[] swigMethodTypes119 = new global::System.Type[] { typeof(OdGeMatrix3d) };
2947 private static global::System.Type[] swigMethodTypes120 = new global::System.Type[] { };
2948 private static global::System.Type[] swigMethodTypes121 = new global::System.Type[] { };
2949 private static global::System.Type[] swigMethodTypes122 = new global::System.Type[] { typeof(GripStat) };
2950 private static global::System.Type[] swigMethodTypes123 = new global::System.Type[] { typeof(OsnapMode), typeof(IntPtr /*SIMPLETYPE*/), typeof(OdGePoint3d), typeof(OdGePoint3d), typeof(OdGeMatrix3d), typeof(OdGePoint3dArray) };
2951 private static global::System.Type[] swigMethodTypes124 = new global::System.Type[] { typeof(OsnapMode), typeof(IntPtr /*SIMPLETYPE*/), typeof(OdGePoint3d), typeof(OdGePoint3d), typeof(OdGeMatrix3d), typeof(OdGePoint3dArray), typeof(OdGeMatrix3d) };
2952 private static global::System.Type[] swigMethodTypes125 = new global::System.Type[] { };
2953 private static global::System.Type[] swigMethodTypes126 = new global::System.Type[] { typeof(OdGePoint3dArray) };
2954 private static global::System.Type[] swigMethodTypes127 = new global::System.Type[] { typeof(OdIntArray), typeof(OdGeVector3d) };
2955 private static global::System.Type[] swigMethodTypes128 = new global::System.Type[] { typeof(OdDbGripDataPtrArray), typeof(double), typeof(int), typeof(OdGeVector3d), typeof(int) };
2956 private static global::System.Type[] swigMethodTypes129 = new global::System.Type[] { typeof(OdDbVoidPtrArray), typeof(OdGeVector3d), typeof(int) };
2957 private static global::System.Type[] swigMethodTypes130 = new global::System.Type[] { typeof(OdGePoint3dArray) };
2958 private static global::System.Type[] swigMethodTypes131 = new global::System.Type[] { typeof(OdIntArray), typeof(OdGeVector3d) };
2959 private static global::System.Type[] swigMethodTypes132 = new global::System.Type[] { typeof(OdDbEntity), typeof(Intersect), typeof(OdGePoint3dArray), typeof(IntPtr /*SIMPLETYPE*/), typeof(IntPtr /*SIMPLETYPE*/) };
2960 private static global::System.Type[] swigMethodTypes133 = new global::System.Type[] { typeof(OdDbEntity), typeof(Intersect), typeof(OdGePoint3dArray), typeof(IntPtr /*SIMPLETYPE*/) };
2961 private static global::System.Type[] swigMethodTypes134 = new global::System.Type[] { typeof(OdDbEntity), typeof(Intersect), typeof(OdGePoint3dArray) };
2962 private static global::System.Type[] swigMethodTypes135 = new global::System.Type[] { typeof(OdDbEntity), typeof(Intersect), typeof(OdGePlane), typeof(OdGePoint3dArray), typeof(IntPtr /*SIMPLETYPE*/), typeof(IntPtr /*SIMPLETYPE*/) };
2963 private static global::System.Type[] swigMethodTypes136 = new global::System.Type[] { typeof(OdDbEntity), typeof(Intersect), typeof(OdGePlane), typeof(OdGePoint3dArray), typeof(IntPtr /*SIMPLETYPE*/) };
2964 private static global::System.Type[] swigMethodTypes137 = new global::System.Type[] { typeof(OdDbEntity), typeof(Intersect), typeof(OdGePlane), typeof(OdGePoint3dArray) };
2965 private static global::System.Type[] swigMethodTypes138 = new global::System.Type[] { typeof(bool), typeof(OdDbFullSubentPath), typeof(bool) };
2966 private static global::System.Type[] swigMethodTypes139 = new global::System.Type[] { typeof(bool), typeof(OdDbFullSubentPath) };
2967 private static global::System.Type[] swigMethodTypes140 = new global::System.Type[] { typeof(bool) };
2968 private static global::System.Type[] swigMethodTypes141 = new global::System.Type[] { };
2969 private static global::System.Type[] swigMethodTypes142 = new global::System.Type[] { };
2970 private static global::System.Type[] swigMethodTypes143 = new global::System.Type[] { typeof(Visibility), typeof(bool) };
2971 private static global::System.Type[] swigMethodTypes144 = new global::System.Type[] { typeof(Visibility) };
2972 private static global::System.Type[] swigMethodTypes145 = new global::System.Type[] { typeof(OdGeExtents3d) };
2973 private static global::System.Type[] swigMethodTypes146 = new global::System.Type[] { typeof(OdDbFullSubentPathArray) };
2974 private static global::System.Type[] swigMethodTypes147 = new global::System.Type[] { typeof(OdDbFullSubentPathArray) };
2975 private static global::System.Type[] swigMethodTypes148 = new global::System.Type[] { typeof(OdDbFullSubentPathArray), typeof(OdDbVoidPtrArray), typeof(OdGeVector3d), typeof(UInt32 /*SIMPLETYPE*/) };
2976 private static global::System.Type[] swigMethodTypes149 = new global::System.Type[] { typeof(OdDbFullSubentPath), typeof(OdDbGripDataPtrArray), typeof(double), typeof(int), typeof(OdGeVector3d), typeof(UInt32 /*SIMPLETYPE*/) };
2977 private static global::System.Type[] swigMethodTypes150 = new global::System.Type[] { typeof(Teigha.Core.SubentType), typeof(IntPtr /*SIMPLETYPE*/), typeof(OdGePoint3d), typeof(OdGeMatrix3d), typeof(OdDbFullSubentPathArray), typeof(OdDbObjectIdArray) };
2978 private static global::System.Type[] swigMethodTypes151 = new global::System.Type[] { typeof(Teigha.Core.SubentType), typeof(IntPtr /*SIMPLETYPE*/), typeof(OdGePoint3d), typeof(OdGeMatrix3d), typeof(OdDbFullSubentPathArray) };
2979 private static global::System.Type[] swigMethodTypes152 = new global::System.Type[] { typeof(OdDbFullSubentPath), typeof(OdGsMarkerArray) };
2980 private static global::System.Type[] swigMethodTypes153 = new global::System.Type[] { typeof(OdDbFullSubentPath) };
2981 private static global::System.Type[] swigMethodTypes154 = new global::System.Type[] { typeof(OdDbFullSubentPathArray), typeof(OdGeMatrix3d) };
2982 private static global::System.Type[] swigMethodTypes155 = new global::System.Type[] { typeof(OdDbFullSubentPath), typeof(IntPtr /*SIMPLETYPE*/) };
2983 private static global::System.Type[] swigMethodTypes156 = new global::System.Type[] { typeof(OdDbFullSubentPath), typeof(OdGeExtents3d) };
2984 private static global::System.Type[] swigMethodTypes157 = new global::System.Type[] { typeof(GripStat), typeof(OdDbFullSubentPath) };
2985 public enum VisualStyleType {
2989 }
2990
2991}
2992
2993}
static HandleRef getCPtr(OdCmEntityColor obj)
static HandleRef getCPtr(OdCmTransparency obj)
static HandleRef getCPtr(OdDbGripDataPtrArray obj)
static HandleRef getCPtr(OdDbStub obj)
Definition: OdDbStub.cs:26
static HandleRef getCPtr(OdDbVoidPtrArray obj)
static HandleRef getCPtr(OdGeExtents3d obj)
static HandleRef getCPtr(OdGeMatrix3d obj)
Definition: OdGeMatrix3d.cs:26
static HandleRef getCPtr(OdGePlane obj)
Definition: OdGePlane.cs:25
static HandleRef getCPtr(OdGePoint3dArray obj)
static HandleRef getCPtr(OdGePoint3d obj)
Definition: OdGePoint3d.cs:26
static HandleRef getCPtr(OdGeVector3d obj)
Definition: OdGeVector3d.cs:26
static HandleRef getCPtr(OdGiDrawable obj)
Definition: OdGiDrawable.cs:25
virtual OdGiDrawable.DrawableType drawableType()
static HandleRef getCPtr(OdGiDrawableTraits obj)
static HandleRef getCPtr(OdGiMapper obj)
Definition: OdGiMapper.cs:26
static HandleRef getCPtr(OdGiViewportDraw obj)
static HandleRef getCPtr(OdGiWorldDraw obj)
static HandleRef getCPtr(OdGsCache obj)
Definition: OdGsCache.cs:25
static HandleRef getCPtr(OdGsMarkerArray obj)
static HandleRef getCPtr(OdIntArray obj)
Definition: OdIntArray.cs:28
static HandleRef getCPtr(OdRxClass obj)
Definition: OdRxClass.cs:25
static HandleRef getCPtr(OdRxObject obj)
Definition: OdRxObject.cs:26
static HandleRef getCPtr(OdRxObjectPtrArray obj)
static HandleRef getCPtr(OdCmColor obj)
Definition: OdCmColor.cs:26
static HandleRef getCPtr(OdDbBlockTableRecord obj)
static HandleRef getCPtr(OdDbDatabase obj)
Definition: OdDbDatabase.cs:26
static HandleRef getCPtr(OdDbDwgFiler obj)
Definition: OdDbDwgFiler.cs:26
static HandleRef getCPtr(OdDbDxfFiler obj)
Definition: OdDbDxfFiler.cs:26
virtual OdResult setLineWeight(LineWeight lineWeight, bool doSubents)
Definition: OdDbEntity.cs:562
delegate UInt32 SwigDelegateOdDbEntity_7(IntPtr pTraits)
delegate int SwigDelegateOdDbEntity_109(IntPtr pBlockRecord, global::System.IntPtr ids)
delegate int SwigDelegateOdDbEntity_75([MarshalAs(UnmanagedType.LPWStr)]String layerName, bool doSubents, bool allowHiddenLayer)
override void dxfOut(OdDbDxfFiler pFiler)
Definition: OdDbEntity.cs:750
virtual void subHighlight(bool bDoIt)
Definition: OdDbEntity.cs:1258
delegate int SwigDelegateOdDbEntity_131(IntPtr indices, global::System.IntPtr offset)
delegate int SwigDelegateOdDbEntity_152(global::System.IntPtr subPath, global::System.IntPtr gsMarkers)
delegate int SwigDelegateOdDbEntity_57(global::System.IntPtr fieldId)
OdDbObjectId layerId()
Definition: OdDbEntity.cs:278
virtual OdResult setPlotStyleName(String plotStyleName, bool doSubents)
Definition: OdDbEntity.cs:242
override OdResult dxfIn(OdDbDxfFiler pFiler)
Definition: OdDbEntity.cs:744
delegate int SwigDelegateOdDbEntity_79(global::System.IntPtr layerId, bool doSubents)
delegate int SwigDelegateOdDbEntity_127(IntPtr indices, global::System.IntPtr offset)
delegate int SwigDelegateOdDbEntity_155(global::System.IntPtr path, IntPtr clsId)
delegate void SwigDelegateOdDbEntity_15(global::System.IntPtr otherId, bool swapXdata, bool swapExtDict)
void recordGraphicsModified()
Definition: OdDbEntity.cs:835
virtual void setMaterialMapper(OdGiMapper mapper)
Definition: OdDbEntity.cs:504
delegate void SwigDelegateOdDbEntity_16(global::System.IntPtr otherId, bool swapXdata)
override UInt32 subSetAttributes(OdGiDrawableTraits pTraits)
Definition: OdDbEntity.cs:784
delegate int SwigDelegateOdDbEntity_83(global::System.IntPtr linetypeID, bool doSubents)
virtual OdResult explodeGeometryToBlock(OdDbBlockTableRecord pBlockRecord)
Definition: OdDbEntity.cs:686
virtual OdResult getOsnapPoints(OsnapMode osnapMode, IntPtr gsSelectionMark, OdGePoint3d pickPoint, OdGePoint3d lastPoint, OdGeMatrix3d xWorldToEye, OdGePoint3dArray snapPoints)
Definition: OdDbEntity.cs:876
static OdDbEntity cast(OdRxObject pObj)
Definition: OdDbEntity.cs:55
delegate int SwigDelegateOdDbEntity_51(IntPtr pFiler)
delegate void SwigDelegateOdDbEntity_100(bool castShadows)
virtual OdResult subTransformBy(OdGeMatrix3d xfm)
Definition: OdDbEntity.cs:1102
delegate int SwigDelegateOdDbEntity_126(global::System.IntPtr gripPoints)
virtual OdResult explodeGeometryToBlock(OdDbBlockTableRecord pBlockRecord, OdDbObjectIdArray ids)
Definition: OdDbEntity.cs:680
delegate int SwigDelegateOdDbEntity_66(global::System.IntPtr colorId, bool doSubents)
delegate int SwigDelegateOdDbEntity_69(global::System.IntPtr transparency)
delegate void SwigDelegateOdDbEntity_45(IntPtr pObject)
delegate void SwigDelegateOdDbEntity_20(IntPtr pFiler)
virtual OdGiMapper materialMapper()
Definition: OdDbEntity.cs:492
delegate void SwigDelegateOdDbEntity_39(IntPtr pObject)
virtual OdResult setLineWeight(LineWeight lineWeight)
Definition: OdDbEntity.cs:568
delegate int SwigDelegateOdDbEntity_105(global::System.IntPtr plane, Planarity planarity)
delegate int SwigDelegateOdDbEntity_116(global::System.IntPtr xfm)
delegate bool SwigDelegateOdDbEntity_125()
delegate bool SwigDelegateOdDbEntity_3()
OdDbObjectId blockId()
Definition: OdDbEntity.cs:116
virtual OdResult subGetGripPoints(OdDbGripDataPtrArray grips, double curViewUnitSize, int gripSize, OdGeVector3d curViewDir, int bitFlags)
Definition: OdDbEntity.cs:1188
virtual bool isContentSnappable()
Definition: OdDbEntity.cs:888
delegate int SwigDelegateOdDbEntity_110(IntPtr pBlockRecord)
virtual bool hideMeForDragging()
Definition: OdDbEntity.cs:946
delegate void SwigDelegateOdDbEntity_43(IntPtr pObject, IntPtr pSubObj)
delegate void SwigDelegateOdDbEntity_35()
override void subSwapIdWith(OdDbObjectId otherId)
Definition: OdDbEntity.cs:813
delegate IntPtr SwigDelegateOdDbEntity_0(IntPtr protocolClass)
virtual OdResult setVisibility(Visibility visibility, bool doSubents)
Definition: OdDbEntity.cs:533
delegate int SwigDelegateOdDbEntity_132(IntPtr pEnt, int intType, global::System.IntPtr points, IntPtr thisGsMarker, IntPtr otherGsMarker)
virtual OdResult getStretchPoints(OdGePoint3dArray stretchPoints)
Definition: OdDbEntity.cs:918
override void subViewportDraw(OdGiViewportDraw pVd)
Definition: OdDbEntity.cs:698
virtual OdResult subMoveStretchPointsAt(OdIntArray indices, OdGeVector3d offset)
Definition: OdDbEntity.cs:1206
String plotStyleName()
Definition: OdDbEntity.cs:230
delegate void SwigDelegateOdDbEntity_42(IntPtr pObject)
virtual void subHighlight()
Definition: OdDbEntity.cs:1263
delegate int SwigDelegateOdDbEntity_62(global::System.IntPtr color)
delegate int SwigDelegateOdDbEntity_103()
delegate void SwigDelegateOdDbEntity_32(global::System.IntPtr objId)
OdResult boundingBoxIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points, IntPtr thisGsMarker, IntPtr otherGsMarker)
Definition: OdDbEntity.cs:999
override bool subWorldDraw(OdGiWorldDraw pWd)
Definition: OdDbEntity.cs:692
virtual OdResult setMaterial(OdDbObjectId materialID)
Definition: OdDbEntity.cs:428
static new OdDbEntity createObject()
Definition: OdDbEntity.cs:96
delegate int SwigDelegateOdDbEntity_50(IntPtr pFiler, MaintReleaseVer pMaintVer)
virtual void setReceiveShadows(bool receiveShadows)
Definition: OdDbEntity.cs:591
virtual void setMaterialMapper(OdGiMapper mapper, bool doSubents)
Definition: OdDbEntity.cs:499
virtual OdResult setLinetypeScale(double linetypeScale, bool doSubents)
Definition: OdDbEntity.cs:515
virtual OdResult getCompoundObjectTransform(OdGeMatrix3d xM)
Definition: OdDbEntity.cs:957
delegate global::System.IntPtr SwigDelegateOdDbEntity_115()
virtual OdResult setVisibility(Visibility visibility)
Definition: OdDbEntity.cs:539
virtual OdResult setLayer(OdDbObjectId layerId)
Definition: OdDbEntity.cs:328
delegate void SwigDelegateOdDbEntity_138(bool bDoIt, global::System.IntPtr pSubId, bool highlightAll)
LineWeight lineWeight()
Definition: OdDbEntity.cs:556
virtual OdResult setLayer(String layerName, bool doSubents)
Definition: OdDbEntity.cs:304
delegate int SwigDelegateOdDbEntity_68(global::System.IntPtr transparency, bool doSubents)
delegate int SwigDelegateOdDbEntity_154(global::System.IntPtr paths, global::System.IntPtr xform)
override OdResult getGeomExtents(OdGeExtents3d extents)
Definition: OdDbEntity.cs:850
virtual OdDbEntity subentPtr(OdDbFullSubentPath path)
Definition: OdDbEntity.cs:1053
virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points, IntPtr thisGsMarker, IntPtr otherGsMarker)
Definition: OdDbEntity.cs:963
delegate int SwigDelegateOdDbEntity_90(global::System.IntPtr visualStyleId, int vstype)
virtual OdResult subGetSubentClassId(OdDbFullSubentPath path, IntPtr clsId)
Definition: OdDbEntity.cs:1360
virtual void highlight(bool bDoIt, OdDbFullSubentPath pSubId, bool highlightAll)
Definition: OdDbEntity.cs:856
delegate void SwigDelegateOdDbEntity_38(IntPtr pObject, bool erasing)
virtual OdResult setColorId(OdDbObjectId colorId)
Definition: OdDbEntity.cs:206
delegate void SwigDelegateOdDbEntity_46(IntPtr pObject)
virtual CollisionType collisionType()
Definition: OdDbEntity.cs:596
delegate void SwigDelegateOdDbEntity_9(IntPtr pVd)
delegate int SwigDelegateOdDbEntity_25(IntPtr pFiler)
OdCmTransparency transparency()
Definition: OdDbEntity.cs:212
virtual OdResult getGripPoints(OdDbGripDataPtrArray grips, double curViewUnitSize, int gripSize, OdGeVector3d curViewDir, int bitFlags)
Definition: OdDbEntity.cs:906
delegate int SwigDelegateOdDbEntity_124(int osnapMode, IntPtr gsSelectionMark, global::System.IntPtr pickPoint, global::System.IntPtr lastPoint, global::System.IntPtr xWorldToEye, global::System.IntPtr snapPoints, global::System.IntPtr insertionMat)
virtual OdResult subGetGeomExtents(OdGeExtents3d extents)
Definition: OdDbEntity.cs:1286
void setDatabaseDefaults(OdDbDatabase pDb)
Definition: OdDbEntity.cs:708
delegate int SwigDelegateOdDbEntity_123(int osnapMode, IntPtr gsSelectionMark, global::System.IntPtr pickPoint, global::System.IntPtr lastPoint, global::System.IntPtr xWorldToEye, global::System.IntPtr snapPoints)
virtual bool receiveShadows()
Definition: OdDbEntity.cs:585
delegate void SwigDelegateOdDbEntity_102(bool receiveShadows)
virtual OdResult transformSubentPathsBy(OdDbFullSubentPathArray paths, OdGeMatrix3d xform)
Definition: OdDbEntity.cs:1073
delegate IntPtr SwigDelegateOdDbEntity_28([MarshalAs(UnmanagedType.LPWStr)]String regappName)
delegate void SwigDelegateOdDbEntity_30(IntPtr pRb)
virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points, IntPtr thisGsMarker, IntPtr otherGsMarker)
Definition: OdDbEntity.cs:1230
delegate bool SwigDelegateOdDbEntity_120()
virtual bool isPlanar()
Definition: OdDbEntity.cs:612
virtual OdResult subGetSubentPathsAtGsMarker(Teigha.Core.SubentType type, IntPtr gsMark, OdGePoint3d pickPoint, OdGeMatrix3d xfm, OdDbFullSubentPathArray subentPaths)
Definition: OdDbEntity.cs:1322
void setTempVisibility(Visibility visibility)
Definition: OdDbEntity.cs:551
virtual OdResult addSubentPaths(OdDbFullSubentPathArray paths)
Definition: OdDbEntity.cs:1047
delegate int SwigDelegateOdDbEntity_143(int visibility, bool doSubents)
virtual void highlight(bool bDoIt)
Definition: OdDbEntity.cs:866
override void Dispose(bool disposing)
Definition: OdDbEntity.cs:30
delegate void SwigDelegateOdDbEntity_12()
virtual bool castShadows()
Definition: OdDbEntity.cs:574
delegate int SwigDelegateOdDbEntity_2()
virtual OdResult setMaterial(OdDbObjectId materialID, bool doSubents)
Definition: OdDbEntity.cs:422
delegate int SwigDelegateOdDbEntity_23(IntPtr pFiler)
delegate void SwigDelegateOdDbEntity_36(global::System.IntPtr idPair, IntPtr pOwnerObject, IntPtr ownerIdMap)
delegate int SwigDelegateOdDbEntity_136(IntPtr pEnt, int intType, global::System.IntPtr projPlane, global::System.IntPtr points, IntPtr thisGsMarker)
virtual OdResult setTransparency(OdCmTransparency transparency)
Definition: OdDbEntity.cs:224
virtual OdResult subGetSubentPathsAtGsMarker(Teigha.Core.SubentType type, IntPtr gsMark, OdGePoint3d pickPoint, OdGeMatrix3d xfm, OdDbFullSubentPathArray subentPaths, OdDbObjectIdArray pEntAndInsertStack)
Definition: OdDbEntity.cs:1316
virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points)
Definition: OdDbEntity.cs:975
delegate void SwigDelegateOdDbEntity_44(IntPtr pObject)
delegate int SwigDelegateOdDbEntity_106(IntPtr pBlockRecord, global::System.IntPtr ids)
Teigha.TD.Visibility vb_visibility()
Definition: OdDbEntity.cs:1393
delegate global::System.IntPtr SwigDelegateOdDbEntity_4()
virtual OdResult setLayer(String layerName)
Definition: OdDbEntity.cs:310
delegate void SwigDelegateOdDbEntity_33(global::System.IntPtr objId)
virtual OdResult setLinetype(OdDbObjectId linetypeID, bool doSubents)
Definition: OdDbEntity.cs:372
delegate int SwigDelegateOdDbEntity_135(IntPtr pEnt, int intType, global::System.IntPtr projPlane, global::System.IntPtr points, IntPtr thisGsMarker, IntPtr otherGsMarker)
virtual OdResult deleteSubentPaths(OdDbFullSubentPathArray paths)
Definition: OdDbEntity.cs:1041
static HandleRef getCPtr(OdDbEntity obj)
Definition: OdDbEntity.cs:26
virtual void subList()
Definition: OdDbEntity.cs:792
delegate int SwigDelegateOdDbEntity_117(global::System.IntPtr xfm, IntPtr pCopy)
delegate int SwigDelegateOdDbEntity_13(bool erasing)
virtual OdResult setTransparency(OdCmTransparency transparency, bool doSubents)
Definition: OdDbEntity.cs:218
void setDatabaseDefaults()
Definition: OdDbEntity.cs:713
delegate int SwigDelegateOdDbEntity_72(int plotStyleNameType, global::System.IntPtr plotStyleNameId, bool doSubents)
virtual OdResult transformBy(OdGeMatrix3d xfm)
Definition: OdDbEntity.cs:629
virtual Teigha.TD.CollisionType vb_collisionType()
Definition: OdDbEntity.cs:1405
delegate void SwigDelegateOdDbEntity_31(IntPtr pUndoFiler, IntPtr pClassObj)
delegate void SwigDelegateOdDbEntity_54(int format, int version, global::System.IntPtr pAuditInfo)
delegate int SwigDelegateOdDbEntity_130(global::System.IntPtr stretchPoints)
virtual OdResult subGetOsnapPoints(OsnapMode osnapMode, IntPtr gsSelectionMark, OdGePoint3d pickPoint, OdGePoint3d lastPoint, OdGeMatrix3d xWorldToEye, OdGePoint3dArray snapPoints)
Definition: OdDbEntity.cs:1158
virtual OdResult getTransformedCopy(OdGeMatrix3d xfm, ref OdDbEntity pCopy)
Definition: OdDbEntity.cs:635
virtual OdResult setVisualStyle(OdDbObjectId visualStyleId, OdDbEntity.VisualStyleType vstype)
Definition: OdDbEntity.cs:480
virtual OdResult setColor(OdCmColor color, bool doSubents)
Definition: OdDbEntity.cs:142
virtual void gripStatus(GripStat status)
Definition: OdDbEntity.cs:935
virtual OdResult setLayer(OdDbObjectId layerId, bool doSubents, bool allowHiddenLayer)
Definition: OdDbEntity.cs:316
delegate int SwigDelegateOdDbEntity_67(global::System.IntPtr colorId)
virtual OdResult setColorIndex(UInt16 colorIndex, bool doSubents)
Definition: OdDbEntity.cs:168
virtual OdResult subMoveGripPointsAtSubentPaths(OdDbFullSubentPathArray paths, OdDbVoidPtrArray gripAppData, OdGeVector3d offset, UInt32 bitflags)
Definition: OdDbEntity.cs:1304
delegate void SwigDelegateOdDbEntity_17(global::System.IntPtr otherId)
virtual OdResult subMoveGripPointsAt(OdIntArray indices, OdGeVector3d offset)
Definition: OdDbEntity.cs:1182
virtual Teigha.Core.OdGiDrawable.DrawableType vb_drawableType()
Definition: OdDbEntity.cs:1423
virtual void setCastShadows(bool castShadows)
Definition: OdDbEntity.cs:580
void recordGraphicsModified(bool graphicsModified)
Definition: OdDbEntity.cs:830
virtual OdResult getGsMarkersAtSubentPath(OdDbFullSubentPath subPath, OdGsMarkerArray gsMarkers)
Definition: OdDbEntity.cs:1023
delegate int SwigDelegateOdDbEntity_60(IntPtr pClsid)
virtual void subHighlight(bool bDoIt, OdDbFullSubentPath pSubId, bool highlightAll)
Definition: OdDbEntity.cs:1248
override void dxfOutFields(OdDbDxfFiler pFiler)
Definition: OdDbEntity.cs:761
virtual OdResult setColor(OdCmColor color)
Definition: OdDbEntity.cs:148
override void subHandOverTo(OdDbObject pNewObject)
Definition: OdDbEntity.cs:624
delegate void SwigDelegateOdDbEntity_10(global::System.IntPtr ownerId)
virtual OdGeMatrix3d getEcs()
Definition: OdDbEntity.cs:1096
virtual OdResult explodeGeometry(OdRxObjectPtrArray entitySet)
Definition: OdDbEntity.cs:674
delegate int SwigDelegateOdDbEntity_150(int type, IntPtr gsMark, global::System.IntPtr pickPoint, global::System.IntPtr xfm, global::System.IntPtr subentPaths, global::System.IntPtr pEntAndInsertStack)
virtual OdResult setLinetype(String linetypeName, bool doSubents)
Definition: OdDbEntity.cs:360
delegate int SwigDelegateOdDbEntity_64(UInt16 colorIndex, bool doSubents)
virtual OdResult setLinetypeScale(double linetypeScale)
Definition: OdDbEntity.cs:521
override void dxfOutFields_R12(OdDbDxfFiler pFiler)
Definition: OdDbEntity.cs:772
delegate int SwigDelegateOdDbEntity_85([MarshalAs(UnmanagedType.LPWStr)]String materialName, bool doSubents)
delegate int SwigDelegateOdDbEntity_119(global::System.IntPtr xM)
delegate int SwigDelegateOdDbEntity_133(IntPtr pEnt, int intType, global::System.IntPtr points, IntPtr thisGsMarker)
delegate int SwigDelegateOdDbEntity_91(global::System.IntPtr visualStyleId)
void vb_gripStatus(Teigha.Core.GripStat status)
Definition: OdDbEntity.cs:1387
delegate int SwigDelegateOdDbEntity_73(int plotStyleNameType, global::System.IntPtr plotStyleNameId)
delegate int SwigDelegateOdDbEntity_137(IntPtr pEnt, int intType, global::System.IntPtr projPlane, global::System.IntPtr points)
virtual void subHighlight(bool bDoIt, OdDbFullSubentPath pSubId)
Definition: OdDbEntity.cs:1253
virtual Visibility subVisibility()
Definition: OdDbEntity.cs:1268
virtual OdResult subAddSubentPaths(OdDbFullSubentPathArray paths)
Definition: OdDbEntity.cs:1298
virtual OdResult getSubentPathsAtGsMarker(Teigha.Core.SubentType type, IntPtr gsMark, OdGePoint3d pickPoint, OdGeMatrix3d xfm, OdDbFullSubentPathArray subentPaths)
Definition: OdDbEntity.cs:1017
virtual OdResult setVisualStyle(OdDbObjectId visualStyleId)
Definition: OdDbEntity.cs:486
virtual void subSetDatabaseDefaults(OdDbDatabase pDb, bool doSubents)
Definition: OdDbEntity.cs:718
virtual void list()
Definition: OdDbEntity.cs:845
virtual OdResult setPlotStyleName(PlotStyleNameType plotStyleNameType, OdDbObjectId plotStyleNameId)
Definition: OdDbEntity.cs:260
delegate int SwigDelegateOdDbEntity_108(global::System.IntPtr entitySet)
delegate bool SwigDelegateOdDbEntity_8(IntPtr pWd)
OdDbObjectId materialId()
Definition: OdDbEntity.cs:390
delegate int SwigDelegateOdDbEntity_77([MarshalAs(UnmanagedType.LPWStr)]String layerName)
delegate int SwigDelegateOdDbEntity_98(int lineWeight)
delegate int SwigDelegateOdDbEntity_86([MarshalAs(UnmanagedType.LPWStr)]String materialName)
virtual bool subCloneMeForDragging()
Definition: OdDbEntity.cs:1141
delegate void SwigDelegateOdDbEntity_157(int status, global::System.IntPtr subentity)
override OdResult dwgInFields(OdDbDwgFiler pFiler)
Definition: OdDbEntity.cs:728
delegate int SwigDelegateOdDbEntity_74(int plotStyleNameType)
delegate int SwigDelegateOdDbEntity_81([MarshalAs(UnmanagedType.LPWStr)]String linetypeName, bool doSubents)
delegate IntPtr SwigDelegateOdDbEntity_1()
virtual OdResult getPlane(OdGePlane plane, out Planarity planarity)
Definition: OdDbEntity.cs:618
delegate global::System.IntPtr SwigDelegateOdDbEntity_56([MarshalAs(UnmanagedType.LPWStr)]String fieldName, IntPtr pField)
override OdRxClass isA()
Definition: OdDbEntity.cs:82
virtual OdResult subGetGripPointsAtSubentPath(OdDbFullSubentPath path, OdDbGripDataPtrArray grips, double curViewUnitSize, int gripSize, OdGeVector3d curViewDir, UInt32 bitflags)
Definition: OdDbEntity.cs:1310
virtual new OdResult subGetClassID(IntPtr pClsid)
Definition: OdDbEntity.cs:797
virtual void highlight(bool bDoIt, OdDbFullSubentPath pSubId)
Definition: OdDbEntity.cs:861
virtual OdResult subGetTransformedCopy(OdGeMatrix3d xfm, ref OdDbEntity pCopy)
Definition: OdDbEntity.cs:1108
virtual OdResult subGetGsMarkersAtSubentPath(OdDbFullSubentPath subPath, OdGsMarkerArray gsMarkers)
Definition: OdDbEntity.cs:1328
OdCmColor color()
Definition: OdDbEntity.cs:136
delegate int SwigDelegateOdDbEntity_65(UInt16 colorIndex)
delegate int SwigDelegateOdDbEntity_82([MarshalAs(UnmanagedType.LPWStr)]String linetypeName)
delegate int SwigDelegateOdDbEntity_129(global::System.IntPtr grips, global::System.IntPtr offset, int bitFlags)
virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points)
Definition: OdDbEntity.cs:993
delegate int SwigDelegateOdDbEntity_149(global::System.IntPtr path, global::System.IntPtr grips, double curViewUnitSize, int gripSize, global::System.IntPtr curViewDir, UInt32 bitflags)
virtual bool subHideMeForDragging()
Definition: OdDbEntity.cs:1147
delegate void SwigDelegateOdDbEntity_40(IntPtr pObject)
delegate int SwigDelegateOdDbEntity_96(double linetypeScale)
delegate IntPtr SwigDelegateOdDbEntity_6()
virtual OdResult setMaterial(String materialName, bool doSubents)
Definition: OdDbEntity.cs:410
delegate int SwigDelegateOdDbEntity_107(IntPtr pBlockRecord)
delegate int SwigDelegateOdDbEntity_11(int mode)
virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points, IntPtr thisGsMarker)
Definition: OdDbEntity.cs:1218
delegate int SwigDelegateOdDbEntity_84(global::System.IntPtr linetypeID)
virtual OdResult moveGripPointsAtSubentPaths(OdDbFullSubentPathArray paths, OdDbVoidPtrArray gripAppData, OdGeVector3d offset, UInt32 bitflags)
Definition: OdDbEntity.cs:1035
override void subSwapIdWith(OdDbObjectId otherId, bool swapXdata, bool swapExtDict)
Definition: OdDbEntity.cs:803
delegate int SwigDelegateOdDbEntity_128(global::System.IntPtr grips, double curViewUnitSize, int gripSize, global::System.IntPtr curViewDir, int bitFlags)
delegate int SwigDelegateOdDbEntity_151(int type, IntPtr gsMark, global::System.IntPtr pickPoint, global::System.IntPtr xfm, global::System.IntPtr subentPaths)
override OdResult dxfInFields_R12(OdDbDxfFiler pFiler)
Definition: OdDbEntity.cs:766
delegate int SwigDelegateOdDbEntity_61(global::System.IntPtr color, bool doSubents)
delegate void SwigDelegateOdDbEntity_34(IntPtr pSubObj)
OdResult boundingBoxIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points, IntPtr thisGsMarker, IntPtr otherGsMarker)
Definition: OdDbEntity.cs:1005
delegate int SwigDelegateOdDbEntity_147(global::System.IntPtr paths)
virtual OdResult setVisualStyle(OdDbObjectId visualStyleId, OdDbEntity.VisualStyleType vstype, bool doSubents)
Definition: OdDbEntity.cs:474
override OdGiDrawable drawable()
Definition: OdDbEntity.cs:777
virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points, IntPtr thisGsMarker)
Definition: OdDbEntity.cs:1236
delegate void SwigDelegateOdDbEntity_24(IntPtr pFiler)
virtual OdResult explodeToBlock(OdDbBlockTableRecord pBlockRecord, OdDbObjectIdArray ids)
Definition: OdDbEntity.cs:662
virtual OdResult moveGripPointsAt(OdIntArray indices, OdGeVector3d offset)
Definition: OdDbEntity.cs:900
virtual OdResult subGetStretchPoints(OdGePoint3dArray stretchPoints)
Definition: OdDbEntity.cs:1200
Visibility tempVisibility()
Definition: OdDbEntity.cs:545
virtual OdResult getSubentPathGeomExtents(OdDbFullSubentPath path, OdGeExtents3d extents)
Definition: OdDbEntity.cs:1085
virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points, IntPtr thisGsMarker, IntPtr otherGsMarker)
Definition: OdDbEntity.cs:981
delegate bool SwigDelegateOdDbEntity_99()
delegate int SwigDelegateOdDbEntity_142()
override OdResult subErase(bool erasing)
Definition: OdDbEntity.cs:818
delegate void SwigDelegateOdDbEntity_141()
delegate int SwigDelegateOdDbEntity_27()
delegate IntPtr SwigDelegateOdDbEntity_29()
delegate IntPtr SwigDelegateOdDbEntity_52(int ver, global::System.IntPtr replaceId, bool exchangeXData)
virtual OdResult moveStretchPointsAt(OdIntArray indices, OdGeVector3d offset)
Definition: OdDbEntity.cs:924
delegate int SwigDelegateOdDbEntity_76([MarshalAs(UnmanagedType.LPWStr)]String layerName, bool doSubents)
virtual OdResult subGetCompoundObjectTransform(OdGeMatrix3d xM)
Definition: OdDbEntity.cs:1135
delegate int SwigDelegateOdDbEntity_146(global::System.IntPtr paths)
delegate void SwigDelegateOdDbEntity_41(IntPtr pObject)
override void applyPartialUndo(OdDbDwgFiler pUndoFiler, OdRxClass pClassObj)
Definition: OdDbEntity.cs:723
delegate bool SwigDelegateOdDbEntity_101()
virtual OdResult setLinetype(String linetypeName)
Definition: OdDbEntity.cs:366
delegate bool SwigDelegateOdDbEntity_104()
delegate int SwigDelegateOdDbEntity_21(IntPtr pFiler)
virtual OdResult setColorIndex(UInt16 colorIndex)
Definition: OdDbEntity.cs:174
void setPropertiesFrom(OdDbEntity pSource)
Definition: OdDbEntity.cs:607
virtual OdResult setPlotStyleName(String plotStyleName)
Definition: OdDbEntity.cs:248
virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points, IntPtr thisGsMarker)
Definition: OdDbEntity.cs:987
virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points, IntPtr thisGsMarker, IntPtr otherGsMarker)
Definition: OdDbEntity.cs:1212
virtual OdResult getSubentClassId(OdDbFullSubentPath path, IntPtr clsId)
Definition: OdDbEntity.cs:1079
virtual OdResult explodeToBlock(OdDbBlockTableRecord pBlockRecord)
Definition: OdDbEntity.cs:668
delegate IntPtr SwigDelegateOdDbEntity_153(global::System.IntPtr path)
delegate void SwigDelegateOdDbEntity_122(int status)
delegate void SwigDelegateOdDbEntity_14(IntPtr pNewObject)
virtual OdDbEntity subSubentPtr(OdDbFullSubentPath path)
Definition: OdDbEntity.cs:1334
virtual OdResult subSetVisibility(Visibility visibility)
Definition: OdDbEntity.cs:1280
delegate void SwigDelegateOdDbEntity_37(IntPtr pObject, IntPtr pNewObject)
delegate int SwigDelegateOdDbEntity_19(IntPtr pFiler)
delegate int SwigDelegateOdDbEntity_95(double linetypeScale, bool doSubents)
virtual void highlight()
Definition: OdDbEntity.cs:871
delegate IntPtr SwigDelegateOdDbEntity_59(IntPtr pClass)
virtual OdResult explode(OdRxObjectPtrArray entitySet)
Definition: OdDbEntity.cs:656
virtual void saveAs(OdGiWorldDraw pWd, DwgVersion ver)
Definition: OdDbEntity.cs:952
delegate int SwigDelegateOdDbEntity_71([MarshalAs(UnmanagedType.LPWStr)]String plotStyleName)
override void copyFrom(OdRxObject pSource)
Definition: OdDbEntity.cs:840
delegate void SwigDelegateOdDbEntity_111(IntPtr pDb, bool doSubents)
delegate void SwigDelegateOdDbEntity_93(global::System.IntPtr mapper, bool doSubents)
virtual OdResult subGetSubentPathGeomExtents(OdDbFullSubentPath path, OdGeExtents3d extents)
Definition: OdDbEntity.cs:1366
delegate int SwigDelegateOdDbEntity_148(global::System.IntPtr paths, global::System.IntPtr gripAppData, global::System.IntPtr offset, UInt32 bitflags)
static new OdRxClass desc()
Definition: OdDbEntity.cs:75
double linetypeScale()
Definition: OdDbEntity.cs:509
virtual OdResult subMoveGripPointsAt(OdDbVoidPtrArray grips, OdGeVector3d offset, int bitFlags)
Definition: OdDbEntity.cs:1194
virtual OdResult subExplode(OdRxObjectPtrArray entitySet)
Definition: OdDbEntity.cs:1129
delegate void SwigDelegateOdDbEntity_113(int status)
delegate bool SwigDelegateOdDbEntity_121()
delegate int SwigDelegateOdDbEntity_87(global::System.IntPtr materialID, bool doSubents)
Visibility visibility()
Definition: OdDbEntity.cs:527
virtual void dragStatus(DragStat status)
Definition: OdDbEntity.cs:930
delegate int SwigDelegateOdDbEntity_144(int visibility)
override OdResult dxfInFields(OdDbDxfFiler pFiler)
Definition: OdDbEntity.cs:755
delegate int SwigDelegateOdDbEntity_80(global::System.IntPtr layerId)
virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points)
Definition: OdDbEntity.cs:1224
delegate void SwigDelegateOdDbEntity_48(global::System.IntPtr objectId)
delegate int SwigDelegateOdDbEntity_97(int lineWeight, bool doSubents)
delegate void SwigDelegateOdDbEntity_47(IntPtr pObject)
virtual OdResult subDeleteSubentPaths(OdDbFullSubentPathArray paths)
Definition: OdDbEntity.cs:1292
virtual OdResult subTransformSubentPathsBy(OdDbFullSubentPathArray paths, OdGeMatrix3d xform)
Definition: OdDbEntity.cs:1354
delegate IntPtr SwigDelegateOdDbEntity_55()
virtual OdResult getGripPointsAtSubentPath(OdDbFullSubentPath path, OdDbGripDataPtrArray grips, double curViewUnitSize, int gripSize, OdGeVector3d curViewDir, UInt32 bitflags)
Definition: OdDbEntity.cs:1029
static string getRealClassName(IntPtr ptr)
Definition: OdDbEntity.cs:1377
virtual bool cloneMeForDragging()
Definition: OdDbEntity.cs:940
virtual void subGripStatus(GripStat status)
Definition: OdDbEntity.cs:1153
virtual OdResult subSetVisibility(Visibility visibility, bool doSubents)
Definition: OdDbEntity.cs:1274
virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points, IntPtr thisGsMarker)
Definition: OdDbEntity.cs:969
virtual OdCmEntityColor entityColor()
Definition: OdDbEntity.cs:162
virtual OdResult subGetOsnapPoints(OsnapMode osnapMode, IntPtr gsSelectionMark, OdGePoint3d pickPoint, OdGePoint3d lastPoint, OdGeMatrix3d xWorldToEye, OdGePoint3dArray snapPoints, OdGeMatrix3d insertionMat)
Definition: OdDbEntity.cs:1164
override void appendToOwner(OdDbIdPair idPair, OdDbObject pOwnerObject, OdDbIdMapping ownerIdMap)
Definition: OdDbEntity.cs:739
delegate void SwigDelegateOdDbEntity_22(IntPtr pFiler)
delegate global::System.IntPtr SwigDelegateOdDbEntity_92()
delegate global::System.IntPtr SwigDelegateOdDbEntity_63()
virtual OdResult subGetGripPoints(OdGePoint3dArray gripPoints)
Definition: OdDbEntity.cs:1176
delegate void SwigDelegateOdDbEntity_18(global::System.IntPtr pAuditInfo)
PlotStyleNameType getPlotStyleNameId(OdDbObjectId plotStyleNameId)
Definition: OdDbEntity.cs:236
delegate void SwigDelegateOdDbEntity_112()
delegate void SwigDelegateOdDbEntity_94(global::System.IntPtr mapper)
delegate void SwigDelegateOdDbEntity_139(bool bDoIt, global::System.IntPtr pSubId)
virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points)
Definition: OdDbEntity.cs:1242
delegate int SwigDelegateOdDbEntity_156(global::System.IntPtr path, global::System.IntPtr extents)
delegate void SwigDelegateOdDbEntity_49(IntPtr pObject)
delegate int SwigDelegateOdDbEntity_89(global::System.IntPtr visualStyleId, int vstype, bool doSubents)
delegate int SwigDelegateOdDbEntity_118(global::System.IntPtr entitySet)
delegate global::System.IntPtr SwigDelegateOdDbEntity_58([MarshalAs(UnmanagedType.LPWStr)]String fieldName)
delegate int SwigDelegateOdDbEntity_88(global::System.IntPtr materialID)
delegate int SwigDelegateOdDbEntity_134(IntPtr pEnt, int intType, global::System.IntPtr points)
virtual OdResult getGripPoints(OdGePoint3dArray gripPoints)
Definition: OdDbEntity.cs:894
virtual OdResult setLayer(OdDbObjectId layerId, bool doSubents)
Definition: OdDbEntity.cs:322
delegate int SwigDelegateOdDbEntity_145(global::System.IntPtr extents)
override void dwgOutFields(OdDbDwgFiler pFiler)
Definition: OdDbEntity.cs:734
virtual OdResult getSubentPathsAtGsMarker(Teigha.Core.SubentType type, IntPtr gsMark, OdGePoint3d pickPoint, OdGeMatrix3d xfm, OdDbFullSubentPathArray subentPaths, OdDbObjectIdArray pEntAndInsertStack)
Definition: OdDbEntity.cs:1011
delegate int SwigDelegateOdDbEntity_78(global::System.IntPtr layerId, bool doSubents, bool allowHiddenLayer)
virtual OdResult setMaterial(String materialName)
Definition: OdDbEntity.cs:416
virtual OdResult moveGripPointsAt(OdDbVoidPtrArray grips, OdGeVector3d offset, int bitFlags)
Definition: OdDbEntity.cs:912
virtual OdResult setPlotStyleName(PlotStyleNameType plotStyleNameType, OdDbObjectId plotStyleNameId, bool doSubents)
Definition: OdDbEntity.cs:254
OdDbObjectId visualStyleId(OdDbEntity.VisualStyleType vstype)
Definition: OdDbEntity.cs:434
delegate int SwigDelegateOdDbEntity_70([MarshalAs(UnmanagedType.LPWStr)]String plotStyleName, bool doSubents)
delegate void SwigDelegateOdDbEntity_26(IntPtr pFiler)
OdDbObjectId visualStyleId()
Definition: OdDbEntity.cs:454
delegate IntPtr SwigDelegateOdDbEntity_53(int format, int ver, global::System.IntPtr replaceId, bool exchangeXData)
virtual OdResult setLayer(String layerName, bool doSubents, bool allowHiddenLayer)
Definition: OdDbEntity.cs:298
delegate void SwigDelegateOdDbEntity_5(IntPtr pNode)
override OdResult subOpen(OpenMode mode)
Definition: OdDbEntity.cs:824
virtual void subentGripStatus(GripStat status, OdDbFullSubentPath subentity)
Definition: OdDbEntity.cs:1091
virtual OdResult getOsnapPoints(OsnapMode osnapMode, IntPtr gsSelectionMark, OdGePoint3d pickPoint, OdGePoint3d lastPoint, OdGeMatrix3d xWorldToEye, OdGePoint3dArray snapPoints, OdGeMatrix3d insertionMat)
Definition: OdDbEntity.cs:882
OdDbObjectId linetypeId()
Definition: OdDbEntity.cs:340
delegate void SwigDelegateOdDbEntity_114(IntPtr pWd, int ver)
virtual bool subIsContentSnappable()
Definition: OdDbEntity.cs:1170
virtual OdResult setColorId(OdDbObjectId colorId, bool doSubents)
Definition: OdDbEntity.cs:200
virtual OdResult setPlotStyleName(PlotStyleNameType plotStyleNameType)
Definition: OdDbEntity.cs:266
void setPropertiesFrom(OdDbEntity pSource, bool doSubents)
Definition: OdDbEntity.cs:602
void setDatabaseDefaults(OdDbDatabase pDb, bool doSubents)
Definition: OdDbEntity.cs:703
override void subSwapIdWith(OdDbObjectId otherId, bool swapXdata)
Definition: OdDbEntity.cs:808
OdDbObjectId colorId()
Definition: OdDbEntity.cs:180
virtual OdResult setLinetype(OdDbObjectId linetypeID)
Definition: OdDbEntity.cs:378
virtual void subSubentGripStatus(GripStat status, OdDbFullSubentPath subentity)
Definition: OdDbEntity.cs:1372
delegate void SwigDelegateOdDbEntity_140(bool bDoIt)
OdDbEntity(IntPtr cPtr, bool cMemoryOwn)
Definition: OdDbEntity.cs:21
Teigha.Core.LineWeight vb_lineWeight()
Definition: OdDbEntity.cs:1417
override OdRxObject queryX(OdRxClass protocolClass)
Definition: OdDbEntity.cs:89
static HandleRef getCPtr(OdDbFullSubentPathArray obj)
static HandleRef getCPtr(OdDbFullSubentPath obj)
static HandleRef getCPtr(OdDbIdMapping obj)
static HandleRef getCPtr(OdDbIdPair obj)
Definition: OdDbIdPair.cs:27
virtual DuplicateRecordCloning mergeStyle()
Definition: OdDbObject.cs:392
override OdGsCache gsNode()
Definition: OdDbObject.cs:916
virtual DwgVersion getObjectSaveVersion(OdDbFiler pFiler, out MaintReleaseVer pMaintVer)
Definition: OdDbObject.cs:804
override bool isPersistent()
Definition: OdDbObject.cs:892
virtual OdDbObject decomposeForSave(DwgVersion ver, OdDbObjectId replaceId, out bool exchangeXData)
Definition: OdDbObject.cs:816
virtual void addPersistentReactor(OdDbObjectId objId)
Definition: OdDbObject.cs:579
virtual OdResult removeField(OdDbObjectId fieldId)
Definition: OdDbObject.cs:994
virtual void composeForLoad(SaveType format, DwgVersion version, OdDbAuditInfo pAuditInfo)
Definition: OdDbObject.cs:861
virtual void setOwnerId(OdDbObjectId ownerId)
Definition: OdDbObject.cs:156
virtual void modifyUndone(OdDbObject pObject)
Definition: OdDbObject.cs:752
virtual void audit(OdDbAuditInfo pAuditInfo)
Definition: OdDbObject.cs:333
virtual void recvPropagateModify(OdDbObject pSubObj)
Definition: OdDbObject.cs:611
static HandleRef getCPtr(OdDbObject obj)
Definition: OdDbObject.cs:26
OdDbObject(IntPtr cPtr, bool cMemoryOwn)
Definition: OdDbObject.cs:21
OdDbObjectId objectId()
Definition: OdDbObject.cs:104
virtual void modified(OdDbObject pObject)
Definition: OdDbObject.cs:742
virtual void xmitPropagateModify()
Definition: OdDbObject.cs:616
virtual void removePersistentReactor(OdDbObjectId objId)
Definition: OdDbObject.cs:584
OdDbObjectId ownerId()
Definition: OdDbObject.cs:136
virtual void copied(OdDbObject pObject, OdDbObject pNewObject)
Definition: OdDbObject.cs:717
virtual void unappended(OdDbObject pObject)
Definition: OdDbObject.cs:762
virtual void modifiedXData(OdDbObject pObject)
Definition: OdDbObject.cs:757
virtual void goodbye(OdDbObject pObject)
Definition: OdDbObject.cs:732
virtual OdDbObjectId setField(String fieldName, OdDbField pField)
Definition: OdDbObject.cs:974
virtual void modifiedGraphics(OdDbObject pObject)
Definition: OdDbObject.cs:783
virtual OdRxClass saveAsClass(OdRxClass pClass)
Definition: OdDbObject.cs:1060
virtual void setXData(OdResBuf pRb)
Definition: OdDbObject.cs:438
virtual void openedForModify(OdDbObject pObject)
Definition: OdDbObject.cs:737
virtual void subObjModified(OdDbObject pObject, OdDbObject pSubObj)
Definition: OdDbObject.cs:747
virtual OdResBuf xData()
Definition: OdDbObject.cs:418
virtual void objectClosed(OdDbObjectId objectId)
Definition: OdDbObject.cs:778
virtual void reappended(OdDbObject pObject)
Definition: OdDbObject.cs:767
virtual void erased(OdDbObject pObject, bool erasing)
Definition: OdDbObject.cs:722
virtual void subClose()
Definition: OdDbObject.cs:260
override void setGsNode(OdGsCache pNode)
Definition: OdDbObject.cs:911
static HandleRef getCPtr(OdDbObjectIdArray obj)
static HandleRef getCPtr(OdDbObjectId obj)
Definition: OdDbObjectId.cs:27
static global::System.Exception Retrieve()
static int OdDbEntity_setLayer__SWIG_4(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static int OdDbEntity_subMoveGripPointsAtSwigExplicitOdDbEntity__SWIG_0(HandleRef jarg1, IntPtr jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdDbEntity_subGetSubentPathGeomExtents(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdDbEntity_boundingBoxIntersectWith__SWIG_0(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, IntPtr jarg5, IntPtr jarg6)
static int OdDbEntity_setTransparencySwigExplicitOdDbEntity__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_explodeToBlockSwigExplicitOdDbEntity__SWIG_1(HandleRef jarg1, HandleRef jarg2)
static global::System.IntPtr OdDbEntity_entityColor(HandleRef jarg1)
static int OdDbEntity_setColorId__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static int OdDbEntity_getOsnapPoints__SWIG_0(HandleRef jarg1, int jarg2, IntPtr jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7)
static void OdDbEntity_subGripStatusSwigExplicitOdDbEntity(HandleRef jarg1, int jarg2)
static void OdDbEntity_highlight__SWIG_3(HandleRef jarg1)
static int OdDbEntity_setLineWeight__SWIG_1(HandleRef jarg1, int jarg2)
static void OdDbEntity_subSwapIdWith__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3, bool jarg4)
static int OdDbEntity_subIntersectWith__SWIG_4(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, IntPtr jarg6)
static void OdDbEntity_dwgOutFieldsSwigExplicitOdDbEntity(HandleRef jarg1, HandleRef jarg2)
static int OdDbEntity_addSubentPaths(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_collisionType(HandleRef jarg1)
static int OdDbEntity_intersectWith__SWIG_3(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, IntPtr jarg6, IntPtr jarg7)
static void OdDbEntity_dxfOutFields(HandleRef jarg1, HandleRef jarg2)
static int OdDbEntity_subIntersectWithSwigExplicitOdDbEntity__SWIG_1(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, IntPtr jarg5)
static String OdDbEntity_plotStyleName(HandleRef jarg1)
static void OdDbEntity_subSetDatabaseDefaultsSwigExplicitOdDbEntity(HandleRef jarg1, HandleRef jarg2, bool jarg3)
static int OdDbEntity_subGetSubentClassId(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, IntPtr jarg3)
static void OdDbEntity_dxfOutFields_R12(HandleRef jarg1, HandleRef jarg2)
static int OdDbEntity_explodeToBlock__SWIG_1(HandleRef jarg1, HandleRef jarg2)
static int OdDbEntity_explodeGeometryToBlock__SWIG_0(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdDbEntity_collisionTypeSwigExplicitOdDbEntity(HandleRef jarg1)
static int OdDbEntity_setVisibility__SWIG_0(HandleRef jarg1, int jarg2, bool jarg3)
static int OdDbEntity_subGetOsnapPointsSwigExplicitOdDbEntity__SWIG_0(HandleRef jarg1, int jarg2, IntPtr jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7)
static bool OdDbEntity_castShadowsSwigExplicitOdDbEntity(HandleRef jarg1)
static global::System.IntPtr OdDbEntity_materialMapperSwigExplicitOdDbEntity(HandleRef jarg1)
static string OdDbEntity_getRealClassName(IntPtr jarg1)
static global::System.IntPtr OdDbEntity_materialId(HandleRef jarg1)
static int OdDbEntity_setLinetypeScaleSwigExplicitOdDbEntity__SWIG_0(HandleRef jarg1, double jarg2, bool jarg3)
static int OdDbEntity_setLinetype__SWIG_1(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static int OdDbEntity_subExplodeSwigExplicitOdDbEntity(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_subEraseSwigExplicitOdDbEntity(HandleRef jarg1, bool jarg2)
static bool OdDbEntity_subCloneMeForDraggingSwigExplicitOdDbEntity(HandleRef jarg1)
static void OdDbEntity_subSwapIdWith__SWIG_2(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_transformBy(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_subGetClassID(HandleRef jarg1, IntPtr jarg2)
static global::System.IntPtr OdDbEntity_linetypeId(HandleRef jarg1)
static int OdDbEntity_subDeleteSubentPaths(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdDbEntity_getEcsSwigExplicitOdDbEntity(HandleRef jarg1)
static int OdDbEntity_setLinetypeSwigExplicitOdDbEntity__SWIG_3(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_moveGripPointsAt__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4)
static void OdDbEntity_dragStatusSwigExplicitOdDbEntity(HandleRef jarg1, int jarg2)
static void OdDbEntity_dxfOutFieldsSwigExplicitOdDbEntity(HandleRef jarg1, HandleRef jarg2)
static void OdDbEntity_subViewportDrawSwigExplicitOdDbEntity(HandleRef jarg1, HandleRef jarg2)
static int OdDbEntity_setLayer__SWIG_5(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_dwgInFieldsSwigExplicitOdDbEntity(HandleRef jarg1, HandleRef jarg2)
static int OdDbEntity_subOpen(HandleRef jarg1, int jarg2)
static int OdDbEntity_subIntersectWith__SWIG_0(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, IntPtr jarg5, IntPtr jarg6)
static int OdDbEntity_subGetGeomExtents(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDbEntity_dxfOutSwigExplicitOdDbEntity(HandleRef jarg1, HandleRef jarg2)
static global::System.IntPtr OdDbEntity_visualStyleId__SWIG_0(HandleRef jarg1, int jarg2)
static int OdDbEntity_setLinetypeScale__SWIG_0(HandleRef jarg1, double jarg2, bool jarg3)
static int OdDbEntity_subTransformBy(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdDbEntity_subWorldDraw(HandleRef jarg1, HandleRef jarg2)
static void OdDbEntity_dxfOut(HandleRef jarg1, HandleRef jarg2)
static global::System.IntPtr OdDbEntity_colorId(HandleRef jarg1)
static int OdDbEntity_setColorId__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdDbEntity_layerId(HandleRef jarg1)
static bool OdDbEntity_castShadows(HandleRef jarg1)
static int OdDbEntity_getPlotStyleNameId(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_subGetOsnapPoints__SWIG_1(HandleRef jarg1, int jarg2, IntPtr jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8)
static void OdDbEntity_applyPartialUndo(HandleRef jarg1, HandleRef jarg2, HandleRef jarg3)
static int OdDbEntity_moveGripPointsAtSubentPaths(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, UInt32 jarg5)
static int OdDbEntity_setMaterial__SWIG_0(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, bool jarg3)
static int OdDbEntity_setMaterialSwigExplicitOdDbEntity__SWIG_0(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, bool jarg3)
static int OdDbEntity_subGetSubentPathsAtGsMarker__SWIG_0(HandleRef jarg1, int jarg2, IntPtr jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7)
static int OdDbEntity_lineWeight(HandleRef jarg1)
static int OdDbEntity_getGripPoints__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_subVisibilitySwigExplicitOdDbEntity(HandleRef jarg1)
static int OdDbEntity_explodeToBlockSwigExplicitOdDbEntity__SWIG_0(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdDbEntity_getSubentClassId(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, IntPtr jarg3)
static void OdDbEntity_dxfOutFields_R12SwigExplicitOdDbEntity(HandleRef jarg1, HandleRef jarg2)
static void OdDbEntity_dwgOutFields(HandleRef jarg1, HandleRef jarg2)
static void OdDbEntity_subViewportDraw(HandleRef jarg1, HandleRef jarg2)
static int OdDbEntity_subGetGripPointsAtSubentPathSwigExplicitOdDbEntity(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4, int jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, UInt32 jarg7)
static int OdDbEntity_setLinetypeSwigExplicitOdDbEntity__SWIG_2(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static global::System.IntPtr OdDbEntity_materialMapper(HandleRef jarg1)
static int OdDbEntity_setVisualStyle__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3, bool jarg4)
static void OdDbEntity_subSwapIdWithSwigExplicitOdDbEntity__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3, bool jarg4)
static bool OdDbEntity_cloneMeForDragging(HandleRef jarg1)
static int OdDbEntity_setColorIdSwigExplicitOdDbEntity__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_setLayerSwigExplicitOdDbEntity__SWIG_1(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, bool jarg3)
static IntPtr OdDbEntity_subSubentPtrSwigExplicitOdDbEntity(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_setVisualStyle__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3)
static void OdDbEntity_subHighlight__SWIG_1(HandleRef jarg1, bool jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdDbEntity_setTransparency__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static int OdDbEntity_subGetOsnapPoints__SWIG_0(HandleRef jarg1, int jarg2, IntPtr jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7)
static int OdDbEntity_subGetOsnapPointsSwigExplicitOdDbEntity__SWIG_1(HandleRef jarg1, int jarg2, IntPtr jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8)
static int OdDbEntity_subMoveGripPointsAtSwigExplicitOdDbEntity__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4)
static void OdDbEntity_gripStatus(HandleRef jarg1, int jarg2)
static int OdDbEntity_setTransparency__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_getTransformedCopy(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, ref IntPtr jarg3)
static int OdDbEntity_setVisualStyle__SWIG_2(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_boundingBoxIntersectWith__SWIG_1(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, IntPtr jarg6, IntPtr jarg7)
static int OdDbEntity_setLineWeight__SWIG_0(HandleRef jarg1, int jarg2, bool jarg3)
static void OdDbEntity_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, OdDbEntity.SwigDelegateOdDbEntity_0 delegate0, OdDbEntity.SwigDelegateOdDbEntity_1 delegate1, OdDbEntity.SwigDelegateOdDbEntity_2 delegate2, OdDbEntity.SwigDelegateOdDbEntity_3 delegate3, OdDbEntity.SwigDelegateOdDbEntity_4 delegate4, OdDbEntity.SwigDelegateOdDbEntity_5 delegate5, OdDbEntity.SwigDelegateOdDbEntity_6 delegate6, OdDbEntity.SwigDelegateOdDbEntity_7 delegate7, OdDbEntity.SwigDelegateOdDbEntity_8 delegate8, OdDbEntity.SwigDelegateOdDbEntity_9 delegate9, OdDbEntity.SwigDelegateOdDbEntity_10 delegate10, OdDbEntity.SwigDelegateOdDbEntity_11 delegate11, OdDbEntity.SwigDelegateOdDbEntity_12 delegate12, OdDbEntity.SwigDelegateOdDbEntity_13 delegate13, OdDbEntity.SwigDelegateOdDbEntity_14 delegate14, OdDbEntity.SwigDelegateOdDbEntity_15 delegate15, OdDbEntity.SwigDelegateOdDbEntity_16 delegate16, OdDbEntity.SwigDelegateOdDbEntity_17 delegate17, OdDbEntity.SwigDelegateOdDbEntity_18 delegate18, OdDbEntity.SwigDelegateOdDbEntity_19 delegate19, OdDbEntity.SwigDelegateOdDbEntity_20 delegate20, OdDbEntity.SwigDelegateOdDbEntity_21 delegate21, OdDbEntity.SwigDelegateOdDbEntity_22 delegate22, OdDbEntity.SwigDelegateOdDbEntity_23 delegate23, OdDbEntity.SwigDelegateOdDbEntity_24 delegate24, OdDbEntity.SwigDelegateOdDbEntity_25 delegate25, OdDbEntity.SwigDelegateOdDbEntity_26 delegate26, OdDbEntity.SwigDelegateOdDbEntity_27 delegate27, OdDbEntity.SwigDelegateOdDbEntity_28 delegate28, OdDbEntity.SwigDelegateOdDbEntity_29 delegate29, OdDbEntity.SwigDelegateOdDbEntity_30 delegate30, OdDbEntity.SwigDelegateOdDbEntity_31 delegate31, OdDbEntity.SwigDelegateOdDbEntity_32 delegate32, OdDbEntity.SwigDelegateOdDbEntity_33 delegate33, OdDbEntity.SwigDelegateOdDbEntity_34 delegate34, OdDbEntity.SwigDelegateOdDbEntity_35 delegate35, OdDbEntity.SwigDelegateOdDbEntity_36 delegate36, OdDbEntity.SwigDelegateOdDbEntity_37 delegate37, OdDbEntity.SwigDelegateOdDbEntity_38 delegate38, OdDbEntity.SwigDelegateOdDbEntity_39 delegate39, OdDbEntity.SwigDelegateOdDbEntity_40 delegate40, OdDbEntity.SwigDelegateOdDbEntity_41 delegate41, OdDbEntity.SwigDelegateOdDbEntity_42 delegate42, OdDbEntity.SwigDelegateOdDbEntity_43 delegate43, OdDbEntity.SwigDelegateOdDbEntity_44 delegate44, OdDbEntity.SwigDelegateOdDbEntity_45 delegate45, OdDbEntity.SwigDelegateOdDbEntity_46 delegate46, OdDbEntity.SwigDelegateOdDbEntity_47 delegate47, OdDbEntity.SwigDelegateOdDbEntity_48 delegate48, OdDbEntity.SwigDelegateOdDbEntity_49 delegate49, OdDbEntity.SwigDelegateOdDbEntity_50 delegate50, OdDbEntity.SwigDelegateOdDbEntity_51 delegate51, OdDbEntity.SwigDelegateOdDbEntity_52 delegate52, OdDbEntity.SwigDelegateOdDbEntity_53 delegate53, OdDbEntity.SwigDelegateOdDbEntity_54 delegate54, OdDbEntity.SwigDelegateOdDbEntity_55 delegate55, OdDbEntity.SwigDelegateOdDbEntity_56 delegate56, OdDbEntity.SwigDelegateOdDbEntity_57 delegate57, OdDbEntity.SwigDelegateOdDbEntity_58 delegate58, OdDbEntity.SwigDelegateOdDbEntity_59 delegate59, OdDbEntity.SwigDelegateOdDbEntity_60 delegate60, OdDbEntity.SwigDelegateOdDbEntity_61 delegate61, OdDbEntity.SwigDelegateOdDbEntity_62 delegate62, OdDbEntity.SwigDelegateOdDbEntity_63 delegate63, OdDbEntity.SwigDelegateOdDbEntity_64 delegate64, OdDbEntity.SwigDelegateOdDbEntity_65 delegate65, OdDbEntity.SwigDelegateOdDbEntity_66 delegate66, OdDbEntity.SwigDelegateOdDbEntity_67 delegate67, OdDbEntity.SwigDelegateOdDbEntity_68 delegate68, OdDbEntity.SwigDelegateOdDbEntity_69 delegate69, OdDbEntity.SwigDelegateOdDbEntity_70 delegate70, OdDbEntity.SwigDelegateOdDbEntity_71 delegate71, OdDbEntity.SwigDelegateOdDbEntity_72 delegate72, OdDbEntity.SwigDelegateOdDbEntity_73 delegate73, OdDbEntity.SwigDelegateOdDbEntity_74 delegate74, OdDbEntity.SwigDelegateOdDbEntity_75 delegate75, OdDbEntity.SwigDelegateOdDbEntity_76 delegate76, OdDbEntity.SwigDelegateOdDbEntity_77 delegate77, OdDbEntity.SwigDelegateOdDbEntity_78 delegate78, OdDbEntity.SwigDelegateOdDbEntity_79 delegate79, OdDbEntity.SwigDelegateOdDbEntity_80 delegate80, OdDbEntity.SwigDelegateOdDbEntity_81 delegate81, OdDbEntity.SwigDelegateOdDbEntity_82 delegate82, OdDbEntity.SwigDelegateOdDbEntity_83 delegate83, OdDbEntity.SwigDelegateOdDbEntity_84 delegate84, OdDbEntity.SwigDelegateOdDbEntity_85 delegate85, OdDbEntity.SwigDelegateOdDbEntity_86 delegate86, OdDbEntity.SwigDelegateOdDbEntity_87 delegate87, OdDbEntity.SwigDelegateOdDbEntity_88 delegate88, OdDbEntity.SwigDelegateOdDbEntity_89 delegate89, OdDbEntity.SwigDelegateOdDbEntity_90 delegate90, OdDbEntity.SwigDelegateOdDbEntity_91 delegate91, OdDbEntity.SwigDelegateOdDbEntity_92 delegate92, OdDbEntity.SwigDelegateOdDbEntity_93 delegate93, OdDbEntity.SwigDelegateOdDbEntity_94 delegate94, OdDbEntity.SwigDelegateOdDbEntity_95 delegate95, OdDbEntity.SwigDelegateOdDbEntity_96 delegate96, OdDbEntity.SwigDelegateOdDbEntity_97 delegate97, OdDbEntity.SwigDelegateOdDbEntity_98 delegate98, OdDbEntity.SwigDelegateOdDbEntity_99 delegate99, OdDbEntity.SwigDelegateOdDbEntity_100 delegate100, OdDbEntity.SwigDelegateOdDbEntity_101 delegate101, OdDbEntity.SwigDelegateOdDbEntity_102 delegate102, OdDbEntity.SwigDelegateOdDbEntity_103 delegate103, OdDbEntity.SwigDelegateOdDbEntity_104 delegate104, OdDbEntity.SwigDelegateOdDbEntity_105 delegate105, OdDbEntity.SwigDelegateOdDbEntity_106 delegate106, OdDbEntity.SwigDelegateOdDbEntity_107 delegate107, OdDbEntity.SwigDelegateOdDbEntity_108 delegate108, OdDbEntity.SwigDelegateOdDbEntity_109 delegate109, OdDbEntity.SwigDelegateOdDbEntity_110 delegate110, OdDbEntity.SwigDelegateOdDbEntity_111 delegate111, OdDbEntity.SwigDelegateOdDbEntity_112 delegate112, OdDbEntity.SwigDelegateOdDbEntity_113 delegate113, OdDbEntity.SwigDelegateOdDbEntity_114 delegate114, OdDbEntity.SwigDelegateOdDbEntity_115 delegate115, OdDbEntity.SwigDelegateOdDbEntity_116 delegate116, OdDbEntity.SwigDelegateOdDbEntity_117 delegate117, OdDbEntity.SwigDelegateOdDbEntity_118 delegate118, OdDbEntity.SwigDelegateOdDbEntity_119 delegate119, OdDbEntity.SwigDelegateOdDbEntity_120 delegate120, OdDbEntity.SwigDelegateOdDbEntity_121 delegate121, OdDbEntity.SwigDelegateOdDbEntity_122 delegate122, OdDbEntity.SwigDelegateOdDbEntity_123 delegate123, OdDbEntity.SwigDelegateOdDbEntity_124 delegate124, OdDbEntity.SwigDelegateOdDbEntity_125 delegate125, OdDbEntity.SwigDelegateOdDbEntity_126 delegate126, OdDbEntity.SwigDelegateOdDbEntity_127 delegate127, OdDbEntity.SwigDelegateOdDbEntity_128 delegate128, OdDbEntity.SwigDelegateOdDbEntity_129 delegate129, OdDbEntity.SwigDelegateOdDbEntity_130 delegate130, OdDbEntity.SwigDelegateOdDbEntity_131 delegate131, OdDbEntity.SwigDelegateOdDbEntity_132 delegate132, OdDbEntity.SwigDelegateOdDbEntity_133 delegate133, OdDbEntity.SwigDelegateOdDbEntity_134 delegate134, OdDbEntity.SwigDelegateOdDbEntity_135 delegate135, OdDbEntity.SwigDelegateOdDbEntity_136 delegate136, OdDbEntity.SwigDelegateOdDbEntity_137 delegate137, OdDbEntity.SwigDelegateOdDbEntity_138 delegate138, OdDbEntity.SwigDelegateOdDbEntity_139 delegate139, OdDbEntity.SwigDelegateOdDbEntity_140 delegate140, OdDbEntity.SwigDelegateOdDbEntity_141 delegate141, OdDbEntity.SwigDelegateOdDbEntity_142 delegate142, OdDbEntity.SwigDelegateOdDbEntity_143 delegate143, OdDbEntity.SwigDelegateOdDbEntity_144 delegate144, OdDbEntity.SwigDelegateOdDbEntity_145 delegate145, OdDbEntity.SwigDelegateOdDbEntity_146 delegate146, OdDbEntity.SwigDelegateOdDbEntity_147 delegate147, OdDbEntity.SwigDelegateOdDbEntity_148 delegate148, OdDbEntity.SwigDelegateOdDbEntity_149 delegate149, OdDbEntity.SwigDelegateOdDbEntity_150 delegate150, OdDbEntity.SwigDelegateOdDbEntity_151 delegate151, OdDbEntity.SwigDelegateOdDbEntity_152 delegate152, OdDbEntity.SwigDelegateOdDbEntity_153 delegate153, OdDbEntity.SwigDelegateOdDbEntity_154 delegate154, OdDbEntity.SwigDelegateOdDbEntity_155 delegate155, OdDbEntity.SwigDelegateOdDbEntity_156 delegate156, OdDbEntity.SwigDelegateOdDbEntity_157 delegate157)
static int OdDbEntity_subMoveGripPointsAt__SWIG_0(HandleRef jarg1, IntPtr jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDbEntity_setMaterialMapperSwigExplicitOdDbEntity__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static int OdDbEntity_setLayerSwigExplicitOdDbEntity__SWIG_5(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdDbEntity_desc()
static int OdDbEntity_subIntersectWithSwigExplicitOdDbEntity__SWIG_2(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static int OdDbEntity_setPlotStyleName__SWIG_0(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, bool jarg3)
static int OdDbEntity_getPlane(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, out Planarity jarg3)
static global::System.IntPtr OdDbEntity_getEcs(HandleRef jarg1)
static IntPtr OdDbEntity_drawableSwigExplicitOdDbEntity(HandleRef jarg1)
static int OdDbEntity_explodeGeometryToBlockSwigExplicitOdDbEntity__SWIG_0(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdDbEntity_setPlotStyleName__SWIG_3(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdDbEntity_setLinetypeScale__SWIG_1(HandleRef jarg1, double jarg2)
static IntPtr OdDbEntity_createObject()
static bool OdDbEntity_subWorldDrawSwigExplicitOdDbEntity(HandleRef jarg1, HandleRef jarg2)
static bool OdDbEntity_subCloneMeForDragging(HandleRef jarg1)
static void OdDbEntity_setDatabaseDefaults__SWIG_1(HandleRef jarg1, HandleRef jarg2)
static void OdDbEntity_setCastShadows(HandleRef jarg1, bool jarg2)
static int OdDbEntity_subGetCompoundObjectTransformSwigExplicitOdDbEntity(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDbEntity_subHandOverToSwigExplicitOdDbEntity(HandleRef jarg1, HandleRef jarg2)
static int OdDbEntity_setLayer__SWIG_3(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3, bool jarg4)
static int OdDbEntity_subGetSubentPathsAtGsMarker__SWIG_1(HandleRef jarg1, int jarg2, IntPtr jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)
static int OdDbEntity_setLinetype__SWIG_0(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, bool jarg3)
static int OdDbEntity_intersectWith__SWIG_4(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, IntPtr jarg6)
static void OdDbEntity_subSetDatabaseDefaults(HandleRef jarg1, HandleRef jarg2, bool jarg3)
static int OdDbEntity_setLinetypeSwigExplicitOdDbEntity__SWIG_0(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, bool jarg3)
static bool OdDbEntity_subHideMeForDraggingSwigExplicitOdDbEntity(HandleRef jarg1)
static int OdDbEntity_setPlotStyleNameSwigExplicitOdDbEntity__SWIG_0(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, bool jarg3)
static int OdDbEntity_setLinetype__SWIG_2(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static int OdDbEntity_getSubentPathsAtGsMarker__SWIG_1(HandleRef jarg1, int jarg2, IntPtr jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)
static UInt32 OdDbEntity_subSetAttributes(HandleRef jarg1, HandleRef jarg2)
static String OdDbEntity_material(HandleRef jarg1)
static int OdDbEntity_explodeGeometryToBlockSwigExplicitOdDbEntity__SWIG_1(HandleRef jarg1, HandleRef jarg2)
static int OdDbEntity_setLayerSwigExplicitOdDbEntity__SWIG_0(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, bool jarg3, bool jarg4)
static int OdDbEntity_subVisibility(HandleRef jarg1)
static int OdDbEntity_subIntersectWith__SWIG_5(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static int OdDbEntity_subGetSubentClassIdSwigExplicitOdDbEntity(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, IntPtr jarg3)
static int OdDbEntity_intersectWith__SWIG_5(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void OdDbEntity_highlight__SWIG_1(HandleRef jarg1, bool jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static String OdDbEntity_linetype(HandleRef jarg1)
static void OdDbEntity_subGripStatus(HandleRef jarg1, int jarg2)
static int OdDbEntity_intersectWith__SWIG_2(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static int OdDbEntity_setColor__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_setColorIndex__SWIG_0(HandleRef jarg1, UInt16 jarg2, bool jarg3)
static int OdDbEntity_explode(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_setPlotStyleName__SWIG_2(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, bool jarg4)
static int OdDbEntity_setColor__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static bool OdDbEntity_subIsContentSnappableSwigExplicitOdDbEntity(HandleRef jarg1)
static int OdDbEntity_explodeGeometry(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDbEntity_highlight__SWIG_2(HandleRef jarg1, bool jarg2)
static void OdDbEntity_appendToOwner(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, HandleRef jarg3, HandleRef jarg4)
static int OdDbEntity_subGetSubentPathGeomExtentsSwigExplicitOdDbEntity(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDbEntity_setDatabaseDefaults__SWIG_0(HandleRef jarg1, HandleRef jarg2, bool jarg3)
static void OdDbEntity_subSubentGripStatusSwigExplicitOdDbEntity(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdDbEntity_setColorSwigExplicitOdDbEntity__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_intersectWith__SWIG_0(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, IntPtr jarg5, IntPtr jarg6)
static void OdDbEntity_setTempVisibility(HandleRef jarg1, int jarg2)
static void OdDbEntity_saveAs(HandleRef jarg1, HandleRef jarg2, int jarg3)
static global::System.IntPtr OdDbEntity_visualStyleId__SWIG_1(HandleRef jarg1)
static int OdDbEntity_subErase(HandleRef jarg1, bool jarg2)
static void OdDbEntity_appendToOwnerSwigExplicitOdDbEntity(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, HandleRef jarg3, HandleRef jarg4)
static int OdDbEntity_setLineWeightSwigExplicitOdDbEntity__SWIG_1(HandleRef jarg1, int jarg2)
static int OdDbEntity_subIntersectWithSwigExplicitOdDbEntity__SWIG_4(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, IntPtr jarg6)
static IntPtr OdDbEntity_drawable(HandleRef jarg1)
static int OdDbEntity_subGetGripPointsSwigExplicitOdDbEntity__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, int jarg6)
static int OdDbEntity_subSetVisibility__SWIG_1(HandleRef jarg1, int jarg2)
static global::System.IntPtr OdDbEntity_entityColorSwigExplicitOdDbEntity(HandleRef jarg1)
static String OdDbEntity_layer(HandleRef jarg1)
static void OdDbEntity_subHighlightSwigExplicitOdDbEntity__SWIG_1(HandleRef jarg1, bool jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDbEntity_subListSwigExplicitOdDbEntity(HandleRef jarg1)
static IntPtr OdDbEntity_subSubentPtr(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDbEntity_setMaterialMapper__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDbEntity_subentGripStatus(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static UInt32 OdDbEntity_subSetAttributesSwigExplicitOdDbEntity(HandleRef jarg1, HandleRef jarg2)
static int OdDbEntity_setMaterialSwigExplicitOdDbEntity__SWIG_3(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_subGetGripPoints__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDbEntity_highlight__SWIG_0(HandleRef jarg1, bool jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, bool jarg4)
static int OdDbEntity_subGetGripPointsSwigExplicitOdDbEntity__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_getCompoundObjectTransform(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_visibility(HandleRef jarg1)
static int OdDbEntity_subSetVisibilitySwigExplicitOdDbEntity__SWIG_1(HandleRef jarg1, int jarg2)
static int OdDbEntity_setPlotStyleNameSwigExplicitOdDbEntity__SWIG_1(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static int OdDbEntity_subGetTransformedCopy(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, ref IntPtr jarg3)
static int OdDbEntity_setColorIdSwigExplicitOdDbEntity__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static int OdDbEntity_setColorSwigExplicitOdDbEntity__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static int OdDbEntity_setVisualStyleSwigExplicitOdDbEntity__SWIG_2(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_getOsnapPoints__SWIG_1(HandleRef jarg1, int jarg2, IntPtr jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8)
static int OdDbEntity_setMaterialSwigExplicitOdDbEntity__SWIG_2(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static int OdDbEntity_subGetGeomExtentsSwigExplicitOdDbEntity(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_getStretchPoints(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_dxfInFieldsSwigExplicitOdDbEntity(HandleRef jarg1, HandleRef jarg2)
static int OdDbEntity_setLayer__SWIG_0(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, bool jarg3, bool jarg4)
static void OdDbEntity_subHighlightSwigExplicitOdDbEntity__SWIG_3(HandleRef jarg1)
static int OdDbEntity_subDeleteSubentPathsSwigExplicitOdDbEntity(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_subTransformSubentPathsBySwigExplicitOdDbEntity(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdDbEntity_dxfInFields(HandleRef jarg1, HandleRef jarg2)
static bool OdDbEntity_isPlanar(HandleRef jarg1)
static int OdDbEntity_getSubentPathsAtGsMarker__SWIG_0(HandleRef jarg1, int jarg2, IntPtr jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7)
static int OdDbEntity_explodeToBlock__SWIG_0(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDbEntity_subList(HandleRef jarg1)
static void OdDbEntity_subSubentGripStatus(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDbEntity_subSwapIdWithSwigExplicitOdDbEntity__SWIG_2(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void delete_OdDbEntity(HandleRef jarg1)
static void OdDbEntity_setReceiveShadows(HandleRef jarg1, bool jarg2)
static bool OdDbEntity_isContentSnappable(HandleRef jarg1)
static int OdDbEntity_explodeGeometrySwigExplicitOdDbEntity(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_explodeGeometryToBlock__SWIG_1(HandleRef jarg1, HandleRef jarg2)
static int OdDbEntity_subGetCompoundObjectTransform(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_subSetVisibility__SWIG_0(HandleRef jarg1, int jarg2, bool jarg3)
static int OdDbEntity_subGetSubentPathsAtGsMarkerSwigExplicitOdDbEntity__SWIG_0(HandleRef jarg1, int jarg2, IntPtr jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7)
static void OdDbEntity_setDatabaseDefaults__SWIG_2(HandleRef jarg1)
static void OdDbEntity_setCastShadowsSwigExplicitOdDbEntity(HandleRef jarg1, bool jarg2)
static global::System.IntPtr OdDbEntity_transparency(HandleRef jarg1)
static int OdDbEntity_subExplode(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_subOpenSwigExplicitOdDbEntity(HandleRef jarg1, int jarg2)
static int OdDbEntity_getGripPointsAtSubentPath(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4, int jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, UInt32 jarg7)
static int OdDbEntity_subMoveGripPointsAt__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4)
static int OdDbEntity_setLayerSwigExplicitOdDbEntity__SWIG_3(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3, bool jarg4)
static int OdDbEntity_transformSubentPathsBy(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdDbEntity_setPlotStyleNameSwigExplicitOdDbEntity__SWIG_2(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, bool jarg4)
static bool OdDbEntity_receiveShadows(HandleRef jarg1)
static void OdDbEntity_subHighlight__SWIG_0(HandleRef jarg1, bool jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, bool jarg4)
static int OdDbEntity_subGetStretchPoints(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_setLinetypeScaleSwigExplicitOdDbEntity__SWIG_1(HandleRef jarg1, double jarg2)
static global::System.IntPtr OdDbEntity_color(HandleRef jarg1)
static int OdDbEntity_subIntersectWithSwigExplicitOdDbEntity__SWIG_3(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, IntPtr jarg6, IntPtr jarg7)
static int OdDbEntity_setLineWeightSwigExplicitOdDbEntity__SWIG_0(HandleRef jarg1, int jarg2, bool jarg3)
static int OdDbEntity_setLayer__SWIG_2(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static void OdDbEntity_dragStatus(HandleRef jarg1, int jarg2)
static void OdDbEntity_subHandOverTo(HandleRef jarg1, HandleRef jarg2)
static int OdDbEntity_setMaterial__SWIG_3(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdDbEntity_subIsContentSnappable(HandleRef jarg1)
static int OdDbEntity_getGripPoints__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, int jarg6)
static global::System.IntPtr OdDbEntity_blockId(HandleRef jarg1)
static int OdDbEntity_getGeomExtents(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDbEntity_setReceiveShadowsSwigExplicitOdDbEntity(HandleRef jarg1, bool jarg2)
static void OdDbEntity_recordGraphicsModified__SWIG_1(HandleRef jarg1)
static int OdDbEntity_subSetVisibilitySwigExplicitOdDbEntity__SWIG_0(HandleRef jarg1, int jarg2, bool jarg3)
static int OdDbEntity_setVisualStyleSwigExplicitOdDbEntity__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3)
static int OdDbEntity_setMaterial__SWIG_1(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static void OdDbEntity_subHighlightSwigExplicitOdDbEntity__SWIG_0(HandleRef jarg1, bool jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, bool jarg4)
static void OdDbEntity_applyPartialUndoSwigExplicitOdDbEntity(HandleRef jarg1, HandleRef jarg2, HandleRef jarg3)
static int OdDbEntity_subGetTransformedCopySwigExplicitOdDbEntity(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, ref IntPtr jarg3)
static int OdDbEntity_setPlotStyleName__SWIG_4(HandleRef jarg1, int jarg2)
static IntPtr OdDbEntity_cast(HandleRef jarg1)
static int OdDbEntity_subTransformSubentPathsBy(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdDbEntity_subTransformBySwigExplicitOdDbEntity(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDbEntity_copyFrom(HandleRef jarg1, HandleRef jarg2)
static int OdDbEntity_subGetClassIDSwigExplicitOdDbEntity(HandleRef jarg1, IntPtr jarg2)
static void OdDbEntity_setMaterialMapperSwigExplicitOdDbEntity__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_subMoveGripPointsAtSubentPaths(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, UInt32 jarg5)
static int OdDbEntity_moveStretchPointsAt(HandleRef jarg1, IntPtr jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdDbEntity_getPlaneSwigExplicitOdDbEntity(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, out Planarity jarg3)
static int OdDbEntity_setTransparencySwigExplicitOdDbEntity__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static bool OdDbEntity_hideMeForDragging(HandleRef jarg1)
static int OdDbEntity_setPlotStyleNameSwigExplicitOdDbEntity__SWIG_3(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdDbEntity_subIntersectWith__SWIG_1(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, IntPtr jarg5)
static UInt16 OdDbEntity_colorIndex(HandleRef jarg1)
static void OdDbEntity_subHighlight__SWIG_3(HandleRef jarg1)
static IntPtr OdDbEntity_isASwigExplicitOdDbEntity(HandleRef jarg1)
static int OdDbEntity_subGetGsMarkersAtSubentPath(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDbEntity_subSwapIdWith__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static int OdDbEntity_subIntersectWith__SWIG_3(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, IntPtr jarg6, IntPtr jarg7)
static bool OdDbEntity_isPlanarSwigExplicitOdDbEntity(HandleRef jarg1)
static int OdDbEntity_setMaterial__SWIG_2(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static void OdDbEntity_list(HandleRef jarg1)
static void OdDbEntity_setPropertiesFrom__SWIG_1(HandleRef jarg1, HandleRef jarg2)
static void OdDbEntity_saveAsSwigExplicitOdDbEntity(HandleRef jarg1, HandleRef jarg2, int jarg3)
static int OdDbEntity_intersectWith__SWIG_1(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, IntPtr jarg5)
static int OdDbEntity_subGetGsMarkersAtSubentPathSwigExplicitOdDbEntity(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDbEntity_setPropertiesFrom__SWIG_0(HandleRef jarg1, HandleRef jarg2, bool jarg3)
static int OdDbEntity_setVisualStyleSwigExplicitOdDbEntity__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3, bool jarg4)
static int OdDbEntity_setPlotStyleName__SWIG_1(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static void OdDbEntity_subHighlightSwigExplicitOdDbEntity__SWIG_2(HandleRef jarg1, bool jarg2)
static int OdDbEntity_getSubentPathGeomExtents(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdDbEntity_subMoveStretchPointsAtSwigExplicitOdDbEntity(HandleRef jarg1, IntPtr jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static IntPtr OdDbEntity_queryXSwigExplicitOdDbEntity(HandleRef jarg1, HandleRef jarg2)
static void OdDbEntity_subHighlight__SWIG_2(HandleRef jarg1, bool jarg2)
static bool OdDbEntity_receiveShadowsSwigExplicitOdDbEntity(HandleRef jarg1)
static int OdDbEntity_subGetSubentPathsAtGsMarkerSwigExplicitOdDbEntity__SWIG_1(HandleRef jarg1, int jarg2, IntPtr jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)
static int OdDbEntity_setLinetype__SWIG_3(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdDbEntity_subentPtr(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDbEntity_setMaterialMapper__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static IntPtr OdDbEntity_queryX(HandleRef jarg1, HandleRef jarg2)
static int OdDbEntity_dwgInFields(HandleRef jarg1, HandleRef jarg2)
static int OdDbEntity_subIntersectWithSwigExplicitOdDbEntity__SWIG_0(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, IntPtr jarg5, IntPtr jarg6)
static int OdDbEntity_subIntersectWithSwigExplicitOdDbEntity__SWIG_5(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static int OdDbEntity_setMaterialSwigExplicitOdDbEntity__SWIG_1(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static int OdDbEntity_setColorIndexSwigExplicitOdDbEntity__SWIG_0(HandleRef jarg1, UInt16 jarg2, bool jarg3)
static int OdDbEntity_deleteSubentPaths(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_dxfInSwigExplicitOdDbEntity(HandleRef jarg1, HandleRef jarg2)
static void OdDbEntity_recordGraphicsModified__SWIG_0(HandleRef jarg1, bool jarg2)
static int OdDbEntity_subGetGripPoints__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, int jarg6)
static int OdDbEntity_setColorIndex__SWIG_1(HandleRef jarg1, UInt16 jarg2)
static int OdDbEntity_setLayer__SWIG_1(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, bool jarg3)
static int OdDbEntity_subMoveGripPointsAtSubentPathsSwigExplicitOdDbEntity(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, UInt32 jarg5)
static int OdDbEntity_dxfInFields_R12SwigExplicitOdDbEntity(HandleRef jarg1, HandleRef jarg2)
static int OdDbEntity_subGetGripPointsAtSubentPath(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4, int jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, UInt32 jarg7)
static int OdDbEntity_dxfIn(HandleRef jarg1, HandleRef jarg2)
static int OdDbEntity_setPlotStyleNameSwigExplicitOdDbEntity__SWIG_4(HandleRef jarg1, int jarg2)
static IntPtr OdDbEntity_isA(HandleRef jarg1)
static int OdDbEntity_subAddSubentPaths(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_subAddSubentPathsSwigExplicitOdDbEntity(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDbEntity_subSwapIdWithSwigExplicitOdDbEntity__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static int OdDbEntity_setLinetypeSwigExplicitOdDbEntity__SWIG_1(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static int OdDbEntity_moveGripPointsAt__SWIG_0(HandleRef jarg1, IntPtr jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int OdDbEntity_setLayerSwigExplicitOdDbEntity__SWIG_4(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static int OdDbEntity_getGsMarkersAtSubentPath(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool OdDbEntity_subHideMeForDragging(HandleRef jarg1)
static int OdDbEntity_subIntersectWith__SWIG_2(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static int OdDbEntity_dxfInFields_R12(HandleRef jarg1, HandleRef jarg2)
static int OdDbEntity_subGetStretchPointsSwigExplicitOdDbEntity(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbEntity_setLayerSwigExplicitOdDbEntity__SWIG_2(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static double OdDbEntity_linetypeScale(HandleRef jarg1)
static int OdDbEntity_setVisibility__SWIG_1(HandleRef jarg1, int jarg2)
static int OdDbEntity_setColorIndexSwigExplicitOdDbEntity__SWIG_1(HandleRef jarg1, UInt16 jarg2)
static int OdDbEntity_tempVisibility(HandleRef jarg1)
static int OdDbEntity_subMoveStretchPointsAt(HandleRef jarg1, IntPtr jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)