Extended .NET SDK Documentation 2025 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 DelegateHolder.OnHoldSwigDirectorDelegates(this);
54 }
55
56 public static OdDbEntity cast(OdRxObject pObj) {// OdSmartPtr<OdDbEntity>
57 MemoryManager mMan = MemoryManager.GetMemoryManager();
58 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
60
61 OdDbEntity ret = null;
62 if (null != mTrans)
63 {
64 mTrans.AddObject((OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, true));
65 ret = (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, false);
66 }
67 else
68 {
69 ret = (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, true);
70 }
71
73 return ret;
74}
75
76 public new static OdRxClass desc() {
77 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),TD_DbPINVOKE.OdDbEntity_desc(),false); /*createInt 3_2*/
78
80 return ret;
81}
82
83 public override OdRxClass isA() {
84 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*/
85
87 return ret;
88}
89
90 public override OdRxObject queryX(OdRxClass protocolClass) {
91 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*/
92
94 return ret;
95}
96
97 public new static OdDbEntity createObject() {// OdSmartPtr<OdDbEntity>
98 MemoryManager mMan = MemoryManager.GetMemoryManager();
99 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
101
102 OdDbEntity ret = null;
103 if (null != mTrans)
104 {
105 mTrans.AddObject((OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, true));
106 ret = (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, false);
107 }
108 else
109 {
110 ret = (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, true);
111 }
112
114 return ret;
115}
116
122
123 public OdCmColor color() {
124 OdCmColor ret = new OdCmColor(TD_DbPINVOKE.OdDbEntity_color(swigCPtr), true);
126 return ret;
127 }
128
129 public virtual OdResult setColor(OdCmColor color, bool doSubents) {
130 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setColor", swigMethodTypes62) ? TD_DbPINVOKE.OdDbEntity_setColorSwigExplicitOdDbEntity__SWIG_0(swigCPtr, OdCmColor.getCPtr(color), doSubents) : TD_DbPINVOKE.OdDbEntity_setColor__SWIG_0(swigCPtr, OdCmColor.getCPtr(color), doSubents));
132 return ret;
133 }
134
140
141 public UInt16 colorIndex() {
142// test csout
143 /*SIMPLETYPE*/
144 UInt16 ret = TD_DbPINVOKE.OdDbEntity_colorIndex(swigCPtr);
146 return ret;
147 }
148
149 public virtual OdCmEntityColor entityColor() {
150 OdCmEntityColor ret = new OdCmEntityColor((SwigDerivedClassHasMethod("entityColor", swigMethodTypes64) ? TD_DbPINVOKE.OdDbEntity_entityColorSwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_entityColor(swigCPtr)), true);
152 return ret;
153 }
154
155 public virtual OdResult setColorIndex(UInt16 colorIndex, bool doSubents) {
156 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setColorIndex", swigMethodTypes65) ? TD_DbPINVOKE.OdDbEntity_setColorIndexSwigExplicitOdDbEntity__SWIG_0(swigCPtr, colorIndex /*SIMPLETYPE*/, doSubents) : TD_DbPINVOKE.OdDbEntity_setColorIndex__SWIG_0(swigCPtr, colorIndex /*SIMPLETYPE*/, doSubents));
158 return ret;
159 }
160
161 public virtual OdResult setColorIndex(UInt16 colorIndex) {
162 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setColorIndex", swigMethodTypes66) ? TD_DbPINVOKE.OdDbEntity_setColorIndexSwigExplicitOdDbEntity__SWIG_1(swigCPtr, colorIndex /*SIMPLETYPE*/) : TD_DbPINVOKE.OdDbEntity_setColorIndex__SWIG_1(swigCPtr, colorIndex /*SIMPLETYPE*/));
164 return ret;
165 }
166
172
173 public virtual OdResult setColorId(OdDbObjectId colorId, bool doSubents) {
174 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setColorId", swigMethodTypes67) ? TD_DbPINVOKE.OdDbEntity_setColorIdSwigExplicitOdDbEntity__SWIG_0(swigCPtr, OdDbObjectId.getCPtr(colorId), doSubents) : TD_DbPINVOKE.OdDbEntity_setColorId__SWIG_0(swigCPtr, OdDbObjectId.getCPtr(colorId), doSubents));
176 return ret;
177 }
178
184
190
191 public virtual OdResult setTransparency(OdCmTransparency transparency, bool doSubents) {
192 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setTransparency", swigMethodTypes69) ? TD_DbPINVOKE.OdDbEntity_setTransparencySwigExplicitOdDbEntity__SWIG_0(swigCPtr, OdCmTransparency.getCPtr(transparency), doSubents) : TD_DbPINVOKE.OdDbEntity_setTransparency__SWIG_0(swigCPtr, OdCmTransparency.getCPtr(transparency), doSubents));
194 return ret;
195 }
196
202
208
214
215 public virtual OdResult setPlotStyleName(String plotStyleName, bool doSubents) {
216 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setPlotStyleName", swigMethodTypes71) ? TD_DbPINVOKE.OdDbEntity_setPlotStyleNameSwigExplicitOdDbEntity__SWIG_0(swigCPtr, plotStyleName, doSubents) : TD_DbPINVOKE.OdDbEntity_setPlotStyleName__SWIG_0(swigCPtr, plotStyleName, doSubents));
218 return ret;
219 }
220
226
227 public virtual OdResult setPlotStyleName(PlotStyleNameType plotStyleNameType, OdDbObjectId plotStyleNameId, bool doSubents) {
228 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setPlotStyleName", swigMethodTypes73) ? 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));
230 return ret;
231 }
232
233 public virtual OdResult setPlotStyleName(PlotStyleNameType plotStyleNameType, OdDbObjectId plotStyleNameId) {
234 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setPlotStyleName", swigMethodTypes74) ? TD_DbPINVOKE.OdDbEntity_setPlotStyleNameSwigExplicitOdDbEntity__SWIG_3(swigCPtr, (int)plotStyleNameType, OdDbObjectId.getCPtr(plotStyleNameId)) : TD_DbPINVOKE.OdDbEntity_setPlotStyleName__SWIG_3(swigCPtr, (int)plotStyleNameType, OdDbObjectId.getCPtr(plotStyleNameId)));
236 return ret;
237 }
238
239 public virtual OdResult setPlotStyleName(PlotStyleNameType plotStyleNameType) {
240 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setPlotStyleName", swigMethodTypes75) ? TD_DbPINVOKE.OdDbEntity_setPlotStyleNameSwigExplicitOdDbEntity__SWIG_4(swigCPtr, (int)plotStyleNameType) : TD_DbPINVOKE.OdDbEntity_setPlotStyleName__SWIG_4(swigCPtr, (int)plotStyleNameType));
242 return ret;
243 }
244
245 public String layer() {
246 string ret = TD_DbPINVOKE.OdDbEntity_layer(swigCPtr);
248 return ret;
249}
250
256
257 public virtual OdResult setLayer(String layerName, bool doSubents, bool allowHiddenLayer) {
258 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLayer", swigMethodTypes76) ? TD_DbPINVOKE.OdDbEntity_setLayerSwigExplicitOdDbEntity__SWIG_0(swigCPtr, layerName, doSubents, allowHiddenLayer) : TD_DbPINVOKE.OdDbEntity_setLayer__SWIG_0(swigCPtr, layerName, doSubents, allowHiddenLayer));
260 return ret;
261 }
262
263 public virtual OdResult setLayer(String layerName, bool doSubents) {
264 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLayer", swigMethodTypes77) ? TD_DbPINVOKE.OdDbEntity_setLayerSwigExplicitOdDbEntity__SWIG_1(swigCPtr, layerName, doSubents) : TD_DbPINVOKE.OdDbEntity_setLayer__SWIG_1(swigCPtr, layerName, doSubents));
266 return ret;
267 }
268
269 public virtual OdResult setLayer(String layerName) {
270 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLayer", swigMethodTypes78) ? TD_DbPINVOKE.OdDbEntity_setLayerSwigExplicitOdDbEntity__SWIG_2(swigCPtr, layerName) : TD_DbPINVOKE.OdDbEntity_setLayer__SWIG_2(swigCPtr, layerName));
272 return ret;
273 }
274
275 public virtual OdResult setLayer(OdDbObjectId layerId, bool doSubents, bool allowHiddenLayer) {
276 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLayer", swigMethodTypes79) ? TD_DbPINVOKE.OdDbEntity_setLayerSwigExplicitOdDbEntity__SWIG_3(swigCPtr, OdDbObjectId.getCPtr(layerId), doSubents, allowHiddenLayer) : TD_DbPINVOKE.OdDbEntity_setLayer__SWIG_3(swigCPtr, OdDbObjectId.getCPtr(layerId), doSubents, allowHiddenLayer));
278 return ret;
279 }
280
281 public virtual OdResult setLayer(OdDbObjectId layerId, bool doSubents) {
282 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLayer", swigMethodTypes80) ? TD_DbPINVOKE.OdDbEntity_setLayerSwigExplicitOdDbEntity__SWIG_4(swigCPtr, OdDbObjectId.getCPtr(layerId), doSubents) : TD_DbPINVOKE.OdDbEntity_setLayer__SWIG_4(swigCPtr, OdDbObjectId.getCPtr(layerId), doSubents));
284 return ret;
285 }
286
292
293 public String linetype() {
294 string ret = TD_DbPINVOKE.OdDbEntity_linetype(swigCPtr);
296 return ret;
297}
298
304
305 public virtual OdResult setLinetype(String linetypeName, bool doSubents) {
306 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLinetype", swigMethodTypes82) ? TD_DbPINVOKE.OdDbEntity_setLinetypeSwigExplicitOdDbEntity__SWIG_0(swigCPtr, linetypeName, doSubents) : TD_DbPINVOKE.OdDbEntity_setLinetype__SWIG_0(swigCPtr, linetypeName, doSubents));
308 return ret;
309 }
310
311 public virtual OdResult setLinetype(String linetypeName) {
312 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLinetype", swigMethodTypes83) ? TD_DbPINVOKE.OdDbEntity_setLinetypeSwigExplicitOdDbEntity__SWIG_1(swigCPtr, linetypeName) : TD_DbPINVOKE.OdDbEntity_setLinetype__SWIG_1(swigCPtr, linetypeName));
314 return ret;
315 }
316
317 public virtual OdResult setLinetype(OdDbObjectId linetypeID, bool doSubents) {
318 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLinetype", swigMethodTypes84) ? TD_DbPINVOKE.OdDbEntity_setLinetypeSwigExplicitOdDbEntity__SWIG_2(swigCPtr, OdDbObjectId.getCPtr(linetypeID), doSubents) : TD_DbPINVOKE.OdDbEntity_setLinetype__SWIG_2(swigCPtr, OdDbObjectId.getCPtr(linetypeID), doSubents));
320 return ret;
321 }
322
323 public virtual OdResult setLinetype(OdDbObjectId linetypeID) {
324 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLinetype", swigMethodTypes85) ? TD_DbPINVOKE.OdDbEntity_setLinetypeSwigExplicitOdDbEntity__SWIG_3(swigCPtr, OdDbObjectId.getCPtr(linetypeID)) : TD_DbPINVOKE.OdDbEntity_setLinetype__SWIG_3(swigCPtr, OdDbObjectId.getCPtr(linetypeID)));
326 return ret;
327 }
328
329 public String material() {
330 string ret = TD_DbPINVOKE.OdDbEntity_material(swigCPtr);
332 return ret;
333}
334
340
341 public virtual OdResult setMaterial(String materialName, bool doSubents) {
342 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setMaterial", swigMethodTypes86) ? TD_DbPINVOKE.OdDbEntity_setMaterialSwigExplicitOdDbEntity__SWIG_0(swigCPtr, materialName, doSubents) : TD_DbPINVOKE.OdDbEntity_setMaterial__SWIG_0(swigCPtr, materialName, doSubents));
344 return ret;
345 }
346
347 public virtual OdResult setMaterial(String materialName) {
348 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setMaterial", swigMethodTypes87) ? TD_DbPINVOKE.OdDbEntity_setMaterialSwigExplicitOdDbEntity__SWIG_1(swigCPtr, materialName) : TD_DbPINVOKE.OdDbEntity_setMaterial__SWIG_1(swigCPtr, materialName));
350 return ret;
351 }
352
353 public virtual OdResult setMaterial(OdDbObjectId materialID, bool doSubents) {
354 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setMaterial", swigMethodTypes88) ? TD_DbPINVOKE.OdDbEntity_setMaterialSwigExplicitOdDbEntity__SWIG_2(swigCPtr, OdDbObjectId.getCPtr(materialID), doSubents) : TD_DbPINVOKE.OdDbEntity_setMaterial__SWIG_2(swigCPtr, OdDbObjectId.getCPtr(materialID), doSubents));
356 return ret;
357 }
358
359 public virtual OdResult setMaterial(OdDbObjectId materialID) {
360 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setMaterial", swigMethodTypes89) ? TD_DbPINVOKE.OdDbEntity_setMaterialSwigExplicitOdDbEntity__SWIG_3(swigCPtr, OdDbObjectId.getCPtr(materialID)) : TD_DbPINVOKE.OdDbEntity_setMaterial__SWIG_3(swigCPtr, OdDbObjectId.getCPtr(materialID)));
362 return ret;
363 }
364
370
376
378 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setVisualStyle", swigMethodTypes90) ? 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));
380 return ret;
381 }
382
388
394
395 public virtual OdGiMapper materialMapper() {
396 global::System.IntPtr cPtr = (SwigDerivedClassHasMethod("materialMapper", swigMethodTypes93) ? TD_DbPINVOKE.OdDbEntity_materialMapperSwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_materialMapper(swigCPtr));
397 OdGiMapper ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdGiMapper(cPtr, false);
399 return ret;
400 }
401
402 public virtual void setMaterialMapper(OdGiMapper mapper, bool doSubents) {
403 if (SwigDerivedClassHasMethod("setMaterialMapper", swigMethodTypes94)) TD_DbPINVOKE.OdDbEntity_setMaterialMapperSwigExplicitOdDbEntity__SWIG_0(swigCPtr, OdGiMapper.getCPtr(mapper), doSubents); else TD_DbPINVOKE.OdDbEntity_setMaterialMapper__SWIG_0(swigCPtr, OdGiMapper.getCPtr(mapper), doSubents);
405 }
406
407 public virtual void setMaterialMapper(OdGiMapper mapper) {
408 if (SwigDerivedClassHasMethod("setMaterialMapper", swigMethodTypes95)) TD_DbPINVOKE.OdDbEntity_setMaterialMapperSwigExplicitOdDbEntity__SWIG_1(swigCPtr, OdGiMapper.getCPtr(mapper)); else TD_DbPINVOKE.OdDbEntity_setMaterialMapper__SWIG_1(swigCPtr, OdGiMapper.getCPtr(mapper));
410 }
411
412 public double linetypeScale() {
413 double ret = TD_DbPINVOKE.OdDbEntity_linetypeScale(swigCPtr);
415 return ret;
416 }
417
418 public virtual OdResult setLinetypeScale(double linetypeScale, bool doSubents) {
419 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLinetypeScale", swigMethodTypes96) ? TD_DbPINVOKE.OdDbEntity_setLinetypeScaleSwigExplicitOdDbEntity__SWIG_0(swigCPtr, linetypeScale, doSubents) : TD_DbPINVOKE.OdDbEntity_setLinetypeScale__SWIG_0(swigCPtr, linetypeScale, doSubents));
421 return ret;
422 }
423
424 public virtual OdResult setLinetypeScale(double linetypeScale) {
425 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLinetypeScale", swigMethodTypes97) ? TD_DbPINVOKE.OdDbEntity_setLinetypeScaleSwigExplicitOdDbEntity__SWIG_1(swigCPtr, linetypeScale) : TD_DbPINVOKE.OdDbEntity_setLinetypeScale__SWIG_1(swigCPtr, linetypeScale));
427 return ret;
428 }
429
435
441
447
453
458
464
465 public virtual OdResult setLineWeight(LineWeight lineWeight, bool doSubents) {
466 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLineWeight", swigMethodTypes98) ? TD_DbPINVOKE.OdDbEntity_setLineWeightSwigExplicitOdDbEntity__SWIG_0(swigCPtr, (int)lineWeight, doSubents) : TD_DbPINVOKE.OdDbEntity_setLineWeight__SWIG_0(swigCPtr, (int)lineWeight, doSubents));
468 return ret;
469 }
470
472 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("setLineWeight", swigMethodTypes99) ? TD_DbPINVOKE.OdDbEntity_setLineWeightSwigExplicitOdDbEntity__SWIG_1(swigCPtr, (int)lineWeight) : TD_DbPINVOKE.OdDbEntity_setLineWeight__SWIG_1(swigCPtr, (int)lineWeight));
474 return ret;
475 }
476
477 public virtual bool castShadows() {
478 bool ret = (SwigDerivedClassHasMethod("castShadows", swigMethodTypes100) ? TD_DbPINVOKE.OdDbEntity_castShadowsSwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_castShadows(swigCPtr));
480 return ret;
481 }
482
483 public virtual void setCastShadows(bool castShadows) {
484 if (SwigDerivedClassHasMethod("setCastShadows", swigMethodTypes101)) TD_DbPINVOKE.OdDbEntity_setCastShadowsSwigExplicitOdDbEntity(swigCPtr, castShadows); else TD_DbPINVOKE.OdDbEntity_setCastShadows(swigCPtr, castShadows);
486 }
487
488 public virtual bool receiveShadows() {
489 bool ret = (SwigDerivedClassHasMethod("receiveShadows", swigMethodTypes102) ? TD_DbPINVOKE.OdDbEntity_receiveShadowsSwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_receiveShadows(swigCPtr));
491 return ret;
492 }
493
494 public virtual void setReceiveShadows(bool receiveShadows) {
495 if (SwigDerivedClassHasMethod("setReceiveShadows", swigMethodTypes103)) TD_DbPINVOKE.OdDbEntity_setReceiveShadowsSwigExplicitOdDbEntity(swigCPtr, receiveShadows); else TD_DbPINVOKE.OdDbEntity_setReceiveShadows(swigCPtr, receiveShadows);
497 }
498
499 public virtual CollisionType collisionType() {
500 CollisionType ret = (CollisionType)(SwigDerivedClassHasMethod("collisionType", swigMethodTypes104) ? TD_DbPINVOKE.OdDbEntity_collisionTypeSwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_collisionType(swigCPtr));
502 return ret;
503 }
504
509
514
515 public virtual bool isPlanar() {
516 bool ret = (SwigDerivedClassHasMethod("isPlanar", swigMethodTypes105) ? TD_DbPINVOKE.OdDbEntity_isPlanarSwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_isPlanar(swigCPtr));
518 return ret;
519 }
520
521 public virtual OdResult getPlane(OdGePlane plane, out Planarity planarity) {
522 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("getPlane", swigMethodTypes106) ? TD_DbPINVOKE.OdDbEntity_getPlaneSwigExplicitOdDbEntity(swigCPtr, OdGePlane.getCPtr(plane), out planarity) : TD_DbPINVOKE.OdDbEntity_getPlane(swigCPtr, OdGePlane.getCPtr(plane), out planarity));
524 return ret;
525 }
526
527 public override void subHandOverTo(OdDbObject pNewObject) {
528 if (SwigDerivedClassHasMethod("subHandOverTo", swigMethodTypes15)) TD_DbPINVOKE.OdDbEntity_subHandOverToSwigExplicitOdDbEntity(swigCPtr, OdDbObject.getCPtr(pNewObject)); else TD_DbPINVOKE.OdDbEntity_subHandOverTo(swigCPtr, OdDbObject.getCPtr(pNewObject));
530 }
531
537
538 public virtual OdResult getTransformedCopy(OdGeMatrix3d xfm, ref OdDbEntity /*OUT_PARAM for SMARTPTR*/ pCopy) {
539 /*OUT_PARAM for SMARTPTR pre*/ IntPtr tmp_pCopy = pCopy == null ? IntPtr.Zero : OdDbEntity.getCPtr(pCopy).Handle;
540 IntPtr saved_pCopy = tmp_pCopy;
541 /*OUT_PARAM for SMARTPTR pre*/
542 try {
543 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_getTransformedCopy(swigCPtr, OdGeMatrix3d.getCPtr(xfm), ref tmp_pCopy /*OUT_PARAM for SMARTPTR*/);
545 return ret;
546 } finally {
547if(tmp_pCopy == IntPtr.Zero) pCopy = null;
548 if(tmp_pCopy != IntPtr.Zero && tmp_pCopy != saved_pCopy)
549 {
550 MemoryTransaction mTrans_pCopy = MemoryManager.GetMemoryManager().GetCurrentTransaction();
551 if(mTrans_pCopy != null)
552 mTrans_pCopy.AddObject(Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_pCopy, true));
553 pCopy = Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_pCopy, mTrans_pCopy == null);
554 /*OUT_PARAM for SMARTPTR*/
555 }
556 }
557 }
558
564
570
571 public virtual OdResult explodeToBlock(OdDbBlockTableRecord pBlockRecord) {
572 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("explodeToBlock", swigMethodTypes108) ? TD_DbPINVOKE.OdDbEntity_explodeToBlockSwigExplicitOdDbEntity__SWIG_1(swigCPtr, OdDbBlockTableRecord.getCPtr(pBlockRecord)) : TD_DbPINVOKE.OdDbEntity_explodeToBlock__SWIG_1(swigCPtr, OdDbBlockTableRecord.getCPtr(pBlockRecord)));
574 return ret;
575 }
576
577 public virtual OdResult explodeGeometry(OdRxObjectPtrArray entitySet) {
578 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("explodeGeometry", swigMethodTypes109) ? TD_DbPINVOKE.OdDbEntity_explodeGeometrySwigExplicitOdDbEntity(swigCPtr, OdRxObjectPtrArray.getCPtr(entitySet)) : TD_DbPINVOKE.OdDbEntity_explodeGeometry(swigCPtr, OdRxObjectPtrArray.getCPtr(entitySet)));
580 return ret;
581 }
582
588
590 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("explodeGeometryToBlock", swigMethodTypes111) ? TD_DbPINVOKE.OdDbEntity_explodeGeometryToBlockSwigExplicitOdDbEntity__SWIG_1(swigCPtr, OdDbBlockTableRecord.getCPtr(pBlockRecord)) : TD_DbPINVOKE.OdDbEntity_explodeGeometryToBlock__SWIG_1(swigCPtr, OdDbBlockTableRecord.getCPtr(pBlockRecord)));
592 return ret;
593 }
594
595 public override bool subWorldDraw(OdGiWorldDraw pWd) {
596 bool ret = (SwigDerivedClassHasMethod("subWorldDraw", swigMethodTypes9) ? TD_DbPINVOKE.OdDbEntity_subWorldDrawSwigExplicitOdDbEntity(swigCPtr, OdGiWorldDraw.getCPtr(pWd)) : TD_DbPINVOKE.OdDbEntity_subWorldDraw(swigCPtr, OdGiWorldDraw.getCPtr(pWd)));
598 return ret;
599 }
600
601 public override void subViewportDraw(OdGiViewportDraw pVd) {
602 if (SwigDerivedClassHasMethod("subViewportDraw", swigMethodTypes10)) TD_DbPINVOKE.OdDbEntity_subViewportDrawSwigExplicitOdDbEntity(swigCPtr, OdGiViewportDraw.getCPtr(pVd)); else TD_DbPINVOKE.OdDbEntity_subViewportDraw(swigCPtr, OdGiViewportDraw.getCPtr(pVd));
604 }
605
610
615
620
621 public virtual void subSetDatabaseDefaults(OdDbDatabase pDb, bool doSubents) {
622 if (SwigDerivedClassHasMethod("subSetDatabaseDefaults", swigMethodTypes112)) TD_DbPINVOKE.OdDbEntity_subSetDatabaseDefaultsSwigExplicitOdDbEntity(swigCPtr, OdDbDatabase.getCPtr(pDb), doSubents); else TD_DbPINVOKE.OdDbEntity_subSetDatabaseDefaults(swigCPtr, OdDbDatabase.getCPtr(pDb), doSubents);
624 }
625
626 public override void applyPartialUndo(OdDbDwgFiler pUndoFiler, OdRxClass pClassObj) {
627 if (SwigDerivedClassHasMethod("applyPartialUndo", swigMethodTypes32)) TD_DbPINVOKE.OdDbEntity_applyPartialUndoSwigExplicitOdDbEntity(swigCPtr, OdDbDwgFiler.getCPtr(pUndoFiler), OdRxClass.getCPtr(pClassObj)); else TD_DbPINVOKE.OdDbEntity_applyPartialUndo(swigCPtr, OdDbDwgFiler.getCPtr(pUndoFiler), OdRxClass.getCPtr(pClassObj));
629 }
630
631 public override OdResult dwgInFields(OdDbDwgFiler pFiler) {
632 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("dwgInFields", swigMethodTypes22) ? TD_DbPINVOKE.OdDbEntity_dwgInFieldsSwigExplicitOdDbEntity(swigCPtr, OdDbDwgFiler.getCPtr(pFiler)) : TD_DbPINVOKE.OdDbEntity_dwgInFields(swigCPtr, OdDbDwgFiler.getCPtr(pFiler)));
634 return ret;
635 }
636
637 public override void dwgOutFields(OdDbDwgFiler pFiler) {
638 if (SwigDerivedClassHasMethod("dwgOutFields", swigMethodTypes23)) TD_DbPINVOKE.OdDbEntity_dwgOutFieldsSwigExplicitOdDbEntity(swigCPtr, OdDbDwgFiler.getCPtr(pFiler)); else TD_DbPINVOKE.OdDbEntity_dwgOutFields(swigCPtr, OdDbDwgFiler.getCPtr(pFiler));
640 }
641
642 public override void appendToOwner(OdDbIdPair idPair, OdDbObject pOwnerObject, OdDbIdMapping ownerIdMap) {
643 if (SwigDerivedClassHasMethod("appendToOwner", swigMethodTypes37)) 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));
645 }
646
647 public override OdResult dxfIn(OdDbDxfFiler pFiler) {
648 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("dxfIn", swigMethodTypes20) ? TD_DbPINVOKE.OdDbEntity_dxfInSwigExplicitOdDbEntity(swigCPtr, OdDbDxfFiler.getCPtr(pFiler)) : TD_DbPINVOKE.OdDbEntity_dxfIn(swigCPtr, OdDbDxfFiler.getCPtr(pFiler)));
650 return ret;
651 }
652
653 public override void dxfOut(OdDbDxfFiler pFiler) {
654 if (SwigDerivedClassHasMethod("dxfOut", swigMethodTypes21)) TD_DbPINVOKE.OdDbEntity_dxfOutSwigExplicitOdDbEntity(swigCPtr, OdDbDxfFiler.getCPtr(pFiler)); else TD_DbPINVOKE.OdDbEntity_dxfOut(swigCPtr, OdDbDxfFiler.getCPtr(pFiler));
656 }
657
658 public override OdResult dxfInFields(OdDbDxfFiler pFiler) {
659 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("dxfInFields", swigMethodTypes24) ? TD_DbPINVOKE.OdDbEntity_dxfInFieldsSwigExplicitOdDbEntity(swigCPtr, OdDbDxfFiler.getCPtr(pFiler)) : TD_DbPINVOKE.OdDbEntity_dxfInFields(swigCPtr, OdDbDxfFiler.getCPtr(pFiler)));
661 return ret;
662 }
663
664 public override void dxfOutFields(OdDbDxfFiler pFiler) {
665 if (SwigDerivedClassHasMethod("dxfOutFields", swigMethodTypes25)) TD_DbPINVOKE.OdDbEntity_dxfOutFieldsSwigExplicitOdDbEntity(swigCPtr, OdDbDxfFiler.getCPtr(pFiler)); else TD_DbPINVOKE.OdDbEntity_dxfOutFields(swigCPtr, OdDbDxfFiler.getCPtr(pFiler));
667 }
668
669 public override OdResult dxfInFields_R12(OdDbDxfFiler pFiler) {
670 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("dxfInFields_R12", swigMethodTypes26) ? TD_DbPINVOKE.OdDbEntity_dxfInFields_R12SwigExplicitOdDbEntity(swigCPtr, OdDbDxfFiler.getCPtr(pFiler)) : TD_DbPINVOKE.OdDbEntity_dxfInFields_R12(swigCPtr, OdDbDxfFiler.getCPtr(pFiler)));
672 return ret;
673 }
674
675 public override void dxfOutFields_R12(OdDbDxfFiler pFiler) {
676 if (SwigDerivedClassHasMethod("dxfOutFields_R12", swigMethodTypes27)) TD_DbPINVOKE.OdDbEntity_dxfOutFields_R12SwigExplicitOdDbEntity(swigCPtr, OdDbDxfFiler.getCPtr(pFiler)); else TD_DbPINVOKE.OdDbEntity_dxfOutFields_R12(swigCPtr, OdDbDxfFiler.getCPtr(pFiler));
678 }
679
680 public override OdGiDrawable drawable() {
681 OdGiDrawable ret = (OdGiDrawable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDrawable),(SwigDerivedClassHasMethod("drawable", swigMethodTypes56) ? TD_DbPINVOKE.OdDbEntity_drawableSwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_drawable(swigCPtr)),false); /*createInt 3_2*/
682
684 return ret;
685}
686
687 public override UInt32 subSetAttributes(OdGiDrawableTraits pTraits) {
688// test csout
689 /*SIMPLETYPE*/
690 UInt32 ret = (SwigDerivedClassHasMethod("subSetAttributes", swigMethodTypes8) ? TD_DbPINVOKE.OdDbEntity_subSetAttributesSwigExplicitOdDbEntity(swigCPtr, OdGiDrawableTraits.getCPtr(pTraits)) : TD_DbPINVOKE.OdDbEntity_subSetAttributes(swigCPtr, OdGiDrawableTraits.getCPtr(pTraits)));
692 return ret;
693 }
694
695 public virtual void subList() {
696 if (SwigDerivedClassHasMethod("subList", swigMethodTypes113)) TD_DbPINVOKE.OdDbEntity_subListSwigExplicitOdDbEntity(swigCPtr); else TD_DbPINVOKE.OdDbEntity_subList(swigCPtr);
698 }
699
700 public virtual new OdResult subGetClassID(IntPtr pClsid) {
701 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetClassID", swigMethodTypes61) ? TD_DbPINVOKE.OdDbEntity_subGetClassIDSwigExplicitOdDbEntity(swigCPtr, pClsid /*SIMPLETYPE*/) : TD_DbPINVOKE.OdDbEntity_subGetClassID(swigCPtr, pClsid /*SIMPLETYPE*/));
703 return ret;
704 }
705
706 public override void subSwapIdWith(OdDbObjectId otherId, bool swapXdata, bool swapExtDict) {
707 if (SwigDerivedClassHasMethod("subSwapIdWith", swigMethodTypes16)) 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);
709 }
710
711 public override void subSwapIdWith(OdDbObjectId otherId, bool swapXdata) {
712 if (SwigDerivedClassHasMethod("subSwapIdWith", swigMethodTypes17)) TD_DbPINVOKE.OdDbEntity_subSwapIdWithSwigExplicitOdDbEntity__SWIG_1(swigCPtr, OdDbObjectId.getCPtr(otherId), swapXdata); else TD_DbPINVOKE.OdDbEntity_subSwapIdWith__SWIG_1(swigCPtr, OdDbObjectId.getCPtr(otherId), swapXdata);
714 }
715
716 public override void subSwapIdWith(OdDbObjectId otherId) {
717 if (SwigDerivedClassHasMethod("subSwapIdWith", swigMethodTypes18)) TD_DbPINVOKE.OdDbEntity_subSwapIdWithSwigExplicitOdDbEntity__SWIG_2(swigCPtr, OdDbObjectId.getCPtr(otherId)); else TD_DbPINVOKE.OdDbEntity_subSwapIdWith__SWIG_2(swigCPtr, OdDbObjectId.getCPtr(otherId));
719 }
720
721 public override OdResult subErase(bool erasing) {
722 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subErase", swigMethodTypes14) ? TD_DbPINVOKE.OdDbEntity_subEraseSwigExplicitOdDbEntity(swigCPtr, erasing) : TD_DbPINVOKE.OdDbEntity_subErase(swigCPtr, erasing));
724 return ret;
725 }
726
727 public override OdResult subOpen(OpenMode mode) {
728 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subOpen", swigMethodTypes12) ? TD_DbPINVOKE.OdDbEntity_subOpenSwigExplicitOdDbEntity(swigCPtr, (int)mode) : TD_DbPINVOKE.OdDbEntity_subOpen(swigCPtr, (int)mode));
730 return ret;
731 }
732
737
742
743 public override void copyFrom(OdRxObject pSource) {
744 if (SwigDerivedClassHasMethod("copyFrom", swigMethodTypes2)) TD_DbPINVOKE.OdDbEntity_copyFromSwigExplicitOdDbEntity(swigCPtr, OdRxObject.getCPtr(pSource)); else TD_DbPINVOKE.OdDbEntity_copyFrom(swigCPtr, OdRxObject.getCPtr(pSource));
746 }
747
752
758
759 public virtual void highlight(bool bDoIt, OdDbFullSubentPath pSubId, bool highlightAll) {
760 TD_DbPINVOKE.OdDbEntity_highlight__SWIG_0(swigCPtr, bDoIt, OdDbFullSubentPath.getCPtr(pSubId), highlightAll);
762 }
763
768
769 public virtual void highlight(bool bDoIt) {
772 }
773
778
779 public virtual OdResult getOsnapPoints(OsnapMode osnapMode, IntPtr gsSelectionMark, OdGePoint3d pickPoint, OdGePoint3d lastPoint, OdGeMatrix3d xWorldToEye, OdGePoint3dArray snapPoints) {
780 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));
782 return ret;
783 }
784
785 public virtual OdResult getOsnapPoints(OsnapMode osnapMode, IntPtr gsSelectionMark, OdGePoint3d pickPoint, OdGePoint3d lastPoint, OdGeMatrix3d xWorldToEye, OdGePoint3dArray snapPoints, OdGeMatrix3d insertionMat) {
786 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));
788 return ret;
789 }
790
791 public virtual bool isContentSnappable() {
792 bool ret = TD_DbPINVOKE.OdDbEntity_isContentSnappable(swigCPtr);
794 return ret;
795 }
796
802
808
809 public virtual OdResult getGripPoints(OdDbGripDataPtrArray grips, double curViewUnitSize, int gripSize, OdGeVector3d curViewDir, int bitFlags) {
810 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_getGripPoints__SWIG_1(swigCPtr, OdDbGripDataPtrArray.getCPtr(grips), curViewUnitSize, gripSize, OdGeVector3d.getCPtr(curViewDir), bitFlags);
812 return ret;
813 }
814
820
826
832
833 public virtual void dragStatus(DragStat status) {
834 if (SwigDerivedClassHasMethod("dragStatus", swigMethodTypes114)) TD_DbPINVOKE.OdDbEntity_dragStatusSwigExplicitOdDbEntity(swigCPtr, (int)status); else TD_DbPINVOKE.OdDbEntity_dragStatus(swigCPtr, (int)status);
836 }
837
838 public virtual void gripStatus(GripStat status) {
839 TD_DbPINVOKE.OdDbEntity_gripStatus(swigCPtr, (int)status);
841 }
842
843 public virtual bool cloneMeForDragging() {
844 bool ret = TD_DbPINVOKE.OdDbEntity_cloneMeForDragging(swigCPtr);
846 return ret;
847 }
848
849 public virtual bool hideMeForDragging() {
850 bool ret = TD_DbPINVOKE.OdDbEntity_hideMeForDragging(swigCPtr);
852 return ret;
853 }
854
855 public virtual void saveAs(OdGiWorldDraw pWd, DwgVersion ver) {
856 if (SwigDerivedClassHasMethod("saveAs", swigMethodTypes115)) TD_DbPINVOKE.OdDbEntity_saveAsSwigExplicitOdDbEntity(swigCPtr, OdGiWorldDraw.getCPtr(pWd), (int)ver); else TD_DbPINVOKE.OdDbEntity_saveAs(swigCPtr, OdGiWorldDraw.getCPtr(pWd), (int)ver);
858 }
859
865
866 public virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points, IntPtr thisGsMarker, IntPtr otherGsMarker) {
867 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_intersectWith__SWIG_0(swigCPtr, OdDbEntity.getCPtr(pEnt), (int)intType, OdGePoint3dArray.getCPtr(points), thisGsMarker /*SIMPLETYPE*/, otherGsMarker /*SIMPLETYPE*/);
869 return ret;
870 }
871
872 public virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points, IntPtr thisGsMarker) {
873 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_intersectWith__SWIG_1(swigCPtr, OdDbEntity.getCPtr(pEnt), (int)intType, OdGePoint3dArray.getCPtr(points), thisGsMarker /*SIMPLETYPE*/);
875 return ret;
876 }
877
883
884 public virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points, IntPtr thisGsMarker, IntPtr otherGsMarker) {
885 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*/);
887 return ret;
888 }
889
890 public virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points, IntPtr thisGsMarker) {
891 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_intersectWith__SWIG_4(swigCPtr, OdDbEntity.getCPtr(pEnt), (int)intType, OdGePlane.getCPtr(projPlane), OdGePoint3dArray.getCPtr(points), thisGsMarker /*SIMPLETYPE*/);
893 return ret;
894 }
895
896 public virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points) {
899 return ret;
900 }
901
902 public OdResult boundingBoxIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points, IntPtr thisGsMarker, IntPtr otherGsMarker) {
903 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_boundingBoxIntersectWith__SWIG_0(swigCPtr, OdDbEntity.getCPtr(pEnt), (int)intType, OdGePoint3dArray.getCPtr(points), thisGsMarker /*SIMPLETYPE*/, otherGsMarker /*SIMPLETYPE*/);
905 return ret;
906 }
907
908 public OdResult boundingBoxIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points, IntPtr thisGsMarker, IntPtr otherGsMarker) {
909 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*/);
911 return ret;
912 }
913
914 public virtual OdResult getSubentPathsAtGsMarker(Teigha.Core.SubentType type, IntPtr gsMark, OdGePoint3d pickPoint, OdGeMatrix3d xfm, OdDbFullSubentPathArray subentPaths, OdDbObjectIdArray pEntAndInsertStack) {
915 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));
917 return ret;
918 }
919
920 public virtual OdResult getSubentPathsAtGsMarker(Teigha.Core.SubentType type, IntPtr gsMark, OdGePoint3d pickPoint, OdGeMatrix3d xfm, OdDbFullSubentPathArray subentPaths) {
921 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_getSubentPathsAtGsMarker__SWIG_1(swigCPtr, (int)type, gsMark /*SIMPLETYPE*/, OdGePoint3d.getCPtr(pickPoint), OdGeMatrix3d.getCPtr(xfm), OdDbFullSubentPathArray.getCPtr(subentPaths));
923 return ret;
924 }
925
931
932 public virtual OdResult getGripPointsAtSubentPath(OdDbFullSubentPath path, OdDbGripDataPtrArray grips, double curViewUnitSize, int gripSize, OdGeVector3d curViewDir, UInt32 bitflags) {
933 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_getGripPointsAtSubentPath(swigCPtr, OdDbFullSubentPath.getCPtr(path), OdDbGripDataPtrArray.getCPtr(grips), curViewUnitSize, gripSize, OdGeVector3d.getCPtr(curViewDir), bitflags /*SIMPLETYPE*/);
935 return ret;
936 }
937
943
949
955
956 public virtual OdDbEntity subentPtr(OdDbFullSubentPath path) {// OdDbEntityPtr
957 MemoryManager mMan = MemoryManager.GetMemoryManager();
958 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
959 IntPtr ptr = TD_DbPINVOKE.OdDbEntity_subentPtr(swigCPtr, OdDbFullSubentPath.getCPtr(path));
960
961 OdDbEntity ret = null;
962 if (null != mTrans)
963 {
964 mTrans.AddObject((OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, true));
965 ret = (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, false);
966 }
967 else
968 {
969 ret = (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, true);
970 }
971
973 return ret;
974}
975
981
982 public virtual OdResult getSubentClassId(OdDbFullSubentPath path, IntPtr clsId) {
983 OdResult ret = (OdResult)TD_DbPINVOKE.OdDbEntity_getSubentClassId(swigCPtr, OdDbFullSubentPath.getCPtr(path), clsId /*SIMPLETYPE*/);
985 return ret;
986 }
987
993
998
999 public virtual OdGeMatrix3d getEcs() {
1000 OdGeMatrix3d ret = new OdGeMatrix3d((SwigDerivedClassHasMethod("getEcs", swigMethodTypes116) ? TD_DbPINVOKE.OdDbEntity_getEcsSwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_getEcs(swigCPtr)), true);
1002 return ret;
1003 }
1004
1005 protected virtual OdResult subTransformBy(OdGeMatrix3d xfm) {
1006 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subTransformBy", swigMethodTypes117) ? TD_DbPINVOKE.OdDbEntity_subTransformBySwigExplicitOdDbEntity(swigCPtr, OdGeMatrix3d.getCPtr(xfm)) : TD_DbPINVOKE.OdDbEntity_subTransformBy(swigCPtr, OdGeMatrix3d.getCPtr(xfm)));
1008 return ret;
1009 }
1010
1011 protected virtual OdResult subGetTransformedCopy(OdGeMatrix3d xfm, ref OdDbEntity /*OUT_PARAM for SMARTPTR*/ pCopy) {
1012 /*OUT_PARAM for SMARTPTR pre*/ IntPtr tmp_pCopy = pCopy == null ? IntPtr.Zero : OdDbEntity.getCPtr(pCopy).Handle;
1013 IntPtr saved_pCopy = tmp_pCopy;
1014 /*OUT_PARAM for SMARTPTR pre*/
1015 try {
1016 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetTransformedCopy", swigMethodTypes118) ? 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*/));
1018 return ret;
1019 } finally {
1020if(tmp_pCopy == IntPtr.Zero) pCopy = null;
1021 if(tmp_pCopy != IntPtr.Zero && tmp_pCopy != saved_pCopy)
1022 {
1023 MemoryTransaction mTrans_pCopy = MemoryManager.GetMemoryManager().GetCurrentTransaction();
1024 if(mTrans_pCopy != null)
1025 mTrans_pCopy.AddObject(Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_pCopy, true));
1026 pCopy = Teigha.Core.Helpers.odCreateObjectInternal<OdDbEntity>(typeof(OdDbEntity), tmp_pCopy, mTrans_pCopy == null);
1027 /*OUT_PARAM for SMARTPTR*/
1028 }
1029 }
1030 }
1031
1032 protected virtual OdResult subExplode(OdRxObjectPtrArray entitySet) {
1033 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subExplode", swigMethodTypes119) ? TD_DbPINVOKE.OdDbEntity_subExplodeSwigExplicitOdDbEntity(swigCPtr, OdRxObjectPtrArray.getCPtr(entitySet)) : TD_DbPINVOKE.OdDbEntity_subExplode(swigCPtr, OdRxObjectPtrArray.getCPtr(entitySet)));
1035 return ret;
1036 }
1037
1039 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetCompoundObjectTransform", swigMethodTypes120) ? TD_DbPINVOKE.OdDbEntity_subGetCompoundObjectTransformSwigExplicitOdDbEntity(swigCPtr, OdGeMatrix3d.getCPtr(xM)) : TD_DbPINVOKE.OdDbEntity_subGetCompoundObjectTransform(swigCPtr, OdGeMatrix3d.getCPtr(xM)));
1041 return ret;
1042 }
1043
1044 protected virtual bool subCloneMeForDragging() {
1045 bool ret = (SwigDerivedClassHasMethod("subCloneMeForDragging", swigMethodTypes121) ? TD_DbPINVOKE.OdDbEntity_subCloneMeForDraggingSwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_subCloneMeForDragging(swigCPtr));
1047 return ret;
1048 }
1049
1050 protected virtual bool subHideMeForDragging() {
1051 bool ret = (SwigDerivedClassHasMethod("subHideMeForDragging", swigMethodTypes122) ? TD_DbPINVOKE.OdDbEntity_subHideMeForDraggingSwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_subHideMeForDragging(swigCPtr));
1053 return ret;
1054 }
1055
1056 protected virtual void subGripStatus(GripStat status) {
1057 if (SwigDerivedClassHasMethod("subGripStatus", swigMethodTypes123)) TD_DbPINVOKE.OdDbEntity_subGripStatusSwigExplicitOdDbEntity(swigCPtr, (int)status); else TD_DbPINVOKE.OdDbEntity_subGripStatus(swigCPtr, (int)status);
1059 }
1060
1061 protected virtual OdResult subGetOsnapPoints(OsnapMode osnapMode, IntPtr gsSelectionMark, OdGePoint3d pickPoint, OdGePoint3d lastPoint, OdGeMatrix3d xWorldToEye, OdGePoint3dArray snapPoints) {
1062 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetOsnapPoints", swigMethodTypes124) ? 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)));
1064 return ret;
1065 }
1066
1067 protected virtual OdResult subGetOsnapPoints(OsnapMode osnapMode, IntPtr gsSelectionMark, OdGePoint3d pickPoint, OdGePoint3d lastPoint, OdGeMatrix3d xWorldToEye, OdGePoint3dArray snapPoints, OdGeMatrix3d insertionMat) {
1068 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetOsnapPoints", swigMethodTypes125) ? 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)));
1070 return ret;
1071 }
1072
1073 protected virtual bool subIsContentSnappable() {
1074 bool ret = (SwigDerivedClassHasMethod("subIsContentSnappable", swigMethodTypes126) ? TD_DbPINVOKE.OdDbEntity_subIsContentSnappableSwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_subIsContentSnappable(swigCPtr));
1076 return ret;
1077 }
1078
1079 protected virtual OdResult subGetGripPoints(OdGePoint3dArray gripPoints) {
1080 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetGripPoints", swigMethodTypes127) ? TD_DbPINVOKE.OdDbEntity_subGetGripPointsSwigExplicitOdDbEntity__SWIG_0(swigCPtr, OdGePoint3dArray.getCPtr(gripPoints)) : TD_DbPINVOKE.OdDbEntity_subGetGripPoints__SWIG_0(swigCPtr, OdGePoint3dArray.getCPtr(gripPoints)));
1082 return ret;
1083 }
1084
1085 protected virtual OdResult subMoveGripPointsAt(OdIntArray indices, OdGeVector3d offset) {
1086 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subMoveGripPointsAt", swigMethodTypes128) ? 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)));
1088 return ret;
1089 }
1090
1091 protected virtual OdResult subGetGripPoints(OdDbGripDataPtrArray grips, double curViewUnitSize, int gripSize, OdGeVector3d curViewDir, int bitFlags) {
1092 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetGripPoints", swigMethodTypes129) ? 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));
1094 return ret;
1095 }
1096
1097 protected virtual OdResult subMoveGripPointsAt(OdDbVoidPtrArray grips, OdGeVector3d offset, int bitFlags) {
1098 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subMoveGripPointsAt", swigMethodTypes130) ? 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));
1100 return ret;
1101 }
1102
1103 protected virtual OdResult subGetStretchPoints(OdGePoint3dArray stretchPoints) {
1104 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetStretchPoints", swigMethodTypes131) ? TD_DbPINVOKE.OdDbEntity_subGetStretchPointsSwigExplicitOdDbEntity(swigCPtr, OdGePoint3dArray.getCPtr(stretchPoints)) : TD_DbPINVOKE.OdDbEntity_subGetStretchPoints(swigCPtr, OdGePoint3dArray.getCPtr(stretchPoints)));
1106 return ret;
1107 }
1108
1109 protected virtual OdResult subMoveStretchPointsAt(OdIntArray indices, OdGeVector3d offset) {
1110 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subMoveStretchPointsAt", swigMethodTypes132) ? TD_DbPINVOKE.OdDbEntity_subMoveStretchPointsAtSwigExplicitOdDbEntity(swigCPtr, OdIntArray.getCPtr(indices).Handle, OdGeVector3d.getCPtr(offset)) : TD_DbPINVOKE.OdDbEntity_subMoveStretchPointsAt(swigCPtr, OdIntArray.getCPtr(indices).Handle, OdGeVector3d.getCPtr(offset)));
1112 return ret;
1113 }
1114
1115 protected virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points, IntPtr thisGsMarker, IntPtr otherGsMarker) {
1116 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes133) ? 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*/));
1118 return ret;
1119 }
1120
1121 protected virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points, IntPtr thisGsMarker) {
1122 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes134) ? 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*/));
1124 return ret;
1125 }
1126
1127 protected virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points) {
1128 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes135) ? 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)));
1130 return ret;
1131 }
1132
1133 protected virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points, IntPtr thisGsMarker, IntPtr otherGsMarker) {
1134 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes136) ? 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*/));
1136 return ret;
1137 }
1138
1139 protected virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points, IntPtr thisGsMarker) {
1140 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes137) ? 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*/));
1142 return ret;
1143 }
1144
1145 protected virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points) {
1146 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes138) ? 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)));
1148 return ret;
1149 }
1150
1151 protected virtual void subHighlight(bool bDoIt, OdDbFullSubentPath pSubId, bool highlightAll) {
1152 if (SwigDerivedClassHasMethod("subHighlight", swigMethodTypes139)) 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);
1154 }
1155
1156 protected virtual void subHighlight(bool bDoIt, OdDbFullSubentPath pSubId) {
1157 if (SwigDerivedClassHasMethod("subHighlight", swigMethodTypes140)) TD_DbPINVOKE.OdDbEntity_subHighlightSwigExplicitOdDbEntity__SWIG_1(swigCPtr, bDoIt, OdDbFullSubentPath.getCPtr(pSubId)); else TD_DbPINVOKE.OdDbEntity_subHighlight__SWIG_1(swigCPtr, bDoIt, OdDbFullSubentPath.getCPtr(pSubId));
1159 }
1160
1161 protected virtual void subHighlight(bool bDoIt) {
1162 if (SwigDerivedClassHasMethod("subHighlight", swigMethodTypes141)) TD_DbPINVOKE.OdDbEntity_subHighlightSwigExplicitOdDbEntity__SWIG_2(swigCPtr, bDoIt); else TD_DbPINVOKE.OdDbEntity_subHighlight__SWIG_2(swigCPtr, bDoIt);
1164 }
1165
1166 protected virtual void subHighlight() {
1167 if (SwigDerivedClassHasMethod("subHighlight", swigMethodTypes142)) TD_DbPINVOKE.OdDbEntity_subHighlightSwigExplicitOdDbEntity__SWIG_3(swigCPtr); else TD_DbPINVOKE.OdDbEntity_subHighlight__SWIG_3(swigCPtr);
1169 }
1170
1171 protected virtual Visibility subVisibility() {
1172 Visibility ret = (Visibility)(SwigDerivedClassHasMethod("subVisibility", swigMethodTypes143) ? TD_DbPINVOKE.OdDbEntity_subVisibilitySwigExplicitOdDbEntity(swigCPtr) : TD_DbPINVOKE.OdDbEntity_subVisibility(swigCPtr));
1174 return ret;
1175 }
1176
1177 protected virtual OdResult subSetVisibility(Visibility visibility, bool doSubents) {
1178 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subSetVisibility", swigMethodTypes144) ? TD_DbPINVOKE.OdDbEntity_subSetVisibilitySwigExplicitOdDbEntity__SWIG_0(swigCPtr, (int)visibility, doSubents) : TD_DbPINVOKE.OdDbEntity_subSetVisibility__SWIG_0(swigCPtr, (int)visibility, doSubents));
1180 return ret;
1181 }
1182
1184 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subSetVisibility", swigMethodTypes145) ? TD_DbPINVOKE.OdDbEntity_subSetVisibilitySwigExplicitOdDbEntity__SWIG_1(swigCPtr, (int)visibility) : TD_DbPINVOKE.OdDbEntity_subSetVisibility__SWIG_1(swigCPtr, (int)visibility));
1186 return ret;
1187 }
1188
1189 protected virtual OdResult subGetGeomExtents(OdGeExtents3d extents) {
1190 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetGeomExtents", swigMethodTypes146) ? TD_DbPINVOKE.OdDbEntity_subGetGeomExtentsSwigExplicitOdDbEntity(swigCPtr, OdGeExtents3d.getCPtr(extents)) : TD_DbPINVOKE.OdDbEntity_subGetGeomExtents(swigCPtr, OdGeExtents3d.getCPtr(extents)));
1192 return ret;
1193 }
1194
1196 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subDeleteSubentPaths", swigMethodTypes147) ? TD_DbPINVOKE.OdDbEntity_subDeleteSubentPathsSwigExplicitOdDbEntity(swigCPtr, OdDbFullSubentPathArray.getCPtr(paths)) : TD_DbPINVOKE.OdDbEntity_subDeleteSubentPaths(swigCPtr, OdDbFullSubentPathArray.getCPtr(paths)));
1198 return ret;
1199 }
1200
1202 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subAddSubentPaths", swigMethodTypes148) ? TD_DbPINVOKE.OdDbEntity_subAddSubentPathsSwigExplicitOdDbEntity(swigCPtr, OdDbFullSubentPathArray.getCPtr(paths)) : TD_DbPINVOKE.OdDbEntity_subAddSubentPaths(swigCPtr, OdDbFullSubentPathArray.getCPtr(paths)));
1204 return ret;
1205 }
1206
1207 protected virtual OdResult subMoveGripPointsAtSubentPaths(OdDbFullSubentPathArray paths, OdDbVoidPtrArray gripAppData, OdGeVector3d offset, UInt32 bitflags) {
1208 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subMoveGripPointsAtSubentPaths", swigMethodTypes149) ? 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*/));
1210 return ret;
1211 }
1212
1213 protected virtual OdResult subGetGripPointsAtSubentPath(OdDbFullSubentPath path, OdDbGripDataPtrArray grips, double curViewUnitSize, int gripSize, OdGeVector3d curViewDir, UInt32 bitflags) {
1214 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetGripPointsAtSubentPath", swigMethodTypes150) ? 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*/));
1216 return ret;
1217 }
1218
1219 protected virtual OdResult subGetSubentPathsAtGsMarker(Teigha.Core.SubentType type, IntPtr gsMark, OdGePoint3d pickPoint, OdGeMatrix3d xfm, OdDbFullSubentPathArray subentPaths, OdDbObjectIdArray pEntAndInsertStack) {
1220 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetSubentPathsAtGsMarker", swigMethodTypes151) ? 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)));
1222 return ret;
1223 }
1224
1225 protected virtual OdResult subGetSubentPathsAtGsMarker(Teigha.Core.SubentType type, IntPtr gsMark, OdGePoint3d pickPoint, OdGeMatrix3d xfm, OdDbFullSubentPathArray subentPaths) {
1226 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetSubentPathsAtGsMarker", swigMethodTypes152) ? 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)));
1228 return ret;
1229 }
1230
1232 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetGsMarkersAtSubentPath", swigMethodTypes153) ? TD_DbPINVOKE.OdDbEntity_subGetGsMarkersAtSubentPathSwigExplicitOdDbEntity(swigCPtr, OdDbFullSubentPath.getCPtr(subPath), OdGsMarkerArray.getCPtr(gsMarkers)) : TD_DbPINVOKE.OdDbEntity_subGetGsMarkersAtSubentPath(swigCPtr, OdDbFullSubentPath.getCPtr(subPath), OdGsMarkerArray.getCPtr(gsMarkers)));
1234 return ret;
1235 }
1236
1237 protected virtual OdDbEntity subSubentPtr(OdDbFullSubentPath path) {// OdDbEntityPtr
1238 MemoryManager mMan = MemoryManager.GetMemoryManager();
1239 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
1240 IntPtr ptr = (SwigDerivedClassHasMethod("subSubentPtr", swigMethodTypes154) ? TD_DbPINVOKE.OdDbEntity_subSubentPtrSwigExplicitOdDbEntity(swigCPtr, OdDbFullSubentPath.getCPtr(path)) : TD_DbPINVOKE.OdDbEntity_subSubentPtr(swigCPtr, OdDbFullSubentPath.getCPtr(path)));
1241
1242 OdDbEntity ret = null;
1243 if (null != mTrans)
1244 {
1245 mTrans.AddObject((OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, true));
1246 ret = (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, false);
1247 }
1248 else
1249 {
1250 ret = (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),ptr, true);
1251 }
1252
1254 return ret;
1255}
1256
1262
1263 protected virtual OdResult subGetSubentClassId(OdDbFullSubentPath path, IntPtr clsId) {
1264 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetSubentClassId", swigMethodTypes156) ? TD_DbPINVOKE.OdDbEntity_subGetSubentClassIdSwigExplicitOdDbEntity(swigCPtr, OdDbFullSubentPath.getCPtr(path), clsId /*SIMPLETYPE*/) : TD_DbPINVOKE.OdDbEntity_subGetSubentClassId(swigCPtr, OdDbFullSubentPath.getCPtr(path), clsId /*SIMPLETYPE*/));
1266 return ret;
1267 }
1268
1270 OdResult ret = (OdResult)(SwigDerivedClassHasMethod("subGetSubentPathGeomExtents", swigMethodTypes157) ? TD_DbPINVOKE.OdDbEntity_subGetSubentPathGeomExtentsSwigExplicitOdDbEntity(swigCPtr, OdDbFullSubentPath.getCPtr(path), OdGeExtents3d.getCPtr(extents)) : TD_DbPINVOKE.OdDbEntity_subGetSubentPathGeomExtents(swigCPtr, OdDbFullSubentPath.getCPtr(path), OdGeExtents3d.getCPtr(extents)));
1272 return ret;
1273 }
1274
1275 protected virtual void subSubentGripStatus(GripStat status, OdDbFullSubentPath subentity) {
1276 if (SwigDerivedClassHasMethod("subSubentGripStatus", swigMethodTypes158)) TD_DbPINVOKE.OdDbEntity_subSubentGripStatusSwigExplicitOdDbEntity(swigCPtr, (int)status, OdDbFullSubentPath.getCPtr(subentity)); else TD_DbPINVOKE.OdDbEntity_subSubentGripStatus(swigCPtr, (int)status, OdDbFullSubentPath.getCPtr(subentity));
1278 }
1279
1280 protected static string getRealClassName(IntPtr ptr) {
1281 string ret = TD_DbPINVOKE.OdDbEntity_getRealClassName(ptr /*SIMPLETYPE*/);
1283 return ret;
1284 }
1285
1290 public void vb_gripStatus(Teigha.Core.GripStat status) { this.gripStatus(status); }
1291
1297
1302 public string vb_material() { return this.material(); }
1303
1308 public virtual Teigha.TD.CollisionType vb_collisionType() { return this.collisionType(); }
1309
1314 public string vb_linetype() { return this.linetype(); }
1315
1321
1327
1328 private void SwigDirectorConnect() {
1329 if (SwigDerivedClassHasMethod("queryX", swigMethodTypes0))
1330 swigDelegate0 = new SwigDelegateOdDbEntity_0(SwigDirectorMethodqueryX);
1331 if (SwigDerivedClassHasMethod("isA", swigMethodTypes1))
1332 swigDelegate1 = new SwigDelegateOdDbEntity_1(SwigDirectorMethodisA);
1333 if (SwigDerivedClassHasMethod("copyFrom", swigMethodTypes2))
1334 swigDelegate2 = new SwigDelegateOdDbEntity_2(SwigDirectorMethodcopyFrom);
1335 if (SwigDerivedClassHasMethod("drawableType", swigMethodTypes3))
1336 swigDelegate3 = new SwigDelegateOdDbEntity_3(SwigDirectorMethoddrawableType);
1337 if (SwigDerivedClassHasMethod("isPersistent", swigMethodTypes4))
1338 swigDelegate4 = new SwigDelegateOdDbEntity_4(SwigDirectorMethodisPersistent);
1339 if (SwigDerivedClassHasMethod("id", swigMethodTypes5))
1340 swigDelegate5 = new SwigDelegateOdDbEntity_5(SwigDirectorMethodid);
1341 if (SwigDerivedClassHasMethod("setGsNode", swigMethodTypes6))
1342 swigDelegate6 = new SwigDelegateOdDbEntity_6(SwigDirectorMethodsetGsNode);
1343 if (SwigDerivedClassHasMethod("gsNode", swigMethodTypes7))
1344 swigDelegate7 = new SwigDelegateOdDbEntity_7(SwigDirectorMethodgsNode);
1345 if (SwigDerivedClassHasMethod("subSetAttributes", swigMethodTypes8))
1346 swigDelegate8 = new SwigDelegateOdDbEntity_8(SwigDirectorMethodsubSetAttributes);
1347 if (SwigDerivedClassHasMethod("subWorldDraw", swigMethodTypes9))
1348 swigDelegate9 = new SwigDelegateOdDbEntity_9(SwigDirectorMethodsubWorldDraw);
1349 if (SwigDerivedClassHasMethod("subViewportDraw", swigMethodTypes10))
1350 swigDelegate10 = new SwigDelegateOdDbEntity_10(SwigDirectorMethodsubViewportDraw);
1351 if (SwigDerivedClassHasMethod("setOwnerId", swigMethodTypes11))
1352 swigDelegate11 = new SwigDelegateOdDbEntity_11(SwigDirectorMethodsetOwnerId);
1353 if (SwigDerivedClassHasMethod("subOpen", swigMethodTypes12))
1354 swigDelegate12 = new SwigDelegateOdDbEntity_12(SwigDirectorMethodsubOpen);
1355 if (SwigDerivedClassHasMethod("subClose", swigMethodTypes13))
1356 swigDelegate13 = new SwigDelegateOdDbEntity_13(SwigDirectorMethodsubClose);
1357 if (SwigDerivedClassHasMethod("subErase", swigMethodTypes14))
1358 swigDelegate14 = new SwigDelegateOdDbEntity_14(SwigDirectorMethodsubErase);
1359 if (SwigDerivedClassHasMethod("subHandOverTo", swigMethodTypes15))
1360 swigDelegate15 = new SwigDelegateOdDbEntity_15(SwigDirectorMethodsubHandOverTo);
1361 if (SwigDerivedClassHasMethod("subSwapIdWith", swigMethodTypes16))
1362 swigDelegate16 = new SwigDelegateOdDbEntity_16(SwigDirectorMethodsubSwapIdWith__SWIG_0);
1363 if (SwigDerivedClassHasMethod("subSwapIdWith", swigMethodTypes17))
1364 swigDelegate17 = new SwigDelegateOdDbEntity_17(SwigDirectorMethodsubSwapIdWith__SWIG_1);
1365 if (SwigDerivedClassHasMethod("subSwapIdWith", swigMethodTypes18))
1366 swigDelegate18 = new SwigDelegateOdDbEntity_18(SwigDirectorMethodsubSwapIdWith__SWIG_2);
1367 if (SwigDerivedClassHasMethod("audit", swigMethodTypes19))
1368 swigDelegate19 = new SwigDelegateOdDbEntity_19(SwigDirectorMethodaudit);
1369 if (SwigDerivedClassHasMethod("dxfIn", swigMethodTypes20))
1370 swigDelegate20 = new SwigDelegateOdDbEntity_20(SwigDirectorMethoddxfIn);
1371 if (SwigDerivedClassHasMethod("dxfOut", swigMethodTypes21))
1372 swigDelegate21 = new SwigDelegateOdDbEntity_21(SwigDirectorMethoddxfOut);
1373 if (SwigDerivedClassHasMethod("dwgInFields", swigMethodTypes22))
1374 swigDelegate22 = new SwigDelegateOdDbEntity_22(SwigDirectorMethoddwgInFields);
1375 if (SwigDerivedClassHasMethod("dwgOutFields", swigMethodTypes23))
1376 swigDelegate23 = new SwigDelegateOdDbEntity_23(SwigDirectorMethoddwgOutFields);
1377 if (SwigDerivedClassHasMethod("dxfInFields", swigMethodTypes24))
1378 swigDelegate24 = new SwigDelegateOdDbEntity_24(SwigDirectorMethoddxfInFields);
1379 if (SwigDerivedClassHasMethod("dxfOutFields", swigMethodTypes25))
1380 swigDelegate25 = new SwigDelegateOdDbEntity_25(SwigDirectorMethoddxfOutFields);
1381 if (SwigDerivedClassHasMethod("dxfInFields_R12", swigMethodTypes26))
1382 swigDelegate26 = new SwigDelegateOdDbEntity_26(SwigDirectorMethoddxfInFields_R12);
1383 if (SwigDerivedClassHasMethod("dxfOutFields_R12", swigMethodTypes27))
1384 swigDelegate27 = new SwigDelegateOdDbEntity_27(SwigDirectorMethoddxfOutFields_R12);
1385 if (SwigDerivedClassHasMethod("mergeStyle", swigMethodTypes28))
1386 swigDelegate28 = new SwigDelegateOdDbEntity_28(SwigDirectorMethodmergeStyle);
1387 if (SwigDerivedClassHasMethod("xData", swigMethodTypes29))
1388 swigDelegate29 = new SwigDelegateOdDbEntity_29(SwigDirectorMethodxData__SWIG_0);
1389 if (SwigDerivedClassHasMethod("xData", swigMethodTypes30))
1390 swigDelegate30 = new SwigDelegateOdDbEntity_30(SwigDirectorMethodxData__SWIG_1);
1391 if (SwigDerivedClassHasMethod("setXData", swigMethodTypes31))
1392 swigDelegate31 = new SwigDelegateOdDbEntity_31(SwigDirectorMethodsetXData);
1393 if (SwigDerivedClassHasMethod("applyPartialUndo", swigMethodTypes32))
1394 swigDelegate32 = new SwigDelegateOdDbEntity_32(SwigDirectorMethodapplyPartialUndo);
1395 if (SwigDerivedClassHasMethod("addPersistentReactor", swigMethodTypes33))
1396 swigDelegate33 = new SwigDelegateOdDbEntity_33(SwigDirectorMethodaddPersistentReactor);
1397 if (SwigDerivedClassHasMethod("removePersistentReactor", swigMethodTypes34))
1398 swigDelegate34 = new SwigDelegateOdDbEntity_34(SwigDirectorMethodremovePersistentReactor);
1399 if (SwigDerivedClassHasMethod("recvPropagateModify", swigMethodTypes35))
1400 swigDelegate35 = new SwigDelegateOdDbEntity_35(SwigDirectorMethodrecvPropagateModify);
1401 if (SwigDerivedClassHasMethod("xmitPropagateModify", swigMethodTypes36))
1402 swigDelegate36 = new SwigDelegateOdDbEntity_36(SwigDirectorMethodxmitPropagateModify);
1403 if (SwigDerivedClassHasMethod("appendToOwner", swigMethodTypes37))
1404 swigDelegate37 = new SwigDelegateOdDbEntity_37(SwigDirectorMethodappendToOwner);
1405 if (SwigDerivedClassHasMethod("copied", swigMethodTypes38))
1406 swigDelegate38 = new SwigDelegateOdDbEntity_38(SwigDirectorMethodcopied);
1407 if (SwigDerivedClassHasMethod("erased", swigMethodTypes39))
1408 swigDelegate39 = new SwigDelegateOdDbEntity_39(SwigDirectorMethoderased__SWIG_0);
1409 if (SwigDerivedClassHasMethod("erased", swigMethodTypes40))
1410 swigDelegate40 = new SwigDelegateOdDbEntity_40(SwigDirectorMethoderased__SWIG_1);
1411 if (SwigDerivedClassHasMethod("goodbye", swigMethodTypes41))
1412 swigDelegate41 = new SwigDelegateOdDbEntity_41(SwigDirectorMethodgoodbye);
1413 if (SwigDerivedClassHasMethod("openedForModify", swigMethodTypes42))
1414 swigDelegate42 = new SwigDelegateOdDbEntity_42(SwigDirectorMethodopenedForModify);
1415 if (SwigDerivedClassHasMethod("modified", swigMethodTypes43))
1416 swigDelegate43 = new SwigDelegateOdDbEntity_43(SwigDirectorMethodmodified);
1417 if (SwigDerivedClassHasMethod("subObjModified", swigMethodTypes44))
1418 swigDelegate44 = new SwigDelegateOdDbEntity_44(SwigDirectorMethodsubObjModified);
1419 if (SwigDerivedClassHasMethod("modifyUndone", swigMethodTypes45))
1420 swigDelegate45 = new SwigDelegateOdDbEntity_45(SwigDirectorMethodmodifyUndone);
1421 if (SwigDerivedClassHasMethod("modifiedXData", swigMethodTypes46))
1422 swigDelegate46 = new SwigDelegateOdDbEntity_46(SwigDirectorMethodmodifiedXData);
1423 if (SwigDerivedClassHasMethod("unappended", swigMethodTypes47))
1424 swigDelegate47 = new SwigDelegateOdDbEntity_47(SwigDirectorMethodunappended);
1425 if (SwigDerivedClassHasMethod("reappended", swigMethodTypes48))
1426 swigDelegate48 = new SwigDelegateOdDbEntity_48(SwigDirectorMethodreappended);
1427 if (SwigDerivedClassHasMethod("objectClosed", swigMethodTypes49))
1428 swigDelegate49 = new SwigDelegateOdDbEntity_49(SwigDirectorMethodobjectClosed);
1429 if (SwigDerivedClassHasMethod("modifiedGraphics", swigMethodTypes50))
1430 swigDelegate50 = new SwigDelegateOdDbEntity_50(SwigDirectorMethodmodifiedGraphics);
1431 if (SwigDerivedClassHasMethod("getObjectSaveVersion", swigMethodTypes51))
1432 swigDelegate51 = new SwigDelegateOdDbEntity_51(SwigDirectorMethodgetObjectSaveVersion__SWIG_0);
1433 if (SwigDerivedClassHasMethod("getObjectSaveVersion", swigMethodTypes52))
1434 swigDelegate52 = new SwigDelegateOdDbEntity_52(SwigDirectorMethodgetObjectSaveVersion__SWIG_1);
1435 if (SwigDerivedClassHasMethod("decomposeForSave", swigMethodTypes53))
1436 swigDelegate53 = new SwigDelegateOdDbEntity_53(SwigDirectorMethoddecomposeForSave__SWIG_0);
1437 if (SwigDerivedClassHasMethod("decomposeForSave", swigMethodTypes54))
1438 swigDelegate54 = new SwigDelegateOdDbEntity_54(SwigDirectorMethoddecomposeForSave__SWIG_1);
1439 if (SwigDerivedClassHasMethod("composeForLoad", swigMethodTypes55))
1440 swigDelegate55 = new SwigDelegateOdDbEntity_55(SwigDirectorMethodcomposeForLoad);
1441 if (SwigDerivedClassHasMethod("drawable", swigMethodTypes56))
1442 swigDelegate56 = new SwigDelegateOdDbEntity_56(SwigDirectorMethoddrawable);
1443 if (SwigDerivedClassHasMethod("setField", swigMethodTypes57))
1444 swigDelegate57 = new SwigDelegateOdDbEntity_57(SwigDirectorMethodsetField);
1445 if (SwigDerivedClassHasMethod("removeField", swigMethodTypes58))
1446 swigDelegate58 = new SwigDelegateOdDbEntity_58(SwigDirectorMethodremoveField__SWIG_0);
1447 if (SwigDerivedClassHasMethod("removeField", swigMethodTypes59))
1448 swigDelegate59 = new SwigDelegateOdDbEntity_59(SwigDirectorMethodremoveField__SWIG_1);
1449 if (SwigDerivedClassHasMethod("saveAsClass", swigMethodTypes60))
1450 swigDelegate60 = new SwigDelegateOdDbEntity_60(SwigDirectorMethodsaveAsClass);
1451 if (SwigDerivedClassHasMethod("subGetClassID", swigMethodTypes61))
1452 swigDelegate61 = new SwigDelegateOdDbEntity_61(SwigDirectorMethodsubGetClassID);
1453 if (SwigDerivedClassHasMethod("setColor", swigMethodTypes62))
1454 swigDelegate62 = new SwigDelegateOdDbEntity_62(SwigDirectorMethodsetColor__SWIG_0);
1455 if (SwigDerivedClassHasMethod("setColor", swigMethodTypes63))
1456 swigDelegate63 = new SwigDelegateOdDbEntity_63(SwigDirectorMethodsetColor__SWIG_1);
1457 if (SwigDerivedClassHasMethod("entityColor", swigMethodTypes64))
1458 swigDelegate64 = new SwigDelegateOdDbEntity_64(SwigDirectorMethodentityColor);
1459 if (SwigDerivedClassHasMethod("setColorIndex", swigMethodTypes65))
1460 swigDelegate65 = new SwigDelegateOdDbEntity_65(SwigDirectorMethodsetColorIndex__SWIG_0);
1461 if (SwigDerivedClassHasMethod("setColorIndex", swigMethodTypes66))
1462 swigDelegate66 = new SwigDelegateOdDbEntity_66(SwigDirectorMethodsetColorIndex__SWIG_1);
1463 if (SwigDerivedClassHasMethod("setColorId", swigMethodTypes67))
1464 swigDelegate67 = new SwigDelegateOdDbEntity_67(SwigDirectorMethodsetColorId__SWIG_0);
1465 if (SwigDerivedClassHasMethod("setColorId", swigMethodTypes68))
1466 swigDelegate68 = new SwigDelegateOdDbEntity_68(SwigDirectorMethodsetColorId__SWIG_1);
1467 if (SwigDerivedClassHasMethod("setTransparency", swigMethodTypes69))
1468 swigDelegate69 = new SwigDelegateOdDbEntity_69(SwigDirectorMethodsetTransparency__SWIG_0);
1469 if (SwigDerivedClassHasMethod("setTransparency", swigMethodTypes70))
1470 swigDelegate70 = new SwigDelegateOdDbEntity_70(SwigDirectorMethodsetTransparency__SWIG_1);
1471 if (SwigDerivedClassHasMethod("setPlotStyleName", swigMethodTypes71))
1472 swigDelegate71 = new SwigDelegateOdDbEntity_71(SwigDirectorMethodsetPlotStyleName__SWIG_0);
1473 if (SwigDerivedClassHasMethod("setPlotStyleName", swigMethodTypes72))
1474 swigDelegate72 = new SwigDelegateOdDbEntity_72(SwigDirectorMethodsetPlotStyleName__SWIG_1);
1475 if (SwigDerivedClassHasMethod("setPlotStyleName", swigMethodTypes73))
1476 swigDelegate73 = new SwigDelegateOdDbEntity_73(SwigDirectorMethodsetPlotStyleName__SWIG_2);
1477 if (SwigDerivedClassHasMethod("setPlotStyleName", swigMethodTypes74))
1478 swigDelegate74 = new SwigDelegateOdDbEntity_74(SwigDirectorMethodsetPlotStyleName__SWIG_3);
1479 if (SwigDerivedClassHasMethod("setPlotStyleName", swigMethodTypes75))
1480 swigDelegate75 = new SwigDelegateOdDbEntity_75(SwigDirectorMethodsetPlotStyleName__SWIG_4);
1481 if (SwigDerivedClassHasMethod("setLayer", swigMethodTypes76))
1482 swigDelegate76 = new SwigDelegateOdDbEntity_76(SwigDirectorMethodsetLayer__SWIG_0);
1483 if (SwigDerivedClassHasMethod("setLayer", swigMethodTypes77))
1484 swigDelegate77 = new SwigDelegateOdDbEntity_77(SwigDirectorMethodsetLayer__SWIG_1);
1485 if (SwigDerivedClassHasMethod("setLayer", swigMethodTypes78))
1486 swigDelegate78 = new SwigDelegateOdDbEntity_78(SwigDirectorMethodsetLayer__SWIG_2);
1487 if (SwigDerivedClassHasMethod("setLayer", swigMethodTypes79))
1488 swigDelegate79 = new SwigDelegateOdDbEntity_79(SwigDirectorMethodsetLayer__SWIG_3);
1489 if (SwigDerivedClassHasMethod("setLayer", swigMethodTypes80))
1490 swigDelegate80 = new SwigDelegateOdDbEntity_80(SwigDirectorMethodsetLayer__SWIG_4);
1491 if (SwigDerivedClassHasMethod("setLayer", swigMethodTypes81))
1492 swigDelegate81 = new SwigDelegateOdDbEntity_81(SwigDirectorMethodsetLayer__SWIG_5);
1493 if (SwigDerivedClassHasMethod("setLinetype", swigMethodTypes82))
1494 swigDelegate82 = new SwigDelegateOdDbEntity_82(SwigDirectorMethodsetLinetype__SWIG_0);
1495 if (SwigDerivedClassHasMethod("setLinetype", swigMethodTypes83))
1496 swigDelegate83 = new SwigDelegateOdDbEntity_83(SwigDirectorMethodsetLinetype__SWIG_1);
1497 if (SwigDerivedClassHasMethod("setLinetype", swigMethodTypes84))
1498 swigDelegate84 = new SwigDelegateOdDbEntity_84(SwigDirectorMethodsetLinetype__SWIG_2);
1499 if (SwigDerivedClassHasMethod("setLinetype", swigMethodTypes85))
1500 swigDelegate85 = new SwigDelegateOdDbEntity_85(SwigDirectorMethodsetLinetype__SWIG_3);
1501 if (SwigDerivedClassHasMethod("setMaterial", swigMethodTypes86))
1502 swigDelegate86 = new SwigDelegateOdDbEntity_86(SwigDirectorMethodsetMaterial__SWIG_0);
1503 if (SwigDerivedClassHasMethod("setMaterial", swigMethodTypes87))
1504 swigDelegate87 = new SwigDelegateOdDbEntity_87(SwigDirectorMethodsetMaterial__SWIG_1);
1505 if (SwigDerivedClassHasMethod("setMaterial", swigMethodTypes88))
1506 swigDelegate88 = new SwigDelegateOdDbEntity_88(SwigDirectorMethodsetMaterial__SWIG_2);
1507 if (SwigDerivedClassHasMethod("setMaterial", swigMethodTypes89))
1508 swigDelegate89 = new SwigDelegateOdDbEntity_89(SwigDirectorMethodsetMaterial__SWIG_3);
1509 if (SwigDerivedClassHasMethod("setVisualStyle", swigMethodTypes90))
1510 swigDelegate90 = new SwigDelegateOdDbEntity_90(SwigDirectorMethodsetVisualStyle__SWIG_0);
1511 if (SwigDerivedClassHasMethod("setVisualStyle", swigMethodTypes91))
1512 swigDelegate91 = new SwigDelegateOdDbEntity_91(SwigDirectorMethodsetVisualStyle__SWIG_1);
1513 if (SwigDerivedClassHasMethod("setVisualStyle", swigMethodTypes92))
1514 swigDelegate92 = new SwigDelegateOdDbEntity_92(SwigDirectorMethodsetVisualStyle__SWIG_2);
1515 if (SwigDerivedClassHasMethod("materialMapper", swigMethodTypes93))
1516 swigDelegate93 = new SwigDelegateOdDbEntity_93(SwigDirectorMethodmaterialMapper);
1517 if (SwigDerivedClassHasMethod("setMaterialMapper", swigMethodTypes94))
1518 swigDelegate94 = new SwigDelegateOdDbEntity_94(SwigDirectorMethodsetMaterialMapper__SWIG_0);
1519 if (SwigDerivedClassHasMethod("setMaterialMapper", swigMethodTypes95))
1520 swigDelegate95 = new SwigDelegateOdDbEntity_95(SwigDirectorMethodsetMaterialMapper__SWIG_1);
1521 if (SwigDerivedClassHasMethod("setLinetypeScale", swigMethodTypes96))
1522 swigDelegate96 = new SwigDelegateOdDbEntity_96(SwigDirectorMethodsetLinetypeScale__SWIG_0);
1523 if (SwigDerivedClassHasMethod("setLinetypeScale", swigMethodTypes97))
1524 swigDelegate97 = new SwigDelegateOdDbEntity_97(SwigDirectorMethodsetLinetypeScale__SWIG_1);
1525 if (SwigDerivedClassHasMethod("setLineWeight", swigMethodTypes98))
1526 swigDelegate98 = new SwigDelegateOdDbEntity_98(SwigDirectorMethodsetLineWeight__SWIG_0);
1527 if (SwigDerivedClassHasMethod("setLineWeight", swigMethodTypes99))
1528 swigDelegate99 = new SwigDelegateOdDbEntity_99(SwigDirectorMethodsetLineWeight__SWIG_1);
1529 if (SwigDerivedClassHasMethod("castShadows", swigMethodTypes100))
1530 swigDelegate100 = new SwigDelegateOdDbEntity_100(SwigDirectorMethodcastShadows);
1531 if (SwigDerivedClassHasMethod("setCastShadows", swigMethodTypes101))
1532 swigDelegate101 = new SwigDelegateOdDbEntity_101(SwigDirectorMethodsetCastShadows);
1533 if (SwigDerivedClassHasMethod("receiveShadows", swigMethodTypes102))
1534 swigDelegate102 = new SwigDelegateOdDbEntity_102(SwigDirectorMethodreceiveShadows);
1535 if (SwigDerivedClassHasMethod("setReceiveShadows", swigMethodTypes103))
1536 swigDelegate103 = new SwigDelegateOdDbEntity_103(SwigDirectorMethodsetReceiveShadows);
1537 if (SwigDerivedClassHasMethod("collisionType", swigMethodTypes104))
1538 swigDelegate104 = new SwigDelegateOdDbEntity_104(SwigDirectorMethodcollisionType);
1539 if (SwigDerivedClassHasMethod("isPlanar", swigMethodTypes105))
1540 swigDelegate105 = new SwigDelegateOdDbEntity_105(SwigDirectorMethodisPlanar);
1541 if (SwigDerivedClassHasMethod("getPlane", swigMethodTypes106))
1542 swigDelegate106 = new SwigDelegateOdDbEntity_106(SwigDirectorMethodgetPlane);
1543 if (SwigDerivedClassHasMethod("explodeToBlock", swigMethodTypes107))
1544 swigDelegate107 = new SwigDelegateOdDbEntity_107(SwigDirectorMethodexplodeToBlock__SWIG_0);
1545 if (SwigDerivedClassHasMethod("explodeToBlock", swigMethodTypes108))
1546 swigDelegate108 = new SwigDelegateOdDbEntity_108(SwigDirectorMethodexplodeToBlock__SWIG_1);
1547 if (SwigDerivedClassHasMethod("explodeGeometry", swigMethodTypes109))
1548 swigDelegate109 = new SwigDelegateOdDbEntity_109(SwigDirectorMethodexplodeGeometry);
1549 if (SwigDerivedClassHasMethod("explodeGeometryToBlock", swigMethodTypes110))
1550 swigDelegate110 = new SwigDelegateOdDbEntity_110(SwigDirectorMethodexplodeGeometryToBlock__SWIG_0);
1551 if (SwigDerivedClassHasMethod("explodeGeometryToBlock", swigMethodTypes111))
1552 swigDelegate111 = new SwigDelegateOdDbEntity_111(SwigDirectorMethodexplodeGeometryToBlock__SWIG_1);
1553 if (SwigDerivedClassHasMethod("subSetDatabaseDefaults", swigMethodTypes112))
1554 swigDelegate112 = new SwigDelegateOdDbEntity_112(SwigDirectorMethodsubSetDatabaseDefaults);
1555 if (SwigDerivedClassHasMethod("subList", swigMethodTypes113))
1556 swigDelegate113 = new SwigDelegateOdDbEntity_113(SwigDirectorMethodsubList);
1557 if (SwigDerivedClassHasMethod("dragStatus", swigMethodTypes114))
1558 swigDelegate114 = new SwigDelegateOdDbEntity_114(SwigDirectorMethoddragStatus);
1559 if (SwigDerivedClassHasMethod("saveAs", swigMethodTypes115))
1560 swigDelegate115 = new SwigDelegateOdDbEntity_115(SwigDirectorMethodsaveAs);
1561 if (SwigDerivedClassHasMethod("getEcs", swigMethodTypes116))
1562 swigDelegate116 = new SwigDelegateOdDbEntity_116(SwigDirectorMethodgetEcs);
1563 if (SwigDerivedClassHasMethod("subTransformBy", swigMethodTypes117))
1564 swigDelegate117 = new SwigDelegateOdDbEntity_117(SwigDirectorMethodsubTransformBy);
1565 if (SwigDerivedClassHasMethod("subGetTransformedCopy", swigMethodTypes118))
1566 swigDelegate118 = new SwigDelegateOdDbEntity_118(SwigDirectorMethodsubGetTransformedCopy);
1567 if (SwigDerivedClassHasMethod("subExplode", swigMethodTypes119))
1568 swigDelegate119 = new SwigDelegateOdDbEntity_119(SwigDirectorMethodsubExplode);
1569 if (SwigDerivedClassHasMethod("subGetCompoundObjectTransform", swigMethodTypes120))
1570 swigDelegate120 = new SwigDelegateOdDbEntity_120(SwigDirectorMethodsubGetCompoundObjectTransform);
1571 if (SwigDerivedClassHasMethod("subCloneMeForDragging", swigMethodTypes121))
1572 swigDelegate121 = new SwigDelegateOdDbEntity_121(SwigDirectorMethodsubCloneMeForDragging);
1573 if (SwigDerivedClassHasMethod("subHideMeForDragging", swigMethodTypes122))
1574 swigDelegate122 = new SwigDelegateOdDbEntity_122(SwigDirectorMethodsubHideMeForDragging);
1575 if (SwigDerivedClassHasMethod("subGripStatus", swigMethodTypes123))
1576 swigDelegate123 = new SwigDelegateOdDbEntity_123(SwigDirectorMethodsubGripStatus);
1577 if (SwigDerivedClassHasMethod("subGetOsnapPoints", swigMethodTypes124))
1578 swigDelegate124 = new SwigDelegateOdDbEntity_124(SwigDirectorMethodsubGetOsnapPoints__SWIG_0);
1579 if (SwigDerivedClassHasMethod("subGetOsnapPoints", swigMethodTypes125))
1580 swigDelegate125 = new SwigDelegateOdDbEntity_125(SwigDirectorMethodsubGetOsnapPoints__SWIG_1);
1581 if (SwigDerivedClassHasMethod("subIsContentSnappable", swigMethodTypes126))
1582 swigDelegate126 = new SwigDelegateOdDbEntity_126(SwigDirectorMethodsubIsContentSnappable);
1583 if (SwigDerivedClassHasMethod("subGetGripPoints", swigMethodTypes127))
1584 swigDelegate127 = new SwigDelegateOdDbEntity_127(SwigDirectorMethodsubGetGripPoints__SWIG_0);
1585 if (SwigDerivedClassHasMethod("subMoveGripPointsAt", swigMethodTypes128))
1586 swigDelegate128 = new SwigDelegateOdDbEntity_128(SwigDirectorMethodsubMoveGripPointsAt__SWIG_0);
1587 if (SwigDerivedClassHasMethod("subGetGripPoints", swigMethodTypes129))
1588 swigDelegate129 = new SwigDelegateOdDbEntity_129(SwigDirectorMethodsubGetGripPoints__SWIG_1);
1589 if (SwigDerivedClassHasMethod("subMoveGripPointsAt", swigMethodTypes130))
1590 swigDelegate130 = new SwigDelegateOdDbEntity_130(SwigDirectorMethodsubMoveGripPointsAt__SWIG_1);
1591 if (SwigDerivedClassHasMethod("subGetStretchPoints", swigMethodTypes131))
1592 swigDelegate131 = new SwigDelegateOdDbEntity_131(SwigDirectorMethodsubGetStretchPoints);
1593 if (SwigDerivedClassHasMethod("subMoveStretchPointsAt", swigMethodTypes132))
1594 swigDelegate132 = new SwigDelegateOdDbEntity_132(SwigDirectorMethodsubMoveStretchPointsAt);
1595 if (SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes133))
1596 swigDelegate133 = new SwigDelegateOdDbEntity_133(SwigDirectorMethodsubIntersectWith__SWIG_0);
1597 if (SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes134))
1598 swigDelegate134 = new SwigDelegateOdDbEntity_134(SwigDirectorMethodsubIntersectWith__SWIG_1);
1599 if (SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes135))
1600 swigDelegate135 = new SwigDelegateOdDbEntity_135(SwigDirectorMethodsubIntersectWith__SWIG_2);
1601 if (SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes136))
1602 swigDelegate136 = new SwigDelegateOdDbEntity_136(SwigDirectorMethodsubIntersectWith__SWIG_3);
1603 if (SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes137))
1604 swigDelegate137 = new SwigDelegateOdDbEntity_137(SwigDirectorMethodsubIntersectWith__SWIG_4);
1605 if (SwigDerivedClassHasMethod("subIntersectWith", swigMethodTypes138))
1606 swigDelegate138 = new SwigDelegateOdDbEntity_138(SwigDirectorMethodsubIntersectWith__SWIG_5);
1607 if (SwigDerivedClassHasMethod("subHighlight", swigMethodTypes139))
1608 swigDelegate139 = new SwigDelegateOdDbEntity_139(SwigDirectorMethodsubHighlight__SWIG_0);
1609 if (SwigDerivedClassHasMethod("subHighlight", swigMethodTypes140))
1610 swigDelegate140 = new SwigDelegateOdDbEntity_140(SwigDirectorMethodsubHighlight__SWIG_1);
1611 if (SwigDerivedClassHasMethod("subHighlight", swigMethodTypes141))
1612 swigDelegate141 = new SwigDelegateOdDbEntity_141(SwigDirectorMethodsubHighlight__SWIG_2);
1613 if (SwigDerivedClassHasMethod("subHighlight", swigMethodTypes142))
1614 swigDelegate142 = new SwigDelegateOdDbEntity_142(SwigDirectorMethodsubHighlight__SWIG_3);
1615 if (SwigDerivedClassHasMethod("subVisibility", swigMethodTypes143))
1616 swigDelegate143 = new SwigDelegateOdDbEntity_143(SwigDirectorMethodsubVisibility);
1617 if (SwigDerivedClassHasMethod("subSetVisibility", swigMethodTypes144))
1618 swigDelegate144 = new SwigDelegateOdDbEntity_144(SwigDirectorMethodsubSetVisibility__SWIG_0);
1619 if (SwigDerivedClassHasMethod("subSetVisibility", swigMethodTypes145))
1620 swigDelegate145 = new SwigDelegateOdDbEntity_145(SwigDirectorMethodsubSetVisibility__SWIG_1);
1621 if (SwigDerivedClassHasMethod("subGetGeomExtents", swigMethodTypes146))
1622 swigDelegate146 = new SwigDelegateOdDbEntity_146(SwigDirectorMethodsubGetGeomExtents);
1623 if (SwigDerivedClassHasMethod("subDeleteSubentPaths", swigMethodTypes147))
1624 swigDelegate147 = new SwigDelegateOdDbEntity_147(SwigDirectorMethodsubDeleteSubentPaths);
1625 if (SwigDerivedClassHasMethod("subAddSubentPaths", swigMethodTypes148))
1626 swigDelegate148 = new SwigDelegateOdDbEntity_148(SwigDirectorMethodsubAddSubentPaths);
1627 if (SwigDerivedClassHasMethod("subMoveGripPointsAtSubentPaths", swigMethodTypes149))
1628 swigDelegate149 = new SwigDelegateOdDbEntity_149(SwigDirectorMethodsubMoveGripPointsAtSubentPaths);
1629 if (SwigDerivedClassHasMethod("subGetGripPointsAtSubentPath", swigMethodTypes150))
1630 swigDelegate150 = new SwigDelegateOdDbEntity_150(SwigDirectorMethodsubGetGripPointsAtSubentPath);
1631 if (SwigDerivedClassHasMethod("subGetSubentPathsAtGsMarker", swigMethodTypes151))
1632 swigDelegate151 = new SwigDelegateOdDbEntity_151(SwigDirectorMethodsubGetSubentPathsAtGsMarker__SWIG_0);
1633 if (SwigDerivedClassHasMethod("subGetSubentPathsAtGsMarker", swigMethodTypes152))
1634 swigDelegate152 = new SwigDelegateOdDbEntity_152(SwigDirectorMethodsubGetSubentPathsAtGsMarker__SWIG_1);
1635 if (SwigDerivedClassHasMethod("subGetGsMarkersAtSubentPath", swigMethodTypes153))
1636 swigDelegate153 = new SwigDelegateOdDbEntity_153(SwigDirectorMethodsubGetGsMarkersAtSubentPath);
1637 if (SwigDerivedClassHasMethod("subSubentPtr", swigMethodTypes154))
1638 swigDelegate154 = new SwigDelegateOdDbEntity_154(SwigDirectorMethodsubSubentPtr);
1639 if (SwigDerivedClassHasMethod("subTransformSubentPathsBy", swigMethodTypes155))
1640 swigDelegate155 = new SwigDelegateOdDbEntity_155(SwigDirectorMethodsubTransformSubentPathsBy);
1641 if (SwigDerivedClassHasMethod("subGetSubentClassId", swigMethodTypes156))
1642 swigDelegate156 = new SwigDelegateOdDbEntity_156(SwigDirectorMethodsubGetSubentClassId);
1643 if (SwigDerivedClassHasMethod("subGetSubentPathGeomExtents", swigMethodTypes157))
1644 swigDelegate157 = new SwigDelegateOdDbEntity_157(SwigDirectorMethodsubGetSubentPathGeomExtents);
1645 if (SwigDerivedClassHasMethod("subSubentGripStatus", swigMethodTypes158))
1646 swigDelegate158 = new SwigDelegateOdDbEntity_158(SwigDirectorMethodsubSubentGripStatus);
1647 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, swigDelegate158);
1648 }
1649
1650 private bool SwigDerivedClassHasMethod(string methodName, global::System.Type[] methodTypes) {
1651 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);
1652 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(OdDbEntity));
1653 return hasDerivedMethod;
1654 }
1655
1656 private IntPtr SwigDirectorMethodqueryX(IntPtr protocolClass) {
1657 return
1658 // csdirectorout for OdRxObject*, OdRxObject&
1660 (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),protocolClass,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1661)).Handle
1662;
1663 }
1664
1665 private IntPtr SwigDirectorMethodisA() {
1666 return
1667 // csdirectorout for OdRxClass*, OdRxClass&
1668 OdRxClass.getCPtr(isA()).Handle
1669;
1670 }
1671
1672 private void SwigDirectorMethodcopyFrom(IntPtr pSource) {
1673 copyFrom(
1674 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pSource,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1675);
1676 }
1677
1678 private int SwigDirectorMethoddrawableType() {
1679 return (int)drawableType();
1680 }
1681
1682 private bool SwigDirectorMethodisPersistent() {
1683 return isPersistent();
1684 }
1685
1686 private global::System.IntPtr SwigDirectorMethodid() {
1687 return OdDbStub.getCPtr(id()).Handle;
1688 }
1689
1690 private void SwigDirectorMethodsetGsNode(IntPtr pNode) {
1691 setGsNode(
1692new OdGsCache(pNode,false)
1693);
1694 }
1695
1696 private IntPtr SwigDirectorMethodgsNode() {
1697 return
1698 // csdirectorout for OdGsCache*, OdGsCache&
1699 OdGsCache.getCPtr(gsNode()).Handle
1700;
1701 }
1702
1703 private UInt32 /*SIMPLETYPE*/ SwigDirectorMethodsubSetAttributes(IntPtr pTraits) {
1704 return subSetAttributes(
1705new OdGiDrawableTraits(pTraits,false)
1706) /*SIMPLETYPE*/;
1707 }
1708
1709 private bool SwigDirectorMethodsubWorldDraw(IntPtr pWd) {
1710 return subWorldDraw(
1711 (OdGiWorldDraw)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiWorldDraw),pWd,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1712);
1713 }
1714
1715 private void SwigDirectorMethodsubViewportDraw(IntPtr pVd) {
1717new OdGiViewportDraw_Internal(pVd,false)
1718);
1719 }
1720
1721 private void SwigDirectorMethodsetOwnerId(global::System.IntPtr ownerId) {
1722 setOwnerId(new OdDbObjectId(ownerId, true));
1723 }
1724
1725 private int SwigDirectorMethodsubOpen(int mode) {
1726 return (int)subOpen((OpenMode)mode);
1727 }
1728
1729 private void SwigDirectorMethodsubClose() {
1730 subClose();
1731 }
1732
1733 private int SwigDirectorMethodsubErase(bool erasing) {
1734 return (int)subErase(erasing);
1735 }
1736
1737 private void SwigDirectorMethodsubHandOverTo(IntPtr pNewObject) {
1739 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pNewObject,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1740);
1741 }
1742
1743 private void SwigDirectorMethodsubSwapIdWith__SWIG_0(global::System.IntPtr otherId, bool swapXdata, bool swapExtDict) {
1744 subSwapIdWith(new OdDbObjectId(otherId, false), swapXdata, swapExtDict);
1745 }
1746
1747 private void SwigDirectorMethodsubSwapIdWith__SWIG_1(global::System.IntPtr otherId, bool swapXdata) {
1748 subSwapIdWith(new OdDbObjectId(otherId, false), swapXdata);
1749 }
1750
1751 private void SwigDirectorMethodsubSwapIdWith__SWIG_2(global::System.IntPtr otherId) {
1752 subSwapIdWith(new OdDbObjectId(otherId, false));
1753 }
1754
1755 private void SwigDirectorMethodaudit(global::System.IntPtr pAuditInfo) {
1756 audit((pAuditInfo == global::System.IntPtr.Zero) ? null : new OdDbAuditInfo(pAuditInfo, false));
1757 }
1758
1759 private int SwigDirectorMethoddxfIn(IntPtr pFiler) {
1760 return (int)dxfIn(
1761 (OdDbDxfFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDxfFiler),pFiler,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1762);
1763 }
1764
1765 private void SwigDirectorMethoddxfOut(IntPtr pFiler) {
1766 dxfOut(
1767 (OdDbDxfFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDxfFiler),pFiler,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1768);
1769 }
1770
1771 private int SwigDirectorMethoddwgInFields(IntPtr pFiler) {
1772 return (int)dwgInFields(
1773 (OdDbDwgFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDwgFiler),pFiler,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1774);
1775 }
1776
1777 private void SwigDirectorMethoddwgOutFields(IntPtr pFiler) {
1779 (OdDbDwgFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDwgFiler),pFiler,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1780);
1781 }
1782
1783 private int SwigDirectorMethoddxfInFields(IntPtr pFiler) {
1784 return (int)dxfInFields(
1785 (OdDbDxfFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDxfFiler),pFiler,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1786);
1787 }
1788
1789 private void SwigDirectorMethoddxfOutFields(IntPtr pFiler) {
1791 (OdDbDxfFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDxfFiler),pFiler,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1792);
1793 }
1794
1795 private int SwigDirectorMethoddxfInFields_R12(IntPtr pFiler) {
1796 return (int)dxfInFields_R12(
1797 (OdDbDxfFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDxfFiler),pFiler,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1798);
1799 }
1800
1801 private void SwigDirectorMethoddxfOutFields_R12(IntPtr pFiler) {
1803 (OdDbDxfFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDxfFiler),pFiler,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1804);
1805 }
1806
1807 private int SwigDirectorMethodmergeStyle() {
1808 return (int)mergeStyle();
1809 }
1810
1811 private IntPtr SwigDirectorMethodxData__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]String regappName) {
1812 return OdResBuf.getCPtr(xData(regappName)).Handle;
1813 }
1814
1815 private IntPtr SwigDirectorMethodxData__SWIG_1() {
1816 return OdResBuf.getCPtr(xData()).Handle;
1817 }
1818
1819 private void SwigDirectorMethodsetXData(IntPtr pRb) {
1820 setXData(
1821 (OdResBuf)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdResBuf),pRb,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1822);
1823 }
1824
1825 private void SwigDirectorMethodapplyPartialUndo(IntPtr pUndoFiler, IntPtr pClassObj) {
1827 (OdDbDwgFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDwgFiler),pUndoFiler,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1828,
1829 (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),pClassObj,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1830);
1831 }
1832
1833 private void SwigDirectorMethodaddPersistentReactor(global::System.IntPtr objId) {
1834 addPersistentReactor(new OdDbObjectId(objId, false));
1835 }
1836
1837 private void SwigDirectorMethodremovePersistentReactor(global::System.IntPtr objId) {
1838 removePersistentReactor(new OdDbObjectId(objId, false));
1839 }
1840
1841 private void SwigDirectorMethodrecvPropagateModify(IntPtr pSubObj) {
1843 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pSubObj,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1844);
1845 }
1846
1847 private void SwigDirectorMethodxmitPropagateModify() {
1849 }
1850
1851 private void SwigDirectorMethodappendToOwner(global::System.IntPtr idPair, IntPtr pOwnerObject, IntPtr ownerIdMap) {
1852 appendToOwner(new OdDbIdPair(idPair, false),
1853 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pOwnerObject,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1854,
1855 (OdDbIdMapping)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbIdMapping),ownerIdMap,false) /*createInt 6_3*/ // csdirectorin for smart pointer
1856);
1857 }
1858
1859 private void SwigDirectorMethodcopied(IntPtr pObject, IntPtr pNewObject) {
1860 copied(
1861 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1862,
1863 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pNewObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1864);
1865 }
1866
1867 private void SwigDirectorMethoderased__SWIG_0(IntPtr pObject, bool erasing) {
1868 erased(
1869 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1870, erasing);
1871 }
1872
1873 private void SwigDirectorMethoderased__SWIG_1(IntPtr pObject) {
1874 erased(
1875 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1876);
1877 }
1878
1879 private void SwigDirectorMethodgoodbye(IntPtr pObject) {
1880 goodbye(
1881 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1882);
1883 }
1884
1885 private void SwigDirectorMethodopenedForModify(IntPtr pObject) {
1887 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1888);
1889 }
1890
1891 private void SwigDirectorMethodmodified(IntPtr pObject) {
1892 modified(
1893 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1894);
1895 }
1896
1897 private void SwigDirectorMethodsubObjModified(IntPtr pObject, IntPtr pSubObj) {
1899 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1900,
1901 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pSubObj,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1902);
1903 }
1904
1905 private void SwigDirectorMethodmodifyUndone(IntPtr pObject) {
1907 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1908);
1909 }
1910
1911 private void SwigDirectorMethodmodifiedXData(IntPtr pObject) {
1913 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1914);
1915 }
1916
1917 private void SwigDirectorMethodunappended(IntPtr pObject) {
1918 unappended(
1919 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1920);
1921 }
1922
1923 private void SwigDirectorMethodreappended(IntPtr pObject) {
1924 reappended(
1925 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1926);
1927 }
1928
1929 private void SwigDirectorMethodobjectClosed(global::System.IntPtr objectId) {
1930 objectClosed(new OdDbObjectId(objectId, false));
1931 }
1932
1933 private void SwigDirectorMethodmodifiedGraphics(IntPtr pObject) {
1935 (OdDbObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbObject),pObject,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1936);
1937 }
1938
1939 private int SwigDirectorMethodgetObjectSaveVersion__SWIG_0(IntPtr pFiler, MaintReleaseVer pMaintVer) {
1940 return (int)getObjectSaveVersion(
1941 (OdDbFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbFiler),pFiler,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1942, out pMaintVer);
1943 }
1944
1945 private int SwigDirectorMethodgetObjectSaveVersion__SWIG_1(IntPtr pFiler) {
1946 return (int)getObjectSaveVersion(
1947 (OdDbFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbFiler),pFiler,false) /*createInt 6_2*/ // csdirectorin for smart pointer
1948);
1949 }
1950
1951 private IntPtr SwigDirectorMethoddecomposeForSave__SWIG_0(int ver, global::System.IntPtr replaceId, bool exchangeXData) {
1952 return OdDbObject.getCPtr(decomposeForSave((DwgVersion)ver, new OdDbObjectId(replaceId, false), out exchangeXData)).Handle;
1953 }
1954
1955 private IntPtr SwigDirectorMethoddecomposeForSave__SWIG_1(int format, int ver, global::System.IntPtr replaceId, bool exchangeXData) {
1956 return OdDbObject.getCPtr(decomposeForSave((SaveType)format, (DwgVersion)ver, new OdDbObjectId(replaceId, false), out exchangeXData)).Handle;
1957 }
1958
1959 private void SwigDirectorMethodcomposeForLoad(int format, int version, global::System.IntPtr pAuditInfo) {
1960 composeForLoad((SaveType)format, (DwgVersion)version, (pAuditInfo == global::System.IntPtr.Zero) ? null : new OdDbAuditInfo(pAuditInfo, false));
1961 }
1962
1963 private IntPtr SwigDirectorMethoddrawable() {
1964 return
1965 // csdirectorout for OdGiDrawable*, OdGiDrawable&
1966 OdGiDrawable.getCPtr(drawable()).Handle
1967;
1968 }
1969
1970 private global::System.IntPtr SwigDirectorMethodsetField([MarshalAs(UnmanagedType.LPWStr)]String fieldName, IntPtr pField) {
1971 return OdDbObjectId.getCPtr(setField(fieldName,
1972 (OdDbField)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbField),pField,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1973)).Handle;
1974 }
1975
1976 private int SwigDirectorMethodremoveField__SWIG_0(global::System.IntPtr fieldId) {
1977 return (int)removeField(new OdDbObjectId(fieldId, true));
1978 }
1979
1980 private global::System.IntPtr SwigDirectorMethodremoveField__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]String fieldName) {
1981 return OdDbObjectId.getCPtr(removeField(fieldName)).Handle;
1982 }
1983
1984 private IntPtr SwigDirectorMethodsaveAsClass(IntPtr pClass) {
1985 return
1986 // csdirectorout for OdRxClass*, OdRxClass&
1988 (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),pClass,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1989)).Handle
1990;
1991 }
1992
1993 private int SwigDirectorMethodsubGetClassID(IntPtr /*SIMPLETYPE*/ pClsid) {
1994 return (int)subGetClassID(pClsid /*SIMPLETYPE*/);
1995 }
1996
1997 private int SwigDirectorMethodsetColor__SWIG_0(global::System.IntPtr color, bool doSubents) {
1998 return (int)setColor(new OdCmColor(color, false), doSubents);
1999 }
2000
2001 private int SwigDirectorMethodsetColor__SWIG_1(global::System.IntPtr color) {
2002 return (int)setColor(new OdCmColor(color, false));
2003 }
2004
2005 private global::System.IntPtr SwigDirectorMethodentityColor() {
2006 return OdCmEntityColor.getCPtr(entityColor()).Handle;
2007 }
2008
2009 private int SwigDirectorMethodsetColorIndex__SWIG_0(UInt16 /*SIMPLETYPE*/ colorIndex, bool doSubents) {
2010 return (int)setColorIndex(colorIndex /*SIMPLETYPE*/, doSubents);
2011 }
2012
2013 private int SwigDirectorMethodsetColorIndex__SWIG_1(UInt16 /*SIMPLETYPE*/ colorIndex) {
2014 return (int)setColorIndex(colorIndex /*SIMPLETYPE*/);
2015 }
2016
2017 private int SwigDirectorMethodsetColorId__SWIG_0(global::System.IntPtr colorId, bool doSubents) {
2018 return (int)setColorId(new OdDbObjectId(colorId, true), doSubents);
2019 }
2020
2021 private int SwigDirectorMethodsetColorId__SWIG_1(global::System.IntPtr colorId) {
2022 return (int)setColorId(new OdDbObjectId(colorId, true));
2023 }
2024
2025 private int SwigDirectorMethodsetTransparency__SWIG_0(global::System.IntPtr transparency, bool doSubents) {
2026 return (int)setTransparency(new OdCmTransparency(transparency, false), doSubents);
2027 }
2028
2029 private int SwigDirectorMethodsetTransparency__SWIG_1(global::System.IntPtr transparency) {
2030 return (int)setTransparency(new OdCmTransparency(transparency, false));
2031 }
2032
2033 private int SwigDirectorMethodsetPlotStyleName__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]String plotStyleName, bool doSubents) {
2034 return (int)setPlotStyleName(plotStyleName, doSubents);
2035 }
2036
2037 private int SwigDirectorMethodsetPlotStyleName__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]String plotStyleName) {
2038 return (int)setPlotStyleName(plotStyleName);
2039 }
2040
2041 private int SwigDirectorMethodsetPlotStyleName__SWIG_2(int plotStyleNameType, global::System.IntPtr plotStyleNameId, bool doSubents) {
2042 return (int)setPlotStyleName((PlotStyleNameType)plotStyleNameType, new OdDbObjectId(plotStyleNameId, true), doSubents);
2043 }
2044
2045 private int SwigDirectorMethodsetPlotStyleName__SWIG_3(int plotStyleNameType, global::System.IntPtr plotStyleNameId) {
2046 return (int)setPlotStyleName((PlotStyleNameType)plotStyleNameType, new OdDbObjectId(plotStyleNameId, true));
2047 }
2048
2049 private int SwigDirectorMethodsetPlotStyleName__SWIG_4(int plotStyleNameType) {
2050 return (int)setPlotStyleName((PlotStyleNameType)plotStyleNameType);
2051 }
2052
2053 private int SwigDirectorMethodsetLayer__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]String layerName, bool doSubents, bool allowHiddenLayer) {
2054 return (int)setLayer(layerName, doSubents, allowHiddenLayer);
2055 }
2056
2057 private int SwigDirectorMethodsetLayer__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]String layerName, bool doSubents) {
2058 return (int)setLayer(layerName, doSubents);
2059 }
2060
2061 private int SwigDirectorMethodsetLayer__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]String layerName) {
2062 return (int)setLayer(layerName);
2063 }
2064
2065 private int SwigDirectorMethodsetLayer__SWIG_3(global::System.IntPtr layerId, bool doSubents, bool allowHiddenLayer) {
2066 return (int)setLayer(new OdDbObjectId(layerId, true), doSubents, allowHiddenLayer);
2067 }
2068
2069 private int SwigDirectorMethodsetLayer__SWIG_4(global::System.IntPtr layerId, bool doSubents) {
2070 return (int)setLayer(new OdDbObjectId(layerId, true), doSubents);
2071 }
2072
2073 private int SwigDirectorMethodsetLayer__SWIG_5(global::System.IntPtr layerId) {
2074 return (int)setLayer(new OdDbObjectId(layerId, true));
2075 }
2076
2077 private int SwigDirectorMethodsetLinetype__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]String linetypeName, bool doSubents) {
2078 return (int)setLinetype(linetypeName, doSubents);
2079 }
2080
2081 private int SwigDirectorMethodsetLinetype__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]String linetypeName) {
2082 return (int)setLinetype(linetypeName);
2083 }
2084
2085 private int SwigDirectorMethodsetLinetype__SWIG_2(global::System.IntPtr linetypeID, bool doSubents) {
2086 return (int)setLinetype(new OdDbObjectId(linetypeID, true), doSubents);
2087 }
2088
2089 private int SwigDirectorMethodsetLinetype__SWIG_3(global::System.IntPtr linetypeID) {
2090 return (int)setLinetype(new OdDbObjectId(linetypeID, true));
2091 }
2092
2093 private int SwigDirectorMethodsetMaterial__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]String materialName, bool doSubents) {
2094 return (int)setMaterial(materialName, doSubents);
2095 }
2096
2097 private int SwigDirectorMethodsetMaterial__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]String materialName) {
2098 return (int)setMaterial(materialName);
2099 }
2100
2101 private int SwigDirectorMethodsetMaterial__SWIG_2(global::System.IntPtr materialID, bool doSubents) {
2102 return (int)setMaterial(new OdDbObjectId(materialID, true), doSubents);
2103 }
2104
2105 private int SwigDirectorMethodsetMaterial__SWIG_3(global::System.IntPtr materialID) {
2106 return (int)setMaterial(new OdDbObjectId(materialID, true));
2107 }
2108
2109 private int SwigDirectorMethodsetVisualStyle__SWIG_0(global::System.IntPtr visualStyleId, int vstype, bool doSubents) {
2110 return (int)setVisualStyle(new OdDbObjectId(visualStyleId, true), (OdDbEntity.VisualStyleType)vstype, doSubents);
2111 }
2112
2113 private int SwigDirectorMethodsetVisualStyle__SWIG_1(global::System.IntPtr visualStyleId, int vstype) {
2114 return (int)setVisualStyle(new OdDbObjectId(visualStyleId, true), (OdDbEntity.VisualStyleType)vstype);
2115 }
2116
2117 private int SwigDirectorMethodsetVisualStyle__SWIG_2(global::System.IntPtr visualStyleId) {
2118 return (int)setVisualStyle(new OdDbObjectId(visualStyleId, true));
2119 }
2120
2121 private global::System.IntPtr SwigDirectorMethodmaterialMapper() {
2122 return OdGiMapper.getCPtr(materialMapper()).Handle;
2123 }
2124
2125 private void SwigDirectorMethodsetMaterialMapper__SWIG_0(global::System.IntPtr mapper, bool doSubents) {
2126 setMaterialMapper((mapper == global::System.IntPtr.Zero) ? null : new OdGiMapper(mapper, false), doSubents);
2127 }
2128
2129 private void SwigDirectorMethodsetMaterialMapper__SWIG_1(global::System.IntPtr mapper) {
2130 setMaterialMapper((mapper == global::System.IntPtr.Zero) ? null : new OdGiMapper(mapper, false));
2131 }
2132
2133 private int SwigDirectorMethodsetLinetypeScale__SWIG_0(double linetypeScale, bool doSubents) {
2134 return (int)setLinetypeScale(linetypeScale, doSubents);
2135 }
2136
2137 private int SwigDirectorMethodsetLinetypeScale__SWIG_1(double linetypeScale) {
2138 return (int)setLinetypeScale(linetypeScale);
2139 }
2140
2141 private int SwigDirectorMethodsetLineWeight__SWIG_0(int lineWeight, bool doSubents) {
2142 return (int)setLineWeight((LineWeight)lineWeight, doSubents);
2143 }
2144
2145 private int SwigDirectorMethodsetLineWeight__SWIG_1(int lineWeight) {
2146 return (int)setLineWeight((LineWeight)lineWeight);
2147 }
2148
2149 private bool SwigDirectorMethodcastShadows() {
2150 return castShadows();
2151 }
2152
2153 private void SwigDirectorMethodsetCastShadows(bool castShadows) {
2155 }
2156
2157 private bool SwigDirectorMethodreceiveShadows() {
2158 return receiveShadows();
2159 }
2160
2161 private void SwigDirectorMethodsetReceiveShadows(bool receiveShadows) {
2163 }
2164
2165 private int SwigDirectorMethodcollisionType() {
2166 return (int)collisionType();
2167 }
2168
2169 private bool SwigDirectorMethodisPlanar() {
2170 return isPlanar();
2171 }
2172
2173 private int SwigDirectorMethodgetPlane(global::System.IntPtr plane, Planarity planarity) {
2174 return (int)getPlane(new OdGePlane(plane, false), out planarity);
2175 }
2176
2177 private int SwigDirectorMethodexplodeToBlock__SWIG_0(IntPtr pBlockRecord, global::System.IntPtr ids) {
2178 return (int)explodeToBlock(
2179 (OdDbBlockTableRecord)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbBlockTableRecord),pBlockRecord,false) /*createInt 6_1*/ // csdirectorin for smart pointer
2180, new OdDbObjectIdArray(ids, false));
2181 }
2182
2183 private int SwigDirectorMethodexplodeToBlock__SWIG_1(IntPtr pBlockRecord) {
2184 return (int)explodeToBlock(
2185 (OdDbBlockTableRecord)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbBlockTableRecord),pBlockRecord,false) /*createInt 6_1*/ // csdirectorin for smart pointer
2186);
2187 }
2188
2189 private int SwigDirectorMethodexplodeGeometry(global::System.IntPtr entitySet) {
2190 return (int)explodeGeometry(new OdRxObjectPtrArray(entitySet, false));
2191 }
2192
2193 private int SwigDirectorMethodexplodeGeometryToBlock__SWIG_0(IntPtr pBlockRecord, global::System.IntPtr ids) {
2194 return (int)explodeGeometryToBlock(
2195 (OdDbBlockTableRecord)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbBlockTableRecord),pBlockRecord,false) /*createInt 6_1*/ // csdirectorin for smart pointer
2196, new OdDbObjectIdArray(ids, false));
2197 }
2198
2199 private int SwigDirectorMethodexplodeGeometryToBlock__SWIG_1(IntPtr pBlockRecord) {
2200 return (int)explodeGeometryToBlock(
2201 (OdDbBlockTableRecord)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbBlockTableRecord),pBlockRecord,false) /*createInt 6_1*/ // csdirectorin for smart pointer
2202);
2203 }
2204
2205 private void SwigDirectorMethodsubSetDatabaseDefaults(IntPtr pDb, bool doSubents) {
2207 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
2208, doSubents);
2209 }
2210
2211 private void SwigDirectorMethodsubList() {
2212 subList();
2213 }
2214
2215 private void SwigDirectorMethoddragStatus(int status) {
2216 dragStatus((DragStat)status);
2217 }
2218
2219 private void SwigDirectorMethodsaveAs(IntPtr pWd, int ver) {
2220 saveAs(
2221 (OdGiWorldDraw)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiWorldDraw),pWd,false) /*createInt 6_1*/ // csdirectorin for smart pointer
2222, (DwgVersion)ver);
2223 }
2224
2225 private global::System.IntPtr SwigDirectorMethodgetEcs() {
2226 return OdGeMatrix3d.getCPtr(getEcs()).Handle;
2227 }
2228
2229 private int SwigDirectorMethodsubTransformBy(global::System.IntPtr xfm) {
2230 return (int)subTransformBy(new OdGeMatrix3d(xfm, false));
2231 }
2232
2233 private int SwigDirectorMethodsubGetTransformedCopy(global::System.IntPtr xfm, IntPtr pCopy) {
2234 OdDbEntity tmp_pCopy = new OdDbEntity(pCopy,false);
2235 try {
2236 return (int)subGetTransformedCopy(new OdGeMatrix3d(xfm, false), ref tmp_pCopy);
2237 } finally {
2238 pCopy = OdDbEntity.getCPtr(tmp_pCopy).Handle;
2239 }
2240 }
2241
2242 private int SwigDirectorMethodsubExplode(global::System.IntPtr entitySet) {
2243 return (int)subExplode(new OdRxObjectPtrArray(entitySet, false));
2244 }
2245
2246 private int SwigDirectorMethodsubGetCompoundObjectTransform(global::System.IntPtr xM) {
2247 return (int)subGetCompoundObjectTransform(new OdGeMatrix3d(xM, false));
2248 }
2249
2250 private bool SwigDirectorMethodsubCloneMeForDragging() {
2251 return subCloneMeForDragging();
2252 }
2253
2254 private bool SwigDirectorMethodsubHideMeForDragging() {
2255 return subHideMeForDragging();
2256 }
2257
2258 private void SwigDirectorMethodsubGripStatus(int status) {
2259 subGripStatus((GripStat)status);
2260 }
2261
2262 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) {
2263 return (int)subGetOsnapPoints((OsnapMode)osnapMode, gsSelectionMark /*SIMPLETYPE*/, new OdGePoint3d(pickPoint, false), new OdGePoint3d(lastPoint, false), new OdGeMatrix3d(xWorldToEye, false), new OdGePoint3dArray(snapPoints, false));
2264 }
2265
2266 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) {
2267 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));
2268 }
2269
2270 private bool SwigDirectorMethodsubIsContentSnappable() {
2271 return subIsContentSnappable();
2272 }
2273
2274 private int SwigDirectorMethodsubGetGripPoints__SWIG_0(global::System.IntPtr gripPoints) {
2275 return (int)subGetGripPoints(new OdGePoint3dArray(gripPoints, false));
2276 }
2277
2278 private int SwigDirectorMethodsubMoveGripPointsAt__SWIG_0(IntPtr indices, global::System.IntPtr offset) {
2279 return (int)subMoveGripPointsAt(
2280 //csdirectorin of INOUT_PARAM_OBJ
2281 new OdIntArray(indices,true)
2282, new OdGeVector3d(offset, false));
2283 }
2284
2285 private int SwigDirectorMethodsubGetGripPoints__SWIG_1(global::System.IntPtr grips, double curViewUnitSize, int gripSize, global::System.IntPtr curViewDir, int bitFlags) {
2286 return (int)subGetGripPoints(new OdDbGripDataPtrArray(grips, false), curViewUnitSize, gripSize, new OdGeVector3d(curViewDir, false), bitFlags);
2287 }
2288
2289 private int SwigDirectorMethodsubMoveGripPointsAt__SWIG_1(global::System.IntPtr grips, global::System.IntPtr offset, int bitFlags) {
2290 return (int)subMoveGripPointsAt(new OdDbVoidPtrArray(grips, false), new OdGeVector3d(offset, false), bitFlags);
2291 }
2292
2293 private int SwigDirectorMethodsubGetStretchPoints(global::System.IntPtr stretchPoints) {
2294 return (int)subGetStretchPoints(new OdGePoint3dArray(stretchPoints, false));
2295 }
2296
2297 private int SwigDirectorMethodsubMoveStretchPointsAt(IntPtr indices, global::System.IntPtr offset) {
2298 return (int)subMoveStretchPointsAt(
2299 //csdirectorin of INOUT_PARAM_OBJ
2300 new OdIntArray(indices,true)
2301, new OdGeVector3d(offset, false));
2302 }
2303
2304 private int SwigDirectorMethodsubIntersectWith__SWIG_0(IntPtr pEnt, int intType, global::System.IntPtr points, IntPtr /*SIMPLETYPE*/ thisGsMarker, IntPtr /*SIMPLETYPE*/ otherGsMarker) {
2305 return (int)subIntersectWith(
2306 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pEnt,false) /*createInt 6_2*/ // csdirectorin for smart pointer
2307, (Intersect)intType, new OdGePoint3dArray(points, false), thisGsMarker /*SIMPLETYPE*/, otherGsMarker /*SIMPLETYPE*/);
2308 }
2309
2310 private int SwigDirectorMethodsubIntersectWith__SWIG_1(IntPtr pEnt, int intType, global::System.IntPtr points, IntPtr /*SIMPLETYPE*/ thisGsMarker) {
2311 return (int)subIntersectWith(
2312 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pEnt,false) /*createInt 6_2*/ // csdirectorin for smart pointer
2313, (Intersect)intType, new OdGePoint3dArray(points, false), thisGsMarker /*SIMPLETYPE*/);
2314 }
2315
2316 private int SwigDirectorMethodsubIntersectWith__SWIG_2(IntPtr pEnt, int intType, global::System.IntPtr points) {
2317 return (int)subIntersectWith(
2318 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pEnt,false) /*createInt 6_2*/ // csdirectorin for smart pointer
2319, (Intersect)intType, new OdGePoint3dArray(points, false));
2320 }
2321
2322 private int SwigDirectorMethodsubIntersectWith__SWIG_3(IntPtr pEnt, int intType, global::System.IntPtr projPlane, global::System.IntPtr points, IntPtr /*SIMPLETYPE*/ thisGsMarker, IntPtr /*SIMPLETYPE*/ otherGsMarker) {
2323 return (int)subIntersectWith(
2324 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pEnt,false) /*createInt 6_2*/ // csdirectorin for smart pointer
2325, (Intersect)intType, new OdGePlane(projPlane, false), new OdGePoint3dArray(points, false), thisGsMarker /*SIMPLETYPE*/, otherGsMarker /*SIMPLETYPE*/);
2326 }
2327
2328 private int SwigDirectorMethodsubIntersectWith__SWIG_4(IntPtr pEnt, int intType, global::System.IntPtr projPlane, global::System.IntPtr points, IntPtr /*SIMPLETYPE*/ thisGsMarker) {
2329 return (int)subIntersectWith(
2330 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pEnt,false) /*createInt 6_2*/ // csdirectorin for smart pointer
2331, (Intersect)intType, new OdGePlane(projPlane, false), new OdGePoint3dArray(points, false), thisGsMarker /*SIMPLETYPE*/);
2332 }
2333
2334 private int SwigDirectorMethodsubIntersectWith__SWIG_5(IntPtr pEnt, int intType, global::System.IntPtr projPlane, global::System.IntPtr points) {
2335 return (int)subIntersectWith(
2336 (OdDbEntity)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbEntity),pEnt,false) /*createInt 6_2*/ // csdirectorin for smart pointer
2337, (Intersect)intType, new OdGePlane(projPlane, false), new OdGePoint3dArray(points, false));
2338 }
2339
2340 private void SwigDirectorMethodsubHighlight__SWIG_0(bool bDoIt, global::System.IntPtr pSubId, bool highlightAll) {
2341 subHighlight(bDoIt, (pSubId == global::System.IntPtr.Zero) ? null : new OdDbFullSubentPath(pSubId, false), highlightAll);
2342 }
2343
2344 private void SwigDirectorMethodsubHighlight__SWIG_1(bool bDoIt, global::System.IntPtr pSubId) {
2345 subHighlight(bDoIt, (pSubId == global::System.IntPtr.Zero) ? null : new OdDbFullSubentPath(pSubId, false));
2346 }
2347
2348 private void SwigDirectorMethodsubHighlight__SWIG_2(bool bDoIt) {
2349 subHighlight(bDoIt);
2350 }
2351
2352 private void SwigDirectorMethodsubHighlight__SWIG_3() {
2353 subHighlight();
2354 }
2355
2356 private int SwigDirectorMethodsubVisibility() {
2357 return (int)subVisibility();
2358 }
2359
2360 private int SwigDirectorMethodsubSetVisibility__SWIG_0(int visibility, bool doSubents) {
2361 return (int)subSetVisibility((Visibility)visibility, doSubents);
2362 }
2363
2364 private int SwigDirectorMethodsubSetVisibility__SWIG_1(int visibility) {
2366 }
2367
2368 private int SwigDirectorMethodsubGetGeomExtents(global::System.IntPtr extents) {
2369 return (int)subGetGeomExtents(new OdGeExtents3d(extents, false));
2370 }
2371
2372 private int SwigDirectorMethodsubDeleteSubentPaths(global::System.IntPtr paths) {
2373 return (int)subDeleteSubentPaths(new OdDbFullSubentPathArray(paths, false));
2374 }
2375
2376 private int SwigDirectorMethodsubAddSubentPaths(global::System.IntPtr paths) {
2377 return (int)subAddSubentPaths(new OdDbFullSubentPathArray(paths, false));
2378 }
2379
2380 private int SwigDirectorMethodsubMoveGripPointsAtSubentPaths(global::System.IntPtr paths, global::System.IntPtr gripAppData, global::System.IntPtr offset, UInt32 /*SIMPLETYPE*/ bitflags) {
2381 return (int)subMoveGripPointsAtSubentPaths(new OdDbFullSubentPathArray(paths, false), new OdDbVoidPtrArray(gripAppData, false), new OdGeVector3d(offset, false), bitflags /*SIMPLETYPE*/);
2382 }
2383
2384 private int SwigDirectorMethodsubGetGripPointsAtSubentPath(global::System.IntPtr path, global::System.IntPtr grips, double curViewUnitSize, int gripSize, global::System.IntPtr curViewDir, UInt32 /*SIMPLETYPE*/ bitflags) {
2385 return (int)subGetGripPointsAtSubentPath(new OdDbFullSubentPath(path, false), new OdDbGripDataPtrArray(grips, false), curViewUnitSize, gripSize, new OdGeVector3d(curViewDir, false), bitflags /*SIMPLETYPE*/);
2386 }
2387
2388 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) {
2389 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));
2390 }
2391
2392 private int SwigDirectorMethodsubGetSubentPathsAtGsMarker__SWIG_1(int type, IntPtr /*SIMPLETYPE*/ gsMark, global::System.IntPtr pickPoint, global::System.IntPtr xfm, global::System.IntPtr subentPaths) {
2393 return (int)subGetSubentPathsAtGsMarker((Teigha.Core.SubentType)type, gsMark /*SIMPLETYPE*/, new OdGePoint3d(pickPoint, false), new OdGeMatrix3d(xfm, false), new OdDbFullSubentPathArray(subentPaths, false));
2394 }
2395
2396 private int SwigDirectorMethodsubGetGsMarkersAtSubentPath(global::System.IntPtr subPath, global::System.IntPtr gsMarkers) {
2397 return (int)subGetGsMarkersAtSubentPath(new OdDbFullSubentPath(subPath, false), new OdGsMarkerArray(gsMarkers, false));
2398 }
2399
2400 private IntPtr SwigDirectorMethodsubSubentPtr(global::System.IntPtr path) {
2401 return OdDbEntity.getCPtr(subSubentPtr(new OdDbFullSubentPath(path, false))).Handle;
2402 }
2403
2404 private int SwigDirectorMethodsubTransformSubentPathsBy(global::System.IntPtr paths, global::System.IntPtr xform) {
2405 return (int)subTransformSubentPathsBy(new OdDbFullSubentPathArray(paths, false), new OdGeMatrix3d(xform, false));
2406 }
2407
2408 private int SwigDirectorMethodsubGetSubentClassId(global::System.IntPtr path, IntPtr /*SIMPLETYPE*/ clsId) {
2409 return (int)subGetSubentClassId(new OdDbFullSubentPath(path, false), clsId /*SIMPLETYPE*/);
2410 }
2411
2412 private int SwigDirectorMethodsubGetSubentPathGeomExtents(global::System.IntPtr path, global::System.IntPtr extents) {
2413 return (int)subGetSubentPathGeomExtents(new OdDbFullSubentPath(path, false), new OdGeExtents3d(extents, false));
2414 }
2415
2416 private void SwigDirectorMethodsubSubentGripStatus(int status, global::System.IntPtr subentity) {
2417 subSubentGripStatus((GripStat)status, new OdDbFullSubentPath(subentity, false));
2418 }
2419
2420 public delegate IntPtr SwigDelegateOdDbEntity_0(IntPtr protocolClass);
2421 public delegate IntPtr SwigDelegateOdDbEntity_1();
2422 public delegate void SwigDelegateOdDbEntity_2(IntPtr pSource);
2423 public delegate int SwigDelegateOdDbEntity_3();
2424 public delegate bool SwigDelegateOdDbEntity_4();
2425 public delegate global::System.IntPtr SwigDelegateOdDbEntity_5();
2426 public delegate void SwigDelegateOdDbEntity_6(IntPtr pNode);
2427 public delegate IntPtr SwigDelegateOdDbEntity_7();
2428 public delegate UInt32 /*SIMPLETYPE*/ SwigDelegateOdDbEntity_8(IntPtr pTraits);
2429 public delegate bool SwigDelegateOdDbEntity_9(IntPtr pWd);
2430 public delegate void SwigDelegateOdDbEntity_10(IntPtr pVd);
2431 public delegate void SwigDelegateOdDbEntity_11(global::System.IntPtr ownerId);
2432 public delegate int SwigDelegateOdDbEntity_12(int mode);
2433 public delegate void SwigDelegateOdDbEntity_13();
2434 public delegate int SwigDelegateOdDbEntity_14(bool erasing);
2435 public delegate void SwigDelegateOdDbEntity_15(IntPtr pNewObject);
2436 public delegate void SwigDelegateOdDbEntity_16(global::System.IntPtr otherId, bool swapXdata, bool swapExtDict);
2437 public delegate void SwigDelegateOdDbEntity_17(global::System.IntPtr otherId, bool swapXdata);
2438 public delegate void SwigDelegateOdDbEntity_18(global::System.IntPtr otherId);
2439 public delegate void SwigDelegateOdDbEntity_19(global::System.IntPtr pAuditInfo);
2440 public delegate int SwigDelegateOdDbEntity_20(IntPtr pFiler);
2441 public delegate void SwigDelegateOdDbEntity_21(IntPtr pFiler);
2442 public delegate int SwigDelegateOdDbEntity_22(IntPtr pFiler);
2443 public delegate void SwigDelegateOdDbEntity_23(IntPtr pFiler);
2444 public delegate int SwigDelegateOdDbEntity_24(IntPtr pFiler);
2445 public delegate void SwigDelegateOdDbEntity_25(IntPtr pFiler);
2446 public delegate int SwigDelegateOdDbEntity_26(IntPtr pFiler);
2447 public delegate void SwigDelegateOdDbEntity_27(IntPtr pFiler);
2448 public delegate int SwigDelegateOdDbEntity_28();
2449 public delegate IntPtr SwigDelegateOdDbEntity_29([MarshalAs(UnmanagedType.LPWStr)]String regappName);
2450 public delegate IntPtr SwigDelegateOdDbEntity_30();
2451 public delegate void SwigDelegateOdDbEntity_31(IntPtr pRb);
2452 public delegate void SwigDelegateOdDbEntity_32(IntPtr pUndoFiler, IntPtr pClassObj);
2453 public delegate void SwigDelegateOdDbEntity_33(global::System.IntPtr objId);
2454 public delegate void SwigDelegateOdDbEntity_34(global::System.IntPtr objId);
2455 public delegate void SwigDelegateOdDbEntity_35(IntPtr pSubObj);
2456 public delegate void SwigDelegateOdDbEntity_36();
2457 public delegate void SwigDelegateOdDbEntity_37(global::System.IntPtr idPair, IntPtr pOwnerObject, IntPtr ownerIdMap);
2458 public delegate void SwigDelegateOdDbEntity_38(IntPtr pObject, IntPtr pNewObject);
2459 public delegate void SwigDelegateOdDbEntity_39(IntPtr pObject, bool erasing);
2460 public delegate void SwigDelegateOdDbEntity_40(IntPtr pObject);
2461 public delegate void SwigDelegateOdDbEntity_41(IntPtr pObject);
2462 public delegate void SwigDelegateOdDbEntity_42(IntPtr pObject);
2463 public delegate void SwigDelegateOdDbEntity_43(IntPtr pObject);
2464 public delegate void SwigDelegateOdDbEntity_44(IntPtr pObject, IntPtr pSubObj);
2465 public delegate void SwigDelegateOdDbEntity_45(IntPtr pObject);
2466 public delegate void SwigDelegateOdDbEntity_46(IntPtr pObject);
2467 public delegate void SwigDelegateOdDbEntity_47(IntPtr pObject);
2468 public delegate void SwigDelegateOdDbEntity_48(IntPtr pObject);
2469 public delegate void SwigDelegateOdDbEntity_49(global::System.IntPtr objectId);
2470 public delegate void SwigDelegateOdDbEntity_50(IntPtr pObject);
2471 public delegate int SwigDelegateOdDbEntity_51(IntPtr pFiler, MaintReleaseVer pMaintVer);
2472 public delegate int SwigDelegateOdDbEntity_52(IntPtr pFiler);
2473 public delegate IntPtr SwigDelegateOdDbEntity_53(int ver, global::System.IntPtr replaceId, bool exchangeXData);
2474 public delegate IntPtr SwigDelegateOdDbEntity_54(int format, int ver, global::System.IntPtr replaceId, bool exchangeXData);
2475 public delegate void SwigDelegateOdDbEntity_55(int format, int version, global::System.IntPtr pAuditInfo);
2476 public delegate IntPtr SwigDelegateOdDbEntity_56();
2477 public delegate global::System.IntPtr SwigDelegateOdDbEntity_57([MarshalAs(UnmanagedType.LPWStr)]String fieldName, IntPtr pField);
2478 public delegate int SwigDelegateOdDbEntity_58(global::System.IntPtr fieldId);
2479 public delegate global::System.IntPtr SwigDelegateOdDbEntity_59([MarshalAs(UnmanagedType.LPWStr)]String fieldName);
2480 public delegate IntPtr SwigDelegateOdDbEntity_60(IntPtr pClass);
2481 public delegate int SwigDelegateOdDbEntity_61(IntPtr /*SIMPLETYPE*/ pClsid);
2482 public delegate int SwigDelegateOdDbEntity_62(global::System.IntPtr color, bool doSubents);
2483 public delegate int SwigDelegateOdDbEntity_63(global::System.IntPtr color);
2484 public delegate global::System.IntPtr SwigDelegateOdDbEntity_64();
2485 public delegate int SwigDelegateOdDbEntity_65(UInt16 /*SIMPLETYPE*/ colorIndex, bool doSubents);
2486 public delegate int SwigDelegateOdDbEntity_66(UInt16 /*SIMPLETYPE*/ colorIndex);
2487 public delegate int SwigDelegateOdDbEntity_67(global::System.IntPtr colorId, bool doSubents);
2488 public delegate int SwigDelegateOdDbEntity_68(global::System.IntPtr colorId);
2489 public delegate int SwigDelegateOdDbEntity_69(global::System.IntPtr transparency, bool doSubents);
2490 public delegate int SwigDelegateOdDbEntity_70(global::System.IntPtr transparency);
2491 public delegate int SwigDelegateOdDbEntity_71([MarshalAs(UnmanagedType.LPWStr)]String plotStyleName, bool doSubents);
2492 public delegate int SwigDelegateOdDbEntity_72([MarshalAs(UnmanagedType.LPWStr)]String plotStyleName);
2493 public delegate int SwigDelegateOdDbEntity_73(int plotStyleNameType, global::System.IntPtr plotStyleNameId, bool doSubents);
2494 public delegate int SwigDelegateOdDbEntity_74(int plotStyleNameType, global::System.IntPtr plotStyleNameId);
2495 public delegate int SwigDelegateOdDbEntity_75(int plotStyleNameType);
2496 public delegate int SwigDelegateOdDbEntity_76([MarshalAs(UnmanagedType.LPWStr)]String layerName, bool doSubents, bool allowHiddenLayer);
2497 public delegate int SwigDelegateOdDbEntity_77([MarshalAs(UnmanagedType.LPWStr)]String layerName, bool doSubents);
2498 public delegate int SwigDelegateOdDbEntity_78([MarshalAs(UnmanagedType.LPWStr)]String layerName);
2499 public delegate int SwigDelegateOdDbEntity_79(global::System.IntPtr layerId, bool doSubents, bool allowHiddenLayer);
2500 public delegate int SwigDelegateOdDbEntity_80(global::System.IntPtr layerId, bool doSubents);
2501 public delegate int SwigDelegateOdDbEntity_81(global::System.IntPtr layerId);
2502 public delegate int SwigDelegateOdDbEntity_82([MarshalAs(UnmanagedType.LPWStr)]String linetypeName, bool doSubents);
2503 public delegate int SwigDelegateOdDbEntity_83([MarshalAs(UnmanagedType.LPWStr)]String linetypeName);
2504 public delegate int SwigDelegateOdDbEntity_84(global::System.IntPtr linetypeID, bool doSubents);
2505 public delegate int SwigDelegateOdDbEntity_85(global::System.IntPtr linetypeID);
2506 public delegate int SwigDelegateOdDbEntity_86([MarshalAs(UnmanagedType.LPWStr)]String materialName, bool doSubents);
2507 public delegate int SwigDelegateOdDbEntity_87([MarshalAs(UnmanagedType.LPWStr)]String materialName);
2508 public delegate int SwigDelegateOdDbEntity_88(global::System.IntPtr materialID, bool doSubents);
2509 public delegate int SwigDelegateOdDbEntity_89(global::System.IntPtr materialID);
2510 public delegate int SwigDelegateOdDbEntity_90(global::System.IntPtr visualStyleId, int vstype, bool doSubents);
2511 public delegate int SwigDelegateOdDbEntity_91(global::System.IntPtr visualStyleId, int vstype);
2512 public delegate int SwigDelegateOdDbEntity_92(global::System.IntPtr visualStyleId);
2513 public delegate global::System.IntPtr SwigDelegateOdDbEntity_93();
2514 public delegate void SwigDelegateOdDbEntity_94(global::System.IntPtr mapper, bool doSubents);
2515 public delegate void SwigDelegateOdDbEntity_95(global::System.IntPtr mapper);
2516 public delegate int SwigDelegateOdDbEntity_96(double linetypeScale, bool doSubents);
2517 public delegate int SwigDelegateOdDbEntity_97(double linetypeScale);
2518 public delegate int SwigDelegateOdDbEntity_98(int lineWeight, bool doSubents);
2519 public delegate int SwigDelegateOdDbEntity_99(int lineWeight);
2520 public delegate bool SwigDelegateOdDbEntity_100();
2521 public delegate void SwigDelegateOdDbEntity_101(bool castShadows);
2522 public delegate bool SwigDelegateOdDbEntity_102();
2523 public delegate void SwigDelegateOdDbEntity_103(bool receiveShadows);
2524 public delegate int SwigDelegateOdDbEntity_104();
2525 public delegate bool SwigDelegateOdDbEntity_105();
2526 public delegate int SwigDelegateOdDbEntity_106(global::System.IntPtr plane, Planarity planarity);
2527 public delegate int SwigDelegateOdDbEntity_107(IntPtr pBlockRecord, global::System.IntPtr ids);
2528 public delegate int SwigDelegateOdDbEntity_108(IntPtr pBlockRecord);
2529 public delegate int SwigDelegateOdDbEntity_109(global::System.IntPtr entitySet);
2530 public delegate int SwigDelegateOdDbEntity_110(IntPtr pBlockRecord, global::System.IntPtr ids);
2531 public delegate int SwigDelegateOdDbEntity_111(IntPtr pBlockRecord);
2532 public delegate void SwigDelegateOdDbEntity_112(IntPtr pDb, bool doSubents);
2533 public delegate void SwigDelegateOdDbEntity_113();
2534 public delegate void SwigDelegateOdDbEntity_114(int status);
2535 public delegate void SwigDelegateOdDbEntity_115(IntPtr pWd, int ver);
2536 public delegate global::System.IntPtr SwigDelegateOdDbEntity_116();
2537 public delegate int SwigDelegateOdDbEntity_117(global::System.IntPtr xfm);
2538 public delegate int SwigDelegateOdDbEntity_118(global::System.IntPtr xfm, IntPtr pCopy);
2539 public delegate int SwigDelegateOdDbEntity_119(global::System.IntPtr entitySet);
2540 public delegate int SwigDelegateOdDbEntity_120(global::System.IntPtr xM);
2541 public delegate bool SwigDelegateOdDbEntity_121();
2542 public delegate bool SwigDelegateOdDbEntity_122();
2543 public delegate void SwigDelegateOdDbEntity_123(int status);
2544 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);
2545 public delegate int SwigDelegateOdDbEntity_125(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);
2546 public delegate bool SwigDelegateOdDbEntity_126();
2547 public delegate int SwigDelegateOdDbEntity_127(global::System.IntPtr gripPoints);
2548 public delegate int SwigDelegateOdDbEntity_128(IntPtr indices, global::System.IntPtr offset);
2549 public delegate int SwigDelegateOdDbEntity_129(global::System.IntPtr grips, double curViewUnitSize, int gripSize, global::System.IntPtr curViewDir, int bitFlags);
2550 public delegate int SwigDelegateOdDbEntity_130(global::System.IntPtr grips, global::System.IntPtr offset, int bitFlags);
2551 public delegate int SwigDelegateOdDbEntity_131(global::System.IntPtr stretchPoints);
2552 public delegate int SwigDelegateOdDbEntity_132(IntPtr indices, global::System.IntPtr offset);
2553 public delegate int SwigDelegateOdDbEntity_133(IntPtr pEnt, int intType, global::System.IntPtr points, IntPtr /*SIMPLETYPE*/ thisGsMarker, IntPtr /*SIMPLETYPE*/ otherGsMarker);
2554 public delegate int SwigDelegateOdDbEntity_134(IntPtr pEnt, int intType, global::System.IntPtr points, IntPtr /*SIMPLETYPE*/ thisGsMarker);
2555 public delegate int SwigDelegateOdDbEntity_135(IntPtr pEnt, int intType, global::System.IntPtr points);
2556 public delegate int SwigDelegateOdDbEntity_136(IntPtr pEnt, int intType, global::System.IntPtr projPlane, global::System.IntPtr points, IntPtr /*SIMPLETYPE*/ thisGsMarker, IntPtr /*SIMPLETYPE*/ otherGsMarker);
2557 public delegate int SwigDelegateOdDbEntity_137(IntPtr pEnt, int intType, global::System.IntPtr projPlane, global::System.IntPtr points, IntPtr /*SIMPLETYPE*/ thisGsMarker);
2558 public delegate int SwigDelegateOdDbEntity_138(IntPtr pEnt, int intType, global::System.IntPtr projPlane, global::System.IntPtr points);
2559 public delegate void SwigDelegateOdDbEntity_139(bool bDoIt, global::System.IntPtr pSubId, bool highlightAll);
2560 public delegate void SwigDelegateOdDbEntity_140(bool bDoIt, global::System.IntPtr pSubId);
2561 public delegate void SwigDelegateOdDbEntity_141(bool bDoIt);
2562 public delegate void SwigDelegateOdDbEntity_142();
2563 public delegate int SwigDelegateOdDbEntity_143();
2564 public delegate int SwigDelegateOdDbEntity_144(int visibility, bool doSubents);
2565 public delegate int SwigDelegateOdDbEntity_145(int visibility);
2566 public delegate int SwigDelegateOdDbEntity_146(global::System.IntPtr extents);
2567 public delegate int SwigDelegateOdDbEntity_147(global::System.IntPtr paths);
2568 public delegate int SwigDelegateOdDbEntity_148(global::System.IntPtr paths);
2569 public delegate int SwigDelegateOdDbEntity_149(global::System.IntPtr paths, global::System.IntPtr gripAppData, global::System.IntPtr offset, UInt32 /*SIMPLETYPE*/ bitflags);
2570 public delegate int SwigDelegateOdDbEntity_150(global::System.IntPtr path, global::System.IntPtr grips, double curViewUnitSize, int gripSize, global::System.IntPtr curViewDir, UInt32 /*SIMPLETYPE*/ bitflags);
2571 public delegate int SwigDelegateOdDbEntity_151(int type, IntPtr /*SIMPLETYPE*/ gsMark, global::System.IntPtr pickPoint, global::System.IntPtr xfm, global::System.IntPtr subentPaths, global::System.IntPtr pEntAndInsertStack);
2572 public delegate int SwigDelegateOdDbEntity_152(int type, IntPtr /*SIMPLETYPE*/ gsMark, global::System.IntPtr pickPoint, global::System.IntPtr xfm, global::System.IntPtr subentPaths);
2573 public delegate int SwigDelegateOdDbEntity_153(global::System.IntPtr subPath, global::System.IntPtr gsMarkers);
2574 public delegate IntPtr SwigDelegateOdDbEntity_154(global::System.IntPtr path);
2575 public delegate int SwigDelegateOdDbEntity_155(global::System.IntPtr paths, global::System.IntPtr xform);
2576 public delegate int SwigDelegateOdDbEntity_156(global::System.IntPtr path, IntPtr /*SIMPLETYPE*/ clsId);
2577 public delegate int SwigDelegateOdDbEntity_157(global::System.IntPtr path, global::System.IntPtr extents);
2578 public delegate void SwigDelegateOdDbEntity_158(int status, global::System.IntPtr subentity);
2579
2580 private SwigDelegateOdDbEntity_0 swigDelegate0;
2581 private SwigDelegateOdDbEntity_1 swigDelegate1;
2582 private SwigDelegateOdDbEntity_2 swigDelegate2;
2583 private SwigDelegateOdDbEntity_3 swigDelegate3;
2584 private SwigDelegateOdDbEntity_4 swigDelegate4;
2585 private SwigDelegateOdDbEntity_5 swigDelegate5;
2586 private SwigDelegateOdDbEntity_6 swigDelegate6;
2587 private SwigDelegateOdDbEntity_7 swigDelegate7;
2588 private SwigDelegateOdDbEntity_8 swigDelegate8;
2589 private SwigDelegateOdDbEntity_9 swigDelegate9;
2590 private SwigDelegateOdDbEntity_10 swigDelegate10;
2591 private SwigDelegateOdDbEntity_11 swigDelegate11;
2592 private SwigDelegateOdDbEntity_12 swigDelegate12;
2593 private SwigDelegateOdDbEntity_13 swigDelegate13;
2594 private SwigDelegateOdDbEntity_14 swigDelegate14;
2595 private SwigDelegateOdDbEntity_15 swigDelegate15;
2596 private SwigDelegateOdDbEntity_16 swigDelegate16;
2597 private SwigDelegateOdDbEntity_17 swigDelegate17;
2598 private SwigDelegateOdDbEntity_18 swigDelegate18;
2599 private SwigDelegateOdDbEntity_19 swigDelegate19;
2600 private SwigDelegateOdDbEntity_20 swigDelegate20;
2601 private SwigDelegateOdDbEntity_21 swigDelegate21;
2602 private SwigDelegateOdDbEntity_22 swigDelegate22;
2603 private SwigDelegateOdDbEntity_23 swigDelegate23;
2604 private SwigDelegateOdDbEntity_24 swigDelegate24;
2605 private SwigDelegateOdDbEntity_25 swigDelegate25;
2606 private SwigDelegateOdDbEntity_26 swigDelegate26;
2607 private SwigDelegateOdDbEntity_27 swigDelegate27;
2608 private SwigDelegateOdDbEntity_28 swigDelegate28;
2609 private SwigDelegateOdDbEntity_29 swigDelegate29;
2610 private SwigDelegateOdDbEntity_30 swigDelegate30;
2611 private SwigDelegateOdDbEntity_31 swigDelegate31;
2612 private SwigDelegateOdDbEntity_32 swigDelegate32;
2613 private SwigDelegateOdDbEntity_33 swigDelegate33;
2614 private SwigDelegateOdDbEntity_34 swigDelegate34;
2615 private SwigDelegateOdDbEntity_35 swigDelegate35;
2616 private SwigDelegateOdDbEntity_36 swigDelegate36;
2617 private SwigDelegateOdDbEntity_37 swigDelegate37;
2618 private SwigDelegateOdDbEntity_38 swigDelegate38;
2619 private SwigDelegateOdDbEntity_39 swigDelegate39;
2620 private SwigDelegateOdDbEntity_40 swigDelegate40;
2621 private SwigDelegateOdDbEntity_41 swigDelegate41;
2622 private SwigDelegateOdDbEntity_42 swigDelegate42;
2623 private SwigDelegateOdDbEntity_43 swigDelegate43;
2624 private SwigDelegateOdDbEntity_44 swigDelegate44;
2625 private SwigDelegateOdDbEntity_45 swigDelegate45;
2626 private SwigDelegateOdDbEntity_46 swigDelegate46;
2627 private SwigDelegateOdDbEntity_47 swigDelegate47;
2628 private SwigDelegateOdDbEntity_48 swigDelegate48;
2629 private SwigDelegateOdDbEntity_49 swigDelegate49;
2630 private SwigDelegateOdDbEntity_50 swigDelegate50;
2631 private SwigDelegateOdDbEntity_51 swigDelegate51;
2632 private SwigDelegateOdDbEntity_52 swigDelegate52;
2633 private SwigDelegateOdDbEntity_53 swigDelegate53;
2634 private SwigDelegateOdDbEntity_54 swigDelegate54;
2635 private SwigDelegateOdDbEntity_55 swigDelegate55;
2636 private SwigDelegateOdDbEntity_56 swigDelegate56;
2637 private SwigDelegateOdDbEntity_57 swigDelegate57;
2638 private SwigDelegateOdDbEntity_58 swigDelegate58;
2639 private SwigDelegateOdDbEntity_59 swigDelegate59;
2640 private SwigDelegateOdDbEntity_60 swigDelegate60;
2641 private SwigDelegateOdDbEntity_61 swigDelegate61;
2642 private SwigDelegateOdDbEntity_62 swigDelegate62;
2643 private SwigDelegateOdDbEntity_63 swigDelegate63;
2644 private SwigDelegateOdDbEntity_64 swigDelegate64;
2645 private SwigDelegateOdDbEntity_65 swigDelegate65;
2646 private SwigDelegateOdDbEntity_66 swigDelegate66;
2647 private SwigDelegateOdDbEntity_67 swigDelegate67;
2648 private SwigDelegateOdDbEntity_68 swigDelegate68;
2649 private SwigDelegateOdDbEntity_69 swigDelegate69;
2650 private SwigDelegateOdDbEntity_70 swigDelegate70;
2651 private SwigDelegateOdDbEntity_71 swigDelegate71;
2652 private SwigDelegateOdDbEntity_72 swigDelegate72;
2653 private SwigDelegateOdDbEntity_73 swigDelegate73;
2654 private SwigDelegateOdDbEntity_74 swigDelegate74;
2655 private SwigDelegateOdDbEntity_75 swigDelegate75;
2656 private SwigDelegateOdDbEntity_76 swigDelegate76;
2657 private SwigDelegateOdDbEntity_77 swigDelegate77;
2658 private SwigDelegateOdDbEntity_78 swigDelegate78;
2659 private SwigDelegateOdDbEntity_79 swigDelegate79;
2660 private SwigDelegateOdDbEntity_80 swigDelegate80;
2661 private SwigDelegateOdDbEntity_81 swigDelegate81;
2662 private SwigDelegateOdDbEntity_82 swigDelegate82;
2663 private SwigDelegateOdDbEntity_83 swigDelegate83;
2664 private SwigDelegateOdDbEntity_84 swigDelegate84;
2665 private SwigDelegateOdDbEntity_85 swigDelegate85;
2666 private SwigDelegateOdDbEntity_86 swigDelegate86;
2667 private SwigDelegateOdDbEntity_87 swigDelegate87;
2668 private SwigDelegateOdDbEntity_88 swigDelegate88;
2669 private SwigDelegateOdDbEntity_89 swigDelegate89;
2670 private SwigDelegateOdDbEntity_90 swigDelegate90;
2671 private SwigDelegateOdDbEntity_91 swigDelegate91;
2672 private SwigDelegateOdDbEntity_92 swigDelegate92;
2673 private SwigDelegateOdDbEntity_93 swigDelegate93;
2674 private SwigDelegateOdDbEntity_94 swigDelegate94;
2675 private SwigDelegateOdDbEntity_95 swigDelegate95;
2676 private SwigDelegateOdDbEntity_96 swigDelegate96;
2677 private SwigDelegateOdDbEntity_97 swigDelegate97;
2678 private SwigDelegateOdDbEntity_98 swigDelegate98;
2679 private SwigDelegateOdDbEntity_99 swigDelegate99;
2680 private SwigDelegateOdDbEntity_100 swigDelegate100;
2681 private SwigDelegateOdDbEntity_101 swigDelegate101;
2682 private SwigDelegateOdDbEntity_102 swigDelegate102;
2683 private SwigDelegateOdDbEntity_103 swigDelegate103;
2684 private SwigDelegateOdDbEntity_104 swigDelegate104;
2685 private SwigDelegateOdDbEntity_105 swigDelegate105;
2686 private SwigDelegateOdDbEntity_106 swigDelegate106;
2687 private SwigDelegateOdDbEntity_107 swigDelegate107;
2688 private SwigDelegateOdDbEntity_108 swigDelegate108;
2689 private SwigDelegateOdDbEntity_109 swigDelegate109;
2690 private SwigDelegateOdDbEntity_110 swigDelegate110;
2691 private SwigDelegateOdDbEntity_111 swigDelegate111;
2692 private SwigDelegateOdDbEntity_112 swigDelegate112;
2693 private SwigDelegateOdDbEntity_113 swigDelegate113;
2694 private SwigDelegateOdDbEntity_114 swigDelegate114;
2695 private SwigDelegateOdDbEntity_115 swigDelegate115;
2696 private SwigDelegateOdDbEntity_116 swigDelegate116;
2697 private SwigDelegateOdDbEntity_117 swigDelegate117;
2698 private SwigDelegateOdDbEntity_118 swigDelegate118;
2699 private SwigDelegateOdDbEntity_119 swigDelegate119;
2700 private SwigDelegateOdDbEntity_120 swigDelegate120;
2701 private SwigDelegateOdDbEntity_121 swigDelegate121;
2702 private SwigDelegateOdDbEntity_122 swigDelegate122;
2703 private SwigDelegateOdDbEntity_123 swigDelegate123;
2704 private SwigDelegateOdDbEntity_124 swigDelegate124;
2705 private SwigDelegateOdDbEntity_125 swigDelegate125;
2706 private SwigDelegateOdDbEntity_126 swigDelegate126;
2707 private SwigDelegateOdDbEntity_127 swigDelegate127;
2708 private SwigDelegateOdDbEntity_128 swigDelegate128;
2709 private SwigDelegateOdDbEntity_129 swigDelegate129;
2710 private SwigDelegateOdDbEntity_130 swigDelegate130;
2711 private SwigDelegateOdDbEntity_131 swigDelegate131;
2712 private SwigDelegateOdDbEntity_132 swigDelegate132;
2713 private SwigDelegateOdDbEntity_133 swigDelegate133;
2714 private SwigDelegateOdDbEntity_134 swigDelegate134;
2715 private SwigDelegateOdDbEntity_135 swigDelegate135;
2716 private SwigDelegateOdDbEntity_136 swigDelegate136;
2717 private SwigDelegateOdDbEntity_137 swigDelegate137;
2718 private SwigDelegateOdDbEntity_138 swigDelegate138;
2719 private SwigDelegateOdDbEntity_139 swigDelegate139;
2720 private SwigDelegateOdDbEntity_140 swigDelegate140;
2721 private SwigDelegateOdDbEntity_141 swigDelegate141;
2722 private SwigDelegateOdDbEntity_142 swigDelegate142;
2723 private SwigDelegateOdDbEntity_143 swigDelegate143;
2724 private SwigDelegateOdDbEntity_144 swigDelegate144;
2725 private SwigDelegateOdDbEntity_145 swigDelegate145;
2726 private SwigDelegateOdDbEntity_146 swigDelegate146;
2727 private SwigDelegateOdDbEntity_147 swigDelegate147;
2728 private SwigDelegateOdDbEntity_148 swigDelegate148;
2729 private SwigDelegateOdDbEntity_149 swigDelegate149;
2730 private SwigDelegateOdDbEntity_150 swigDelegate150;
2731 private SwigDelegateOdDbEntity_151 swigDelegate151;
2732 private SwigDelegateOdDbEntity_152 swigDelegate152;
2733 private SwigDelegateOdDbEntity_153 swigDelegate153;
2734 private SwigDelegateOdDbEntity_154 swigDelegate154;
2735 private SwigDelegateOdDbEntity_155 swigDelegate155;
2736 private SwigDelegateOdDbEntity_156 swigDelegate156;
2737 private SwigDelegateOdDbEntity_157 swigDelegate157;
2738 private SwigDelegateOdDbEntity_158 swigDelegate158;
2739
2740 private static global::System.Type[] swigMethodTypes0 = new global::System.Type[] { typeof(OdRxClass) };
2741 private static global::System.Type[] swigMethodTypes1 = new global::System.Type[] { };
2742 private static global::System.Type[] swigMethodTypes2 = new global::System.Type[] { typeof(OdRxObject) };
2743 private static global::System.Type[] swigMethodTypes3 = new global::System.Type[] { };
2744 private static global::System.Type[] swigMethodTypes4 = new global::System.Type[] { };
2745 private static global::System.Type[] swigMethodTypes5 = new global::System.Type[] { };
2746 private static global::System.Type[] swigMethodTypes6 = new global::System.Type[] { typeof(OdGsCache) };
2747 private static global::System.Type[] swigMethodTypes7 = new global::System.Type[] { };
2748 private static global::System.Type[] swigMethodTypes8 = new global::System.Type[] { typeof(OdGiDrawableTraits) };
2749 private static global::System.Type[] swigMethodTypes9 = new global::System.Type[] { typeof(OdGiWorldDraw) };
2750 private static global::System.Type[] swigMethodTypes10 = new global::System.Type[] { typeof(OdGiViewportDraw) };
2751 private static global::System.Type[] swigMethodTypes11 = new global::System.Type[] { typeof(OdDbObjectId) };
2752 private static global::System.Type[] swigMethodTypes12 = new global::System.Type[] { typeof(OpenMode) };
2753 private static global::System.Type[] swigMethodTypes13 = new global::System.Type[] { };
2754 private static global::System.Type[] swigMethodTypes14 = new global::System.Type[] { typeof(bool) };
2755 private static global::System.Type[] swigMethodTypes15 = new global::System.Type[] { typeof(OdDbObject) };
2756 private static global::System.Type[] swigMethodTypes16 = new global::System.Type[] { typeof(OdDbObjectId), typeof(bool), typeof(bool) };
2757 private static global::System.Type[] swigMethodTypes17 = new global::System.Type[] { typeof(OdDbObjectId), typeof(bool) };
2758 private static global::System.Type[] swigMethodTypes18 = new global::System.Type[] { typeof(OdDbObjectId) };
2759 private static global::System.Type[] swigMethodTypes19 = new global::System.Type[] { typeof(OdDbAuditInfo) };
2760 private static global::System.Type[] swigMethodTypes20 = new global::System.Type[] { typeof(OdDbDxfFiler) };
2761 private static global::System.Type[] swigMethodTypes21 = new global::System.Type[] { typeof(OdDbDxfFiler) };
2762 private static global::System.Type[] swigMethodTypes22 = new global::System.Type[] { typeof(OdDbDwgFiler) };
2763 private static global::System.Type[] swigMethodTypes23 = new global::System.Type[] { typeof(OdDbDwgFiler) };
2764 private static global::System.Type[] swigMethodTypes24 = new global::System.Type[] { typeof(OdDbDxfFiler) };
2765 private static global::System.Type[] swigMethodTypes25 = new global::System.Type[] { typeof(OdDbDxfFiler) };
2766 private static global::System.Type[] swigMethodTypes26 = new global::System.Type[] { typeof(OdDbDxfFiler) };
2767 private static global::System.Type[] swigMethodTypes27 = new global::System.Type[] { typeof(OdDbDxfFiler) };
2768 private static global::System.Type[] swigMethodTypes28 = new global::System.Type[] { };
2769 private static global::System.Type[] swigMethodTypes29 = new global::System.Type[] { typeof(String) };
2770 private static global::System.Type[] swigMethodTypes30 = new global::System.Type[] { };
2771 private static global::System.Type[] swigMethodTypes31 = new global::System.Type[] { typeof(OdResBuf) };
2772 private static global::System.Type[] swigMethodTypes32 = new global::System.Type[] { typeof(OdDbDwgFiler), typeof(OdRxClass) };
2773 private static global::System.Type[] swigMethodTypes33 = new global::System.Type[] { typeof(OdDbObjectId) };
2774 private static global::System.Type[] swigMethodTypes34 = new global::System.Type[] { typeof(OdDbObjectId) };
2775 private static global::System.Type[] swigMethodTypes35 = new global::System.Type[] { typeof(OdDbObject) };
2776 private static global::System.Type[] swigMethodTypes36 = new global::System.Type[] { };
2777 private static global::System.Type[] swigMethodTypes37 = new global::System.Type[] { typeof(OdDbIdPair), typeof(OdDbObject), typeof(OdDbIdMapping) };
2778 private static global::System.Type[] swigMethodTypes38 = new global::System.Type[] { typeof(OdDbObject), typeof(OdDbObject) };
2779 private static global::System.Type[] swigMethodTypes39 = new global::System.Type[] { typeof(OdDbObject), typeof(bool) };
2780 private static global::System.Type[] swigMethodTypes40 = new global::System.Type[] { typeof(OdDbObject) };
2781 private static global::System.Type[] swigMethodTypes41 = new global::System.Type[] { typeof(OdDbObject) };
2782 private static global::System.Type[] swigMethodTypes42 = new global::System.Type[] { typeof(OdDbObject) };
2783 private static global::System.Type[] swigMethodTypes43 = new global::System.Type[] { typeof(OdDbObject) };
2784 private static global::System.Type[] swigMethodTypes44 = new global::System.Type[] { typeof(OdDbObject), typeof(OdDbObject) };
2785 private static global::System.Type[] swigMethodTypes45 = new global::System.Type[] { typeof(OdDbObject) };
2786 private static global::System.Type[] swigMethodTypes46 = new global::System.Type[] { typeof(OdDbObject) };
2787 private static global::System.Type[] swigMethodTypes47 = new global::System.Type[] { typeof(OdDbObject) };
2788 private static global::System.Type[] swigMethodTypes48 = new global::System.Type[] { typeof(OdDbObject) };
2789 private static global::System.Type[] swigMethodTypes49 = new global::System.Type[] { typeof(OdDbObjectId) };
2790 private static global::System.Type[] swigMethodTypes50 = new global::System.Type[] { typeof(OdDbObject) };
2791 private static global::System.Type[] swigMethodTypes51 = new global::System.Type[] { typeof(OdDbFiler), typeof(MaintReleaseVer).MakeByRefType() };
2792 private static global::System.Type[] swigMethodTypes52 = new global::System.Type[] { typeof(OdDbFiler) };
2793 private static global::System.Type[] swigMethodTypes53 = new global::System.Type[] { typeof(DwgVersion), typeof(OdDbObjectId), typeof(bool).MakeByRefType() };
2794 private static global::System.Type[] swigMethodTypes54 = new global::System.Type[] { typeof(SaveType), typeof(DwgVersion), typeof(OdDbObjectId), typeof(bool).MakeByRefType() };
2795 private static global::System.Type[] swigMethodTypes55 = new global::System.Type[] { typeof(SaveType), typeof(DwgVersion), typeof(OdDbAuditInfo) };
2796 private static global::System.Type[] swigMethodTypes56 = new global::System.Type[] { };
2797 private static global::System.Type[] swigMethodTypes57 = new global::System.Type[] { typeof(String), typeof(OdDbField) };
2798 private static global::System.Type[] swigMethodTypes58 = new global::System.Type[] { typeof(OdDbObjectId) };
2799 private static global::System.Type[] swigMethodTypes59 = new global::System.Type[] { typeof(String) };
2800 private static global::System.Type[] swigMethodTypes60 = new global::System.Type[] { typeof(OdRxClass) };
2801 private static global::System.Type[] swigMethodTypes61 = new global::System.Type[] { typeof(IntPtr) };
2802 private static global::System.Type[] swigMethodTypes62 = new global::System.Type[] { typeof(OdCmColor), typeof(bool) };
2803 private static global::System.Type[] swigMethodTypes63 = new global::System.Type[] { typeof(OdCmColor) };
2804 private static global::System.Type[] swigMethodTypes64 = new global::System.Type[] { };
2805 private static global::System.Type[] swigMethodTypes65 = new global::System.Type[] { typeof(UInt16), typeof(bool) };
2806 private static global::System.Type[] swigMethodTypes66 = new global::System.Type[] { typeof(UInt16) };
2807 private static global::System.Type[] swigMethodTypes67 = new global::System.Type[] { typeof(OdDbObjectId), typeof(bool) };
2808 private static global::System.Type[] swigMethodTypes68 = new global::System.Type[] { typeof(OdDbObjectId) };
2809 private static global::System.Type[] swigMethodTypes69 = new global::System.Type[] { typeof(OdCmTransparency), typeof(bool) };
2810 private static global::System.Type[] swigMethodTypes70 = new global::System.Type[] { typeof(OdCmTransparency) };
2811 private static global::System.Type[] swigMethodTypes71 = new global::System.Type[] { typeof(String), typeof(bool) };
2812 private static global::System.Type[] swigMethodTypes72 = new global::System.Type[] { typeof(String) };
2813 private static global::System.Type[] swigMethodTypes73 = new global::System.Type[] { typeof(PlotStyleNameType), typeof(OdDbObjectId), typeof(bool) };
2814 private static global::System.Type[] swigMethodTypes74 = new global::System.Type[] { typeof(PlotStyleNameType), typeof(OdDbObjectId) };
2815 private static global::System.Type[] swigMethodTypes75 = new global::System.Type[] { typeof(PlotStyleNameType) };
2816 private static global::System.Type[] swigMethodTypes76 = new global::System.Type[] { typeof(String), typeof(bool), typeof(bool) };
2817 private static global::System.Type[] swigMethodTypes77 = new global::System.Type[] { typeof(String), typeof(bool) };
2818 private static global::System.Type[] swigMethodTypes78 = new global::System.Type[] { typeof(String) };
2819 private static global::System.Type[] swigMethodTypes79 = new global::System.Type[] { typeof(OdDbObjectId), typeof(bool), typeof(bool) };
2820 private static global::System.Type[] swigMethodTypes80 = new global::System.Type[] { typeof(OdDbObjectId), typeof(bool) };
2821 private static global::System.Type[] swigMethodTypes81 = new global::System.Type[] { typeof(OdDbObjectId) };
2822 private static global::System.Type[] swigMethodTypes82 = new global::System.Type[] { typeof(String), typeof(bool) };
2823 private static global::System.Type[] swigMethodTypes83 = new global::System.Type[] { typeof(String) };
2824 private static global::System.Type[] swigMethodTypes84 = new global::System.Type[] { typeof(OdDbObjectId), typeof(bool) };
2825 private static global::System.Type[] swigMethodTypes85 = new global::System.Type[] { typeof(OdDbObjectId) };
2826 private static global::System.Type[] swigMethodTypes86 = new global::System.Type[] { typeof(String), typeof(bool) };
2827 private static global::System.Type[] swigMethodTypes87 = new global::System.Type[] { typeof(String) };
2828 private static global::System.Type[] swigMethodTypes88 = new global::System.Type[] { typeof(OdDbObjectId), typeof(bool) };
2829 private static global::System.Type[] swigMethodTypes89 = new global::System.Type[] { typeof(OdDbObjectId) };
2830 private static global::System.Type[] swigMethodTypes90 = new global::System.Type[] { typeof(OdDbObjectId), typeof(OdDbEntity.VisualStyleType), typeof(bool) };
2831 private static global::System.Type[] swigMethodTypes91 = new global::System.Type[] { typeof(OdDbObjectId), typeof(OdDbEntity.VisualStyleType) };
2832 private static global::System.Type[] swigMethodTypes92 = new global::System.Type[] { typeof(OdDbObjectId) };
2833 private static global::System.Type[] swigMethodTypes93 = new global::System.Type[] { };
2834 private static global::System.Type[] swigMethodTypes94 = new global::System.Type[] { typeof(OdGiMapper), typeof(bool) };
2835 private static global::System.Type[] swigMethodTypes95 = new global::System.Type[] { typeof(OdGiMapper) };
2836 private static global::System.Type[] swigMethodTypes96 = new global::System.Type[] { typeof(double), typeof(bool) };
2837 private static global::System.Type[] swigMethodTypes97 = new global::System.Type[] { typeof(double) };
2838 private static global::System.Type[] swigMethodTypes98 = new global::System.Type[] { typeof(LineWeight), typeof(bool) };
2839 private static global::System.Type[] swigMethodTypes99 = new global::System.Type[] { typeof(LineWeight) };
2840 private static global::System.Type[] swigMethodTypes100 = new global::System.Type[] { };
2841 private static global::System.Type[] swigMethodTypes101 = new global::System.Type[] { typeof(bool) };
2842 private static global::System.Type[] swigMethodTypes102 = new global::System.Type[] { };
2843 private static global::System.Type[] swigMethodTypes103 = new global::System.Type[] { typeof(bool) };
2844 private static global::System.Type[] swigMethodTypes104 = new global::System.Type[] { };
2845 private static global::System.Type[] swigMethodTypes105 = new global::System.Type[] { };
2846 private static global::System.Type[] swigMethodTypes106 = new global::System.Type[] { typeof(OdGePlane), typeof(Planarity).MakeByRefType() };
2847 private static global::System.Type[] swigMethodTypes107 = new global::System.Type[] { typeof(OdDbBlockTableRecord), typeof(OdDbObjectIdArray) };
2848 private static global::System.Type[] swigMethodTypes108 = new global::System.Type[] { typeof(OdDbBlockTableRecord) };
2849 private static global::System.Type[] swigMethodTypes109 = new global::System.Type[] { typeof(OdRxObjectPtrArray) };
2850 private static global::System.Type[] swigMethodTypes110 = new global::System.Type[] { typeof(OdDbBlockTableRecord), typeof(OdDbObjectIdArray) };
2851 private static global::System.Type[] swigMethodTypes111 = new global::System.Type[] { typeof(OdDbBlockTableRecord) };
2852 private static global::System.Type[] swigMethodTypes112 = new global::System.Type[] { typeof(OdDbDatabase), typeof(bool) };
2853 private static global::System.Type[] swigMethodTypes113 = new global::System.Type[] { };
2854 private static global::System.Type[] swigMethodTypes114 = new global::System.Type[] { typeof(DragStat) };
2855 private static global::System.Type[] swigMethodTypes115 = new global::System.Type[] { typeof(OdGiWorldDraw), typeof(DwgVersion) };
2856 private static global::System.Type[] swigMethodTypes116 = new global::System.Type[] { };
2857 private static global::System.Type[] swigMethodTypes117 = new global::System.Type[] { typeof(OdGeMatrix3d) };
2858 private static global::System.Type[] swigMethodTypes118 = new global::System.Type[] { typeof(OdGeMatrix3d), typeof(OdDbEntity /*OUT_PARAM for SMARTPTR*/).MakeByRefType() };
2859 private static global::System.Type[] swigMethodTypes119 = new global::System.Type[] { typeof(OdRxObjectPtrArray) };
2860 private static global::System.Type[] swigMethodTypes120 = new global::System.Type[] { typeof(OdGeMatrix3d) };
2861 private static global::System.Type[] swigMethodTypes121 = new global::System.Type[] { };
2862 private static global::System.Type[] swigMethodTypes122 = new global::System.Type[] { };
2863 private static global::System.Type[] swigMethodTypes123 = new global::System.Type[] { typeof(GripStat) };
2864 private static global::System.Type[] swigMethodTypes124 = new global::System.Type[] { typeof(OsnapMode), typeof(IntPtr), typeof(OdGePoint3d), typeof(OdGePoint3d), typeof(OdGeMatrix3d), typeof(OdGePoint3dArray) };
2865 private static global::System.Type[] swigMethodTypes125 = new global::System.Type[] { typeof(OsnapMode), typeof(IntPtr), typeof(OdGePoint3d), typeof(OdGePoint3d), typeof(OdGeMatrix3d), typeof(OdGePoint3dArray), typeof(OdGeMatrix3d) };
2866 private static global::System.Type[] swigMethodTypes126 = new global::System.Type[] { };
2867 private static global::System.Type[] swigMethodTypes127 = new global::System.Type[] { typeof(OdGePoint3dArray) };
2868 private static global::System.Type[] swigMethodTypes128 = new global::System.Type[] { typeof(OdIntArray), typeof(OdGeVector3d) };
2869 private static global::System.Type[] swigMethodTypes129 = new global::System.Type[] { typeof(OdDbGripDataPtrArray), typeof(double), typeof(int), typeof(OdGeVector3d), typeof(int) };
2870 private static global::System.Type[] swigMethodTypes130 = new global::System.Type[] { typeof(OdDbVoidPtrArray), typeof(OdGeVector3d), typeof(int) };
2871 private static global::System.Type[] swigMethodTypes131 = new global::System.Type[] { typeof(OdGePoint3dArray) };
2872 private static global::System.Type[] swigMethodTypes132 = new global::System.Type[] { typeof(OdIntArray), typeof(OdGeVector3d) };
2873 private static global::System.Type[] swigMethodTypes133 = new global::System.Type[] { typeof(OdDbEntity), typeof(Intersect), typeof(OdGePoint3dArray), typeof(IntPtr), typeof(IntPtr) };
2874 private static global::System.Type[] swigMethodTypes134 = new global::System.Type[] { typeof(OdDbEntity), typeof(Intersect), typeof(OdGePoint3dArray), typeof(IntPtr) };
2875 private static global::System.Type[] swigMethodTypes135 = new global::System.Type[] { typeof(OdDbEntity), typeof(Intersect), typeof(OdGePoint3dArray) };
2876 private static global::System.Type[] swigMethodTypes136 = new global::System.Type[] { typeof(OdDbEntity), typeof(Intersect), typeof(OdGePlane), typeof(OdGePoint3dArray), typeof(IntPtr), typeof(IntPtr) };
2877 private static global::System.Type[] swigMethodTypes137 = new global::System.Type[] { typeof(OdDbEntity), typeof(Intersect), typeof(OdGePlane), typeof(OdGePoint3dArray), typeof(IntPtr) };
2878 private static global::System.Type[] swigMethodTypes138 = new global::System.Type[] { typeof(OdDbEntity), typeof(Intersect), typeof(OdGePlane), typeof(OdGePoint3dArray) };
2879 private static global::System.Type[] swigMethodTypes139 = new global::System.Type[] { typeof(bool), typeof(OdDbFullSubentPath), typeof(bool) };
2880 private static global::System.Type[] swigMethodTypes140 = new global::System.Type[] { typeof(bool), typeof(OdDbFullSubentPath) };
2881 private static global::System.Type[] swigMethodTypes141 = new global::System.Type[] { typeof(bool) };
2882 private static global::System.Type[] swigMethodTypes142 = new global::System.Type[] { };
2883 private static global::System.Type[] swigMethodTypes143 = new global::System.Type[] { };
2884 private static global::System.Type[] swigMethodTypes144 = new global::System.Type[] { typeof(Visibility), typeof(bool) };
2885 private static global::System.Type[] swigMethodTypes145 = new global::System.Type[] { typeof(Visibility) };
2886 private static global::System.Type[] swigMethodTypes146 = new global::System.Type[] { typeof(OdGeExtents3d) };
2887 private static global::System.Type[] swigMethodTypes147 = new global::System.Type[] { typeof(OdDbFullSubentPathArray) };
2888 private static global::System.Type[] swigMethodTypes148 = new global::System.Type[] { typeof(OdDbFullSubentPathArray) };
2889 private static global::System.Type[] swigMethodTypes149 = new global::System.Type[] { typeof(OdDbFullSubentPathArray), typeof(OdDbVoidPtrArray), typeof(OdGeVector3d), typeof(UInt32) };
2890 private static global::System.Type[] swigMethodTypes150 = new global::System.Type[] { typeof(OdDbFullSubentPath), typeof(OdDbGripDataPtrArray), typeof(double), typeof(int), typeof(OdGeVector3d), typeof(UInt32) };
2891 private static global::System.Type[] swigMethodTypes151 = new global::System.Type[] { typeof(Teigha.Core.SubentType), typeof(IntPtr), typeof(OdGePoint3d), typeof(OdGeMatrix3d), typeof(OdDbFullSubentPathArray), typeof(OdDbObjectIdArray) };
2892 private static global::System.Type[] swigMethodTypes152 = new global::System.Type[] { typeof(Teigha.Core.SubentType), typeof(IntPtr), typeof(OdGePoint3d), typeof(OdGeMatrix3d), typeof(OdDbFullSubentPathArray) };
2893 private static global::System.Type[] swigMethodTypes153 = new global::System.Type[] { typeof(OdDbFullSubentPath), typeof(OdGsMarkerArray) };
2894 private static global::System.Type[] swigMethodTypes154 = new global::System.Type[] { typeof(OdDbFullSubentPath) };
2895 private static global::System.Type[] swigMethodTypes155 = new global::System.Type[] { typeof(OdDbFullSubentPathArray), typeof(OdGeMatrix3d) };
2896 private static global::System.Type[] swigMethodTypes156 = new global::System.Type[] { typeof(OdDbFullSubentPath), typeof(IntPtr) };
2897 private static global::System.Type[] swigMethodTypes157 = new global::System.Type[] { typeof(OdDbFullSubentPath), typeof(OdGeExtents3d) };
2898 private static global::System.Type[] swigMethodTypes158 = new global::System.Type[] { typeof(GripStat), typeof(OdDbFullSubentPath) };
2904
2905}
2906
2907}
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)
static HandleRef getCPtr(OdGePlane obj)
Definition OdGePlane.cs:25
static HandleRef getCPtr(OdGePoint3dArray obj)
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdGeVector3d obj)
static HandleRef getCPtr(OdGiDrawable obj)
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
OdRxObject(IntPtr cPtr, bool cMemoryOwn)
Definition OdRxObject.cs:21
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)
static HandleRef getCPtr(OdDbDwgFiler obj)
static HandleRef getCPtr(OdDbDxfFiler obj)
delegate int SwigDelegateOdDbEntity_89(global::System.IntPtr materialID)
virtual OdResult setLineWeight(LineWeight lineWeight, bool doSubents)
override void dxfOut(OdDbDxfFiler pFiler)
delegate IntPtr SwigDelegateOdDbEntity_29([MarshalAs(UnmanagedType.LPWStr)]String regappName)
delegate int SwigDelegateOdDbEntity_133(IntPtr pEnt, int intType, global::System.IntPtr points, IntPtr thisGsMarker, IntPtr otherGsMarker)
virtual void subHighlight(bool bDoIt)
delegate int SwigDelegateOdDbEntity_106(global::System.IntPtr plane, Planarity planarity)
OdDbObjectId layerId()
delegate int SwigDelegateOdDbEntity_74(int plotStyleNameType, global::System.IntPtr plotStyleNameId)
delegate int SwigDelegateOdDbEntity_70(global::System.IntPtr transparency)
virtual OdResult setPlotStyleName(String plotStyleName, bool doSubents)
override OdResult dxfIn(OdDbDxfFiler pFiler)
delegate int SwigDelegateOdDbEntity_82([MarshalAs(UnmanagedType.LPWStr)]String linetypeName, bool doSubents)
delegate IntPtr SwigDelegateOdDbEntity_54(int format, int ver, global::System.IntPtr replaceId, bool exchangeXData)
void recordGraphicsModified()
virtual void setMaterialMapper(OdGiMapper mapper)
override UInt32 subSetAttributes(OdGiDrawableTraits pTraits)
virtual OdResult explodeGeometryToBlock(OdDbBlockTableRecord pBlockRecord)
delegate int SwigDelegateOdDbEntity_51(IntPtr pFiler, MaintReleaseVer pMaintVer)
virtual OdResult getOsnapPoints(OsnapMode osnapMode, IntPtr gsSelectionMark, OdGePoint3d pickPoint, OdGePoint3d lastPoint, OdGeMatrix3d xWorldToEye, OdGePoint3dArray snapPoints)
static OdDbEntity cast(OdRxObject pObj)
Definition OdDbEntity.cs:56
delegate void SwigDelegateOdDbEntity_103(bool receiveShadows)
virtual OdResult subTransformBy(OdGeMatrix3d xfm)
virtual OdResult explodeGeometryToBlock(OdDbBlockTableRecord pBlockRecord, OdDbObjectIdArray ids)
delegate void SwigDelegateOdDbEntity_19(global::System.IntPtr pAuditInfo)
delegate void SwigDelegateOdDbEntity_45(IntPtr pObject)
delegate int SwigDelegateOdDbEntity_145(int visibility)
virtual OdGiMapper materialMapper()
delegate void SwigDelegateOdDbEntity_95(global::System.IntPtr mapper)
virtual OdResult setLineWeight(LineWeight lineWeight)
OdDbObjectId blockId()
virtual OdResult subGetGripPoints(OdDbGripDataPtrArray grips, double curViewUnitSize, int gripSize, OdGeVector3d curViewDir, int bitFlags)
virtual bool isContentSnappable()
delegate int SwigDelegateOdDbEntity_136(IntPtr pEnt, int intType, global::System.IntPtr projPlane, global::System.IntPtr points, IntPtr thisGsMarker, IntPtr otherGsMarker)
delegate int SwigDelegateOdDbEntity_24(IntPtr pFiler)
delegate int SwigDelegateOdDbEntity_129(global::System.IntPtr grips, double curViewUnitSize, int gripSize, global::System.IntPtr curViewDir, int bitFlags)
virtual bool hideMeForDragging()
delegate void SwigDelegateOdDbEntity_39(IntPtr pObject, bool erasing)
override void subSwapIdWith(OdDbObjectId otherId)
delegate IntPtr SwigDelegateOdDbEntity_0(IntPtr protocolClass)
virtual OdResult setVisibility(Visibility visibility, bool doSubents)
delegate IntPtr SwigDelegateOdDbEntity_53(int ver, global::System.IntPtr replaceId, bool exchangeXData)
virtual OdResult getStretchPoints(OdGePoint3dArray stretchPoints)
delegate bool SwigDelegateOdDbEntity_122()
delegate void SwigDelegateOdDbEntity_11(global::System.IntPtr ownerId)
delegate int SwigDelegateOdDbEntity_153(global::System.IntPtr subPath, global::System.IntPtr gsMarkers)
override void subViewportDraw(OdGiViewportDraw pVd)
delegate int SwigDelegateOdDbEntity_77([MarshalAs(UnmanagedType.LPWStr)]String layerName, bool doSubents)
virtual OdResult subMoveStretchPointsAt(OdIntArray indices, OdGeVector3d offset)
delegate void SwigDelegateOdDbEntity_42(IntPtr pObject)
delegate void SwigDelegateOdDbEntity_31(IntPtr pRb)
virtual void subHighlight()
delegate bool SwigDelegateOdDbEntity_126()
OdResult boundingBoxIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points, IntPtr thisGsMarker, IntPtr otherGsMarker)
override bool subWorldDraw(OdGiWorldDraw pWd)
virtual OdResult setMaterial(OdDbObjectId materialID)
delegate int SwigDelegateOdDbEntity_28()
static new OdDbEntity createObject()
Definition OdDbEntity.cs:97
virtual void setReceiveShadows(bool receiveShadows)
delegate void SwigDelegateOdDbEntity_36()
virtual void setMaterialMapper(OdGiMapper mapper, bool doSubents)
virtual OdResult setLinetypeScale(double linetypeScale, bool doSubents)
delegate bool SwigDelegateOdDbEntity_9(IntPtr pWd)
virtual OdResult getCompoundObjectTransform(OdGeMatrix3d xM)
delegate void SwigDelegateOdDbEntity_37(global::System.IntPtr idPair, IntPtr pOwnerObject, IntPtr ownerIdMap)
virtual OdResult setVisibility(Visibility visibility)
virtual OdResult setLayer(OdDbObjectId layerId)
LineWeight lineWeight()
virtual OdResult setLayer(String layerName, bool doSubents)
delegate IntPtr SwigDelegateOdDbEntity_30()
override OdResult getGeomExtents(OdGeExtents3d extents)
virtual OdDbEntity subentPtr(OdDbFullSubentPath path)
virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points, IntPtr thisGsMarker, IntPtr otherGsMarker)
virtual OdResult subGetSubentClassId(OdDbFullSubentPath path, IntPtr clsId)
delegate int SwigDelegateOdDbEntity_88(global::System.IntPtr materialID, bool doSubents)
virtual void highlight(bool bDoIt, OdDbFullSubentPath pSubId, bool highlightAll)
virtual OdResult setColorId(OdDbObjectId colorId)
delegate int SwigDelegateOdDbEntity_108(IntPtr pBlockRecord)
delegate void SwigDelegateOdDbEntity_46(IntPtr pObject)
delegate int SwigDelegateOdDbEntity_155(global::System.IntPtr paths, global::System.IntPtr xform)
virtual CollisionType collisionType()
delegate void SwigDelegateOdDbEntity_2(IntPtr pSource)
OdCmTransparency transparency()
virtual OdResult getGripPoints(OdDbGripDataPtrArray grips, double curViewUnitSize, int gripSize, OdGeVector3d curViewDir, int bitFlags)
virtual OdResult subGetGeomExtents(OdGeExtents3d extents)
void setDatabaseDefaults(OdDbDatabase pDb)
virtual bool receiveShadows()
virtual OdResult transformSubentPathsBy(OdDbFullSubentPathArray paths, OdGeMatrix3d xform)
delegate int SwigDelegateOdDbEntity_131(global::System.IntPtr stretchPoints)
virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points, IntPtr thisGsMarker, IntPtr otherGsMarker)
delegate void SwigDelegateOdDbEntity_6(IntPtr pNode)
delegate void SwigDelegateOdDbEntity_17(global::System.IntPtr otherId, bool swapXdata)
virtual bool isPlanar()
delegate int SwigDelegateOdDbEntity_111(IntPtr pBlockRecord)
virtual OdResult subGetSubentPathsAtGsMarker(Teigha.Core.SubentType type, IntPtr gsMark, OdGePoint3d pickPoint, OdGeMatrix3d xfm, OdDbFullSubentPathArray subentPaths)
void setTempVisibility(Visibility visibility)
delegate int SwigDelegateOdDbEntity_69(global::System.IntPtr transparency, bool doSubents)
virtual OdResult addSubentPaths(OdDbFullSubentPathArray paths)
virtual void highlight(bool bDoIt)
delegate int SwigDelegateOdDbEntity_63(global::System.IntPtr color)
override void Dispose(bool disposing)
Definition OdDbEntity.cs:30
virtual bool castShadows()
virtual OdResult setMaterial(OdDbObjectId materialID, bool doSubents)
delegate int SwigDelegateOdDbEntity_83([MarshalAs(UnmanagedType.LPWStr)]String linetypeName)
virtual OdResult setTransparency(OdCmTransparency transparency)
virtual OdResult subGetSubentPathsAtGsMarker(Teigha.Core.SubentType type, IntPtr gsMark, OdGePoint3d pickPoint, OdGeMatrix3d xfm, OdDbFullSubentPathArray subentPaths, OdDbObjectIdArray pEntAndInsertStack)
virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points)
delegate bool SwigDelegateOdDbEntity_4()
Teigha.TD.Visibility vb_visibility()
virtual OdResult setLayer(String layerName)
delegate void SwigDelegateOdDbEntity_33(global::System.IntPtr objId)
virtual OdResult setLinetype(OdDbObjectId linetypeID, bool doSubents)
virtual OdResult deleteSubentPaths(OdDbFullSubentPathArray paths)
static HandleRef getCPtr(OdDbEntity obj)
Definition OdDbEntity.cs:26
delegate int SwigDelegateOdDbEntity_71([MarshalAs(UnmanagedType.LPWStr)]String plotStyleName, bool doSubents)
delegate int SwigDelegateOdDbEntity_87([MarshalAs(UnmanagedType.LPWStr)]String materialName)
virtual void subList()
virtual OdResult setTransparency(OdCmTransparency transparency, bool doSubents)
virtual OdResult transformBy(OdGeMatrix3d xfm)
delegate global::System.IntPtr SwigDelegateOdDbEntity_93()
virtual Teigha.TD.CollisionType vb_collisionType()
delegate int SwigDelegateOdDbEntity_135(IntPtr pEnt, int intType, global::System.IntPtr points)
delegate void SwigDelegateOdDbEntity_21(IntPtr pFiler)
virtual OdResult subGetOsnapPoints(OsnapMode osnapMode, IntPtr gsSelectionMark, OdGePoint3d pickPoint, OdGePoint3d lastPoint, OdGeMatrix3d xWorldToEye, OdGePoint3dArray snapPoints)
virtual OdResult getTransformedCopy(OdGeMatrix3d xfm, ref OdDbEntity pCopy)
virtual OdResult setVisualStyle(OdDbObjectId visualStyleId, OdDbEntity.VisualStyleType vstype)
delegate bool SwigDelegateOdDbEntity_102()
virtual OdResult setColor(OdCmColor color, bool doSubents)
delegate bool SwigDelegateOdDbEntity_105()
virtual void gripStatus(GripStat status)
delegate int SwigDelegateOdDbEntity_78([MarshalAs(UnmanagedType.LPWStr)]String layerName)
delegate int SwigDelegateOdDbEntity_117(global::System.IntPtr xfm)
virtual OdResult setLayer(OdDbObjectId layerId, bool doSubents, bool allowHiddenLayer)
delegate int SwigDelegateOdDbEntity_134(IntPtr pEnt, int intType, global::System.IntPtr points, IntPtr thisGsMarker)
delegate int SwigDelegateOdDbEntity_151(int type, IntPtr gsMark, global::System.IntPtr pickPoint, global::System.IntPtr xfm, global::System.IntPtr subentPaths, global::System.IntPtr pEntAndInsertStack)
virtual OdResult setColorIndex(UInt16 colorIndex, bool doSubents)
virtual OdResult subMoveGripPointsAtSubentPaths(OdDbFullSubentPathArray paths, OdDbVoidPtrArray gripAppData, OdGeVector3d offset, UInt32 bitflags)
delegate void SwigDelegateOdDbEntity_25(IntPtr pFiler)
delegate void SwigDelegateOdDbEntity_15(IntPtr pNewObject)
virtual OdResult subMoveGripPointsAt(OdIntArray indices, OdGeVector3d offset)
virtual Teigha.Core.OdGiDrawable.DrawableType vb_drawableType()
delegate void SwigDelegateOdDbEntity_114(int status)
virtual void setCastShadows(bool castShadows)
void recordGraphicsModified(bool graphicsModified)
virtual OdResult getGsMarkersAtSubentPath(OdDbFullSubentPath subPath, OdGsMarkerArray gsMarkers)
delegate void SwigDelegateOdDbEntity_23(IntPtr pFiler)
virtual void subHighlight(bool bDoIt, OdDbFullSubentPath pSubId, bool highlightAll)
override void dxfOutFields(OdDbDxfFiler pFiler)
delegate void SwigDelegateOdDbEntity_49(global::System.IntPtr objectId)
virtual OdResult setColor(OdCmColor color)
override void subHandOverTo(OdDbObject pNewObject)
delegate int SwigDelegateOdDbEntity_120(global::System.IntPtr xM)
delegate int SwigDelegateOdDbEntity_144(int visibility, bool doSubents)
delegate int SwigDelegateOdDbEntity_119(global::System.IntPtr entitySet)
delegate int SwigDelegateOdDbEntity_124(int osnapMode, IntPtr gsSelectionMark, global::System.IntPtr pickPoint, global::System.IntPtr lastPoint, global::System.IntPtr xWorldToEye, global::System.IntPtr snapPoints)
virtual OdGeMatrix3d getEcs()
virtual OdResult explodeGeometry(OdRxObjectPtrArray entitySet)
delegate int SwigDelegateOdDbEntity_125(int osnapMode, IntPtr gsSelectionMark, global::System.IntPtr pickPoint, global::System.IntPtr lastPoint, global::System.IntPtr xWorldToEye, global::System.IntPtr snapPoints, global::System.IntPtr insertionMat)
delegate global::System.IntPtr SwigDelegateOdDbEntity_59([MarshalAs(UnmanagedType.LPWStr)]String fieldName)
virtual OdResult setLinetype(String linetypeName, bool doSubents)
delegate int SwigDelegateOdDbEntity_73(int plotStyleNameType, global::System.IntPtr plotStyleNameId, bool doSubents)
delegate void SwigDelegateOdDbEntity_94(global::System.IntPtr mapper, bool doSubents)
virtual OdResult setLinetypeScale(double linetypeScale)
delegate void SwigDelegateOdDbEntity_27(IntPtr pFiler)
override void dxfOutFields_R12(OdDbDxfFiler pFiler)
delegate int SwigDelegateOdDbEntity_110(IntPtr pBlockRecord, global::System.IntPtr ids)
delegate IntPtr SwigDelegateOdDbEntity_60(IntPtr pClass)
void vb_gripStatus(Teigha.Core.GripStat status)
delegate int SwigDelegateOdDbEntity_61(IntPtr pClsid)
delegate IntPtr SwigDelegateOdDbEntity_7()
delegate int SwigDelegateOdDbEntity_66(UInt16 colorIndex)
virtual void subHighlight(bool bDoIt, OdDbFullSubentPath pSubId)
virtual Visibility subVisibility()
virtual OdResult subAddSubentPaths(OdDbFullSubentPathArray paths)
virtual OdResult getSubentPathsAtGsMarker(Teigha.Core.SubentType type, IntPtr gsMark, OdGePoint3d pickPoint, OdGeMatrix3d xfm, OdDbFullSubentPathArray subentPaths)
virtual OdResult setVisualStyle(OdDbObjectId visualStyleId)
virtual void subSetDatabaseDefaults(OdDbDatabase pDb, bool doSubents)
virtual void list()
virtual OdResult setPlotStyleName(PlotStyleNameType plotStyleNameType, OdDbObjectId plotStyleNameId)
delegate int SwigDelegateOdDbEntity_20(IntPtr pFiler)
delegate bool SwigDelegateOdDbEntity_100()
OdDbObjectId materialId()
delegate int SwigDelegateOdDbEntity_22(IntPtr pFiler)
delegate void SwigDelegateOdDbEntity_123(int status)
delegate void SwigDelegateOdDbEntity_18(global::System.IntPtr otherId)
delegate void SwigDelegateOdDbEntity_38(IntPtr pObject, IntPtr pNewObject)
virtual bool subCloneMeForDragging()
override OdResult dwgInFields(OdDbDwgFiler pFiler)
delegate IntPtr SwigDelegateOdDbEntity_1()
virtual OdResult getPlane(OdGePlane plane, out Planarity planarity)
override OdRxClass isA()
Definition OdDbEntity.cs:83
delegate int SwigDelegateOdDbEntity_98(int lineWeight, bool doSubents)
virtual OdResult subGetGripPointsAtSubentPath(OdDbFullSubentPath path, OdDbGripDataPtrArray grips, double curViewUnitSize, int gripSize, OdGeVector3d curViewDir, UInt32 bitflags)
virtual new OdResult subGetClassID(IntPtr pClsid)
virtual void highlight(bool bDoIt, OdDbFullSubentPath pSubId)
virtual OdResult subGetTransformedCopy(OdGeMatrix3d xfm, ref OdDbEntity pCopy)
virtual OdResult subGetGsMarkersAtSubentPath(OdDbFullSubentPath subPath, OdGsMarkerArray gsMarkers)
delegate int SwigDelegateOdDbEntity_137(IntPtr pEnt, int intType, global::System.IntPtr projPlane, global::System.IntPtr points, IntPtr thisGsMarker)
virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points)
virtual bool subHideMeForDragging()
delegate void SwigDelegateOdDbEntity_40(IntPtr pObject)
delegate int SwigDelegateOdDbEntity_26(IntPtr pFiler)
delegate void SwigDelegateOdDbEntity_50(IntPtr pObject)
virtual OdResult setMaterial(String materialName, bool doSubents)
virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points, IntPtr thisGsMarker)
virtual OdResult moveGripPointsAtSubentPaths(OdDbFullSubentPathArray paths, OdDbVoidPtrArray gripAppData, OdGeVector3d offset, UInt32 bitflags)
override void subSwapIdWith(OdDbObjectId otherId, bool swapXdata, bool swapExtDict)
delegate int SwigDelegateOdDbEntity_146(global::System.IntPtr extents)
delegate int SwigDelegateOdDbEntity_65(UInt16 colorIndex, bool doSubents)
override OdResult dxfInFields_R12(OdDbDxfFiler pFiler)
delegate void SwigDelegateOdDbEntity_34(global::System.IntPtr objId)
OdResult boundingBoxIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points, IntPtr thisGsMarker, IntPtr otherGsMarker)
delegate int SwigDelegateOdDbEntity_147(global::System.IntPtr paths)
virtual OdResult setVisualStyle(OdDbObjectId visualStyleId, OdDbEntity.VisualStyleType vstype, bool doSubents)
override OdGiDrawable drawable()
delegate int SwigDelegateOdDbEntity_68(global::System.IntPtr colorId)
delegate void SwigDelegateOdDbEntity_55(int format, int version, global::System.IntPtr pAuditInfo)
virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points, IntPtr thisGsMarker)
delegate void SwigDelegateOdDbEntity_32(IntPtr pUndoFiler, IntPtr pClassObj)
virtual OdResult explodeToBlock(OdDbBlockTableRecord pBlockRecord, OdDbObjectIdArray ids)
virtual OdResult moveGripPointsAt(OdIntArray indices, OdGeVector3d offset)
virtual OdResult subGetStretchPoints(OdGePoint3dArray stretchPoints)
Visibility tempVisibility()
virtual OdResult getSubentPathGeomExtents(OdDbFullSubentPath path, OdGeExtents3d extents)
virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points, IntPtr thisGsMarker, IntPtr otherGsMarker)
delegate int SwigDelegateOdDbEntity_3()
override OdResult subErase(bool erasing)
delegate void SwigDelegateOdDbEntity_113()
delegate int SwigDelegateOdDbEntity_76([MarshalAs(UnmanagedType.LPWStr)]String layerName, bool doSubents, bool allowHiddenLayer)
delegate int SwigDelegateOdDbEntity_157(global::System.IntPtr path, global::System.IntPtr extents)
delegate void SwigDelegateOdDbEntity_101(bool castShadows)
delegate int SwigDelegateOdDbEntity_92(global::System.IntPtr visualStyleId)
delegate int SwigDelegateOdDbEntity_138(IntPtr pEnt, int intType, global::System.IntPtr projPlane, global::System.IntPtr points)
virtual OdResult moveStretchPointsAt(OdIntArray indices, OdGeVector3d offset)
delegate void SwigDelegateOdDbEntity_141(bool bDoIt)
virtual OdResult subGetCompoundObjectTransform(OdGeMatrix3d xM)
delegate void SwigDelegateOdDbEntity_43(IntPtr pObject)
delegate global::System.IntPtr SwigDelegateOdDbEntity_64()
delegate void SwigDelegateOdDbEntity_41(IntPtr pObject)
delegate int SwigDelegateOdDbEntity_86([MarshalAs(UnmanagedType.LPWStr)]String materialName, bool doSubents)
override void applyPartialUndo(OdDbDwgFiler pUndoFiler, OdRxClass pClassObj)
virtual OdResult setLinetype(String linetypeName)
virtual OdResult setColorIndex(UInt16 colorIndex)
void setPropertiesFrom(OdDbEntity pSource)
virtual OdResult setPlotStyleName(String plotStyleName)
virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points, IntPtr thisGsMarker)
delegate int SwigDelegateOdDbEntity_79(global::System.IntPtr layerId, bool doSubents, bool allowHiddenLayer)
delegate global::System.IntPtr SwigDelegateOdDbEntity_5()
virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points, IntPtr thisGsMarker, IntPtr otherGsMarker)
delegate int SwigDelegateOdDbEntity_12(int mode)
delegate int SwigDelegateOdDbEntity_80(global::System.IntPtr layerId, bool doSubents)
virtual OdResult getSubentClassId(OdDbFullSubentPath path, IntPtr clsId)
virtual OdResult explodeToBlock(OdDbBlockTableRecord pBlockRecord)
delegate void SwigDelegateOdDbEntity_48(IntPtr pObject)
virtual OdDbEntity subSubentPtr(OdDbFullSubentPath path)
delegate void SwigDelegateOdDbEntity_139(bool bDoIt, global::System.IntPtr pSubId, bool highlightAll)
virtual OdResult subSetVisibility(Visibility visibility)
delegate void SwigDelegateOdDbEntity_16(global::System.IntPtr otherId, bool swapXdata, bool swapExtDict)
virtual void highlight()
delegate global::System.IntPtr SwigDelegateOdDbEntity_116()
delegate int SwigDelegateOdDbEntity_150(global::System.IntPtr path, global::System.IntPtr grips, double curViewUnitSize, int gripSize, global::System.IntPtr curViewDir, UInt32 bitflags)
delegate int SwigDelegateOdDbEntity_75(int plotStyleNameType)
virtual OdResult explode(OdRxObjectPtrArray entitySet)
virtual void saveAs(OdGiWorldDraw pWd, DwgVersion ver)
delegate int SwigDelegateOdDbEntity_156(global::System.IntPtr path, IntPtr clsId)
override void copyFrom(OdRxObject pSource)
delegate int SwigDelegateOdDbEntity_81(global::System.IntPtr layerId)
virtual OdResult subGetSubentPathGeomExtents(OdDbFullSubentPath path, OdGeExtents3d extents)
delegate int SwigDelegateOdDbEntity_85(global::System.IntPtr linetypeID)
static new OdRxClass desc()
Definition OdDbEntity.cs:76
delegate int SwigDelegateOdDbEntity_14(bool erasing)
virtual OdResult subMoveGripPointsAt(OdDbVoidPtrArray grips, OdGeVector3d offset, int bitFlags)
virtual OdResult subExplode(OdRxObjectPtrArray entitySet)
delegate IntPtr SwigDelegateOdDbEntity_56()
delegate bool SwigDelegateOdDbEntity_121()
Visibility visibility()
delegate int SwigDelegateOdDbEntity_128(IntPtr indices, global::System.IntPtr offset)
delegate int SwigDelegateOdDbEntity_152(int type, IntPtr gsMark, global::System.IntPtr pickPoint, global::System.IntPtr xfm, global::System.IntPtr subentPaths)
virtual void dragStatus(DragStat status)
override OdResult dxfInFields(OdDbDxfFiler pFiler)
virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points)
delegate int SwigDelegateOdDbEntity_99(int lineWeight)
delegate void SwigDelegateOdDbEntity_47(IntPtr pObject)
delegate void SwigDelegateOdDbEntity_142()
virtual OdResult subDeleteSubentPaths(OdDbFullSubentPathArray paths)
virtual OdResult subTransformSubentPathsBy(OdDbFullSubentPathArray paths, OdGeMatrix3d xform)
delegate int SwigDelegateOdDbEntity_72([MarshalAs(UnmanagedType.LPWStr)]String plotStyleName)
virtual OdResult getGripPointsAtSubentPath(OdDbFullSubentPath path, OdDbGripDataPtrArray grips, double curViewUnitSize, int gripSize, OdGeVector3d curViewDir, UInt32 bitflags)
static string getRealClassName(IntPtr ptr)
virtual bool cloneMeForDragging()
virtual void subGripStatus(GripStat status)
virtual OdResult subSetVisibility(Visibility visibility, bool doSubents)
virtual OdResult intersectWith(OdDbEntity pEnt, Intersect intType, OdGePoint3dArray points, IntPtr thisGsMarker)
delegate void SwigDelegateOdDbEntity_35(IntPtr pSubObj)
delegate int SwigDelegateOdDbEntity_90(global::System.IntPtr visualStyleId, int vstype, bool doSubents)
delegate int SwigDelegateOdDbEntity_148(global::System.IntPtr paths)
delegate int SwigDelegateOdDbEntity_104()
virtual OdCmEntityColor entityColor()
virtual OdResult subGetOsnapPoints(OsnapMode osnapMode, IntPtr gsSelectionMark, OdGePoint3d pickPoint, OdGePoint3d lastPoint, OdGeMatrix3d xWorldToEye, OdGePoint3dArray snapPoints, OdGeMatrix3d insertionMat)
delegate UInt32 SwigDelegateOdDbEntity_8(IntPtr pTraits)
override void appendToOwner(OdDbIdPair idPair, OdDbObject pOwnerObject, OdDbIdMapping ownerIdMap)
delegate IntPtr SwigDelegateOdDbEntity_154(global::System.IntPtr path)
virtual OdResult subGetGripPoints(OdGePoint3dArray gripPoints)
delegate int SwigDelegateOdDbEntity_62(global::System.IntPtr color, bool doSubents)
delegate int SwigDelegateOdDbEntity_109(global::System.IntPtr entitySet)
PlotStyleNameType getPlotStyleNameId(OdDbObjectId plotStyleNameId)
virtual OdResult subIntersectWith(OdDbEntity pEnt, Intersect intType, OdGePlane projPlane, OdGePoint3dArray points)
delegate int SwigDelegateOdDbEntity_118(global::System.IntPtr xfm, IntPtr pCopy)
delegate int SwigDelegateOdDbEntity_127(global::System.IntPtr gripPoints)
virtual OdResult getGripPoints(OdGePoint3dArray gripPoints)
delegate void SwigDelegateOdDbEntity_115(IntPtr pWd, int ver)
delegate int SwigDelegateOdDbEntity_58(global::System.IntPtr fieldId)
delegate void SwigDelegateOdDbEntity_13()
delegate int SwigDelegateOdDbEntity_67(global::System.IntPtr colorId, bool doSubents)
delegate int SwigDelegateOdDbEntity_143()
virtual OdResult setLayer(OdDbObjectId layerId, bool doSubents)
delegate void SwigDelegateOdDbEntity_112(IntPtr pDb, bool doSubents)
override void dwgOutFields(OdDbDwgFiler pFiler)
virtual OdResult getSubentPathsAtGsMarker(Teigha.Core.SubentType type, IntPtr gsMark, OdGePoint3d pickPoint, OdGeMatrix3d xfm, OdDbFullSubentPathArray subentPaths, OdDbObjectIdArray pEntAndInsertStack)
delegate int SwigDelegateOdDbEntity_91(global::System.IntPtr visualStyleId, int vstype)
delegate void SwigDelegateOdDbEntity_140(bool bDoIt, global::System.IntPtr pSubId)
virtual OdResult setMaterial(String materialName)
virtual OdResult moveGripPointsAt(OdDbVoidPtrArray grips, OdGeVector3d offset, int bitFlags)
delegate int SwigDelegateOdDbEntity_130(global::System.IntPtr grips, global::System.IntPtr offset, int bitFlags)
delegate global::System.IntPtr SwigDelegateOdDbEntity_57([MarshalAs(UnmanagedType.LPWStr)]String fieldName, IntPtr pField)
delegate int SwigDelegateOdDbEntity_84(global::System.IntPtr linetypeID, bool doSubents)
virtual OdResult setPlotStyleName(PlotStyleNameType plotStyleNameType, OdDbObjectId plotStyleNameId, bool doSubents)
OdDbObjectId visualStyleId(OdDbEntity.VisualStyleType vstype)
delegate int SwigDelegateOdDbEntity_132(IntPtr indices, global::System.IntPtr offset)
delegate void SwigDelegateOdDbEntity_158(int status, global::System.IntPtr subentity)
delegate int SwigDelegateOdDbEntity_97(double linetypeScale)
delegate void SwigDelegateOdDbEntity_44(IntPtr pObject, IntPtr pSubObj)
OdDbObjectId visualStyleId()
virtual OdResult setLayer(String layerName, bool doSubents, bool allowHiddenLayer)
override OdResult subOpen(OpenMode mode)
virtual void subentGripStatus(GripStat status, OdDbFullSubentPath subentity)
virtual OdResult getOsnapPoints(OsnapMode osnapMode, IntPtr gsSelectionMark, OdGePoint3d pickPoint, OdGePoint3d lastPoint, OdGeMatrix3d xWorldToEye, OdGePoint3dArray snapPoints, OdGeMatrix3d insertionMat)
OdDbObjectId linetypeId()
virtual bool subIsContentSnappable()
virtual OdResult setColorId(OdDbObjectId colorId, bool doSubents)
delegate int SwigDelegateOdDbEntity_52(IntPtr pFiler)
virtual OdResult setPlotStyleName(PlotStyleNameType plotStyleNameType)
void setPropertiesFrom(OdDbEntity pSource, bool doSubents)
void setDatabaseDefaults(OdDbDatabase pDb, bool doSubents)
override void subSwapIdWith(OdDbObjectId otherId, bool swapXdata)
OdDbObjectId colorId()
virtual OdResult setLinetype(OdDbObjectId linetypeID)
delegate void SwigDelegateOdDbEntity_10(IntPtr pVd)
virtual void subSubentGripStatus(GripStat status, OdDbFullSubentPath subentity)
OdDbEntity(IntPtr cPtr, bool cMemoryOwn)
Definition OdDbEntity.cs:21
delegate int SwigDelegateOdDbEntity_149(global::System.IntPtr paths, global::System.IntPtr gripAppData, global::System.IntPtr offset, UInt32 bitflags)
Teigha.Core.LineWeight vb_lineWeight()
delegate int SwigDelegateOdDbEntity_107(IntPtr pBlockRecord, global::System.IntPtr ids)
override OdRxObject queryX(OdRxClass protocolClass)
Definition OdDbEntity.cs:90
delegate int SwigDelegateOdDbEntity_96(double linetypeScale, bool doSubents)
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()
override OdGsCache gsNode()
virtual DwgVersion getObjectSaveVersion(OdDbFiler pFiler, out MaintReleaseVer pMaintVer)
override bool isPersistent()
virtual OdDbObject decomposeForSave(DwgVersion ver, OdDbObjectId replaceId, out bool exchangeXData)
virtual void addPersistentReactor(OdDbObjectId objId)
virtual OdResult removeField(OdDbObjectId fieldId)
virtual void composeForLoad(SaveType format, DwgVersion version, OdDbAuditInfo pAuditInfo)
virtual void setOwnerId(OdDbObjectId ownerId)
virtual void modifyUndone(OdDbObject pObject)
virtual void audit(OdDbAuditInfo pAuditInfo)
virtual void recvPropagateModify(OdDbObject pSubObj)
static HandleRef getCPtr(OdDbObject obj)
Definition OdDbObject.cs:26
OdDbObject(IntPtr cPtr, bool cMemoryOwn)
Definition OdDbObject.cs:21
OdDbObjectId objectId()
virtual void modified(OdDbObject pObject)
virtual void xmitPropagateModify()
virtual void removePersistentReactor(OdDbObjectId objId)
OdDbObjectId ownerId()
virtual void copied(OdDbObject pObject, OdDbObject pNewObject)
virtual void unappended(OdDbObject pObject)
virtual void modifiedXData(OdDbObject pObject)
virtual void goodbye(OdDbObject pObject)
virtual OdDbObjectId setField(String fieldName, OdDbField pField)
virtual void modifiedGraphics(OdDbObject pObject)
virtual OdRxClass saveAsClass(OdRxClass pClass)
virtual void setXData(OdResBuf pRb)
virtual void openedForModify(OdDbObject pObject)
virtual void subObjModified(OdDbObject pObject, OdDbObject pSubObj)
virtual OdResBuf xData()
virtual void objectClosed(OdDbObjectId objectId)
virtual void reappended(OdDbObject pObject)
virtual void erased(OdDbObject pObject, bool erasing)
virtual void subClose()
override void setGsNode(OdGsCache pNode)
static HandleRef getCPtr(OdDbObjectIdArray obj)
static HandleRef getCPtr(OdDbObjectId obj)
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 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, OdDbEntity.SwigDelegateOdDbEntity_158 delegate158)
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_copyFromSwigExplicitOdDbEntity(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 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)