Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdGiDefaultContext.cs
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// <auto-generated />
3//
4// This file was automatically generated by SWIG (http://www.swig.org).
5// Version 4.0.2
6//
7// Do not make changes to this file unless you know what you are doing--modify
8// the SWIG interface file instead.
9//------------------------------------------------------------------------------
10
11namespace Teigha.Core {
12
13using System;
14using System.Runtime.InteropServices;
15
17 private Object locker = new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 public OdGiDefaultContext(IntPtr cPtr, bool cMemoryOwn) : base(GlobalsPINVOKE.OdGiDefaultContext_SWIGUpcast(cPtr), cMemoryOwn) {
21 swigCPtr = new HandleRef(this, cPtr);
22 }
23
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
25 public static HandleRef getCPtr(OdGiDefaultContext obj) {
26 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
27 }
28
29 protected override void Dispose(bool disposing) {
30 lock(this) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
32 if (swigCMemOwn) {
33 swigCMemOwn = false;
35 }
36 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
37 }
38 base.Dispose(disposing);
39 }
40 }
41
43 : this(GlobalsPINVOKE.new_OdGiDefaultContext(), MemoryManager.GetMemoryManager().GetCurrentTransaction() == null)
44 {
45 MemoryTransaction mTr = MemoryManager.GetMemoryManager().GetCurrentTransaction(); // MemoryTransaction #1
46 if (null != mTr)
47 {
48 mTr.AddObject(new OdGiDefaultContext(swigCPtr.Handle, true));
49 }
51 SwigDirectorConnect();
52 }
53
54 public static OdGiDefaultContext cast(OdRxObject pObj) {// OdSmartPtr<OdGiDefaultContext>
55 MemoryManager mMan = MemoryManager.GetMemoryManager();
56 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
58
59 OdGiDefaultContext ret = null;
60 if (null != mTrans)
61 {
62 mTrans.AddObject((OdGiDefaultContext)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDefaultContext),ptr, true));
63 ret = (OdGiDefaultContext)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDefaultContext),ptr, false);
64 }
65 else
66 {
67 ret = (OdGiDefaultContext)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDefaultContext),ptr, true);
68 }
69
71 return ret;
72}
73
74 public new static OdRxClass desc() {
75 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),GlobalsPINVOKE.OdGiDefaultContext_desc(),false); /*createInt 3_2*/
76
78 return ret;
79}
80
81 public override OdRxClass isA() {
82 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),(SwigDerivedClassHasMethod("isA", swigMethodTypes1) ? GlobalsPINVOKE.OdGiDefaultContext_isASwigExplicitOdGiDefaultContext(swigCPtr) : GlobalsPINVOKE.OdGiDefaultContext_isA(swigCPtr)),false); /*createInt 3_2*/
83
85 return ret;
86}
87
88 public override OdRxObject queryX(OdRxClass protocolClass) {
89 OdRxObject ret = (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),(SwigDerivedClassHasMethod("queryX", swigMethodTypes0) ? GlobalsPINVOKE.OdGiDefaultContext_queryXSwigExplicitOdGiDefaultContext(swigCPtr, OdRxClass.getCPtr(protocolClass)) : GlobalsPINVOKE.OdGiDefaultContext_queryX(swigCPtr, OdRxClass.getCPtr(protocolClass))),false); /*createInt 3_2*/
90
92 return ret;
93}
94
95 public new static OdGiDefaultContext createObject() {// OdSmartPtr<OdGiDefaultContext>
96 MemoryManager mMan = MemoryManager.GetMemoryManager();
97 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
99
100 OdGiDefaultContext ret = null;
101 if (null != mTrans)
102 {
103 mTrans.AddObject((OdGiDefaultContext)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDefaultContext),ptr, true));
104 ret = (OdGiDefaultContext)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDefaultContext),ptr, false);
105 }
106 else
107 {
108 ret = (OdGiDefaultContext)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDefaultContext),ptr, true);
109 }
110
112 return ret;
113}
114
115 public override void getDefaultTextStyle(OdGiTextStyle textStyle) {
116 if (SwigDerivedClassHasMethod("getDefaultTextStyle", swigMethodTypes6)) GlobalsPINVOKE.OdGiDefaultContext_getDefaultTextStyleSwigExplicitOdGiDefaultContext(swigCPtr, OdGiTextStyle.getCPtr(textStyle).Handle); else GlobalsPINVOKE.OdGiDefaultContext_getDefaultTextStyle(swigCPtr, OdGiTextStyle.getCPtr(textStyle).Handle);
118 }
119
120 public override void drawText(OdGiCommonDraw pDraw, OdGePoint3d position, string msg, OdGiTextStyle pTextStyle, UInt32 /*SIMPLETYPE*/ flags) {
121 if (SwigDerivedClassHasMethod("drawText", swigMethodTypes9)) GlobalsPINVOKE.OdGiDefaultContext_drawTextSwigExplicitOdGiDefaultContext__SWIG_0(swigCPtr, OdGiCommonDraw.getCPtr(pDraw), OdGePoint3d.getCPtr(position), msg, OdGiTextStyle.getCPtr(pTextStyle), flags /*SIMPLETYPE*/); else GlobalsPINVOKE.OdGiDefaultContext_drawText__SWIG_0(swigCPtr, OdGiCommonDraw.getCPtr(pDraw), OdGePoint3d.getCPtr(position), msg, OdGiTextStyle.getCPtr(pTextStyle), flags /*SIMPLETYPE*/);
123 }
124
125 public override void drawText(OdGiCommonDraw pDraw, OdGePoint3d position, string msg, OdGiTextStyle pTextStyle) {
126 if (SwigDerivedClassHasMethod("drawText", swigMethodTypes10)) GlobalsPINVOKE.OdGiDefaultContext_drawTextSwigExplicitOdGiDefaultContext__SWIG_1(swigCPtr, OdGiCommonDraw.getCPtr(pDraw), OdGePoint3d.getCPtr(position), msg, OdGiTextStyle.getCPtr(pTextStyle)); else GlobalsPINVOKE.OdGiDefaultContext_drawText__SWIG_1(swigCPtr, OdGiCommonDraw.getCPtr(pDraw), OdGePoint3d.getCPtr(position), msg, OdGiTextStyle.getCPtr(pTextStyle));
128 }
129
130 public override void drawText(OdGiCommonDraw pDraw, OdGePoint3d position, double height, double width, double oblique, String msg) {
131 if (SwigDerivedClassHasMethod("drawText", swigMethodTypes11)) GlobalsPINVOKE.OdGiDefaultContext_drawTextSwigExplicitOdGiDefaultContext__SWIG_2(swigCPtr, OdGiCommonDraw.getCPtr(pDraw), OdGePoint3d.getCPtr(position), height, width, oblique, msg); else GlobalsPINVOKE.OdGiDefaultContext_drawText__SWIG_2(swigCPtr, OdGiCommonDraw.getCPtr(pDraw), OdGePoint3d.getCPtr(position), height, width, oblique, msg);
133 }
134
135 public override void drawText(OdGiConveyorGeometry pDest, OdGePoint3d position, OdGeVector3d direction, OdGeVector3d upVector, string msg, bool raw, OdGiTextStyle pTextStyle, OdGeVector3d pExtrusion) {
136 if (SwigDerivedClassHasMethod("drawText", swigMethodTypes12)) GlobalsPINVOKE.OdGiDefaultContext_drawTextSwigExplicitOdGiDefaultContext__SWIG_3(swigCPtr, pDest.GetInterfaceCPtr(), OdGePoint3d.getCPtr(position), OdGeVector3d.getCPtr(direction), OdGeVector3d.getCPtr(upVector), msg, raw, OdGiTextStyle.getCPtr(pTextStyle), OdGeVector3d.getCPtr(pExtrusion)); else GlobalsPINVOKE.OdGiDefaultContext_drawText__SWIG_3(swigCPtr, pDest.GetInterfaceCPtr(), OdGePoint3d.getCPtr(position), OdGeVector3d.getCPtr(direction), OdGeVector3d.getCPtr(upVector), msg, raw, OdGiTextStyle.getCPtr(pTextStyle), OdGeVector3d.getCPtr(pExtrusion));
138 }
139
140 public override void drawShape(OdGiCommonDraw pDraw, OdGePoint3d position, int shapeNumber, OdGiTextStyle pTextStyle) {
141 if (SwigDerivedClassHasMethod("drawShape", swigMethodTypes7)) GlobalsPINVOKE.OdGiDefaultContext_drawShapeSwigExplicitOdGiDefaultContext__SWIG_0(swigCPtr, OdGiCommonDraw.getCPtr(pDraw), OdGePoint3d.getCPtr(position), shapeNumber, OdGiTextStyle.getCPtr(pTextStyle)); else GlobalsPINVOKE.OdGiDefaultContext_drawShape__SWIG_0(swigCPtr, OdGiCommonDraw.getCPtr(pDraw), OdGePoint3d.getCPtr(position), shapeNumber, OdGiTextStyle.getCPtr(pTextStyle));
143 }
144
145 public override void drawShape(OdGiConveyorGeometry pDest, OdGePoint3d position, OdGeVector3d direction, OdGeVector3d upVector, int shapeNumber, OdGiTextStyle pTextStyle, OdGeVector3d pExtrusion) {
146 if (SwigDerivedClassHasMethod("drawShape", swigMethodTypes8)) GlobalsPINVOKE.OdGiDefaultContext_drawShapeSwigExplicitOdGiDefaultContext__SWIG_1(swigCPtr, pDest.GetInterfaceCPtr(), OdGePoint3d.getCPtr(position), OdGeVector3d.getCPtr(direction), OdGeVector3d.getCPtr(upVector), shapeNumber, OdGiTextStyle.getCPtr(pTextStyle), OdGeVector3d.getCPtr(pExtrusion)); else GlobalsPINVOKE.OdGiDefaultContext_drawShape__SWIG_1(swigCPtr, pDest.GetInterfaceCPtr(), OdGePoint3d.getCPtr(position), OdGeVector3d.getCPtr(direction), OdGeVector3d.getCPtr(upVector), shapeNumber, OdGiTextStyle.getCPtr(pTextStyle), OdGeVector3d.getCPtr(pExtrusion));
148 }
149
150 public override void textExtentsBox(OdGiTextStyle textStyle, string msg, UInt32 /*SIMPLETYPE*/ flags, OdGePoint3d min, OdGePoint3d max, OdGePoint3d pEndPos) {
151 if (SwigDerivedClassHasMethod("textExtentsBox", swigMethodTypes13)) GlobalsPINVOKE.OdGiDefaultContext_textExtentsBoxSwigExplicitOdGiDefaultContext__SWIG_0(swigCPtr, OdGiTextStyle.getCPtr(textStyle).Handle, msg, flags /*SIMPLETYPE*/, OdGePoint3d.getCPtr(min), OdGePoint3d.getCPtr(max), OdGePoint3d.getCPtr(pEndPos)); else GlobalsPINVOKE.OdGiDefaultContext_textExtentsBox__SWIG_0(swigCPtr, OdGiTextStyle.getCPtr(textStyle).Handle, msg, flags /*SIMPLETYPE*/, OdGePoint3d.getCPtr(min), OdGePoint3d.getCPtr(max), OdGePoint3d.getCPtr(pEndPos));
153 }
154
155 public override void textExtentsBox(OdGiTextStyle textStyle, string msg, UInt32 /*SIMPLETYPE*/ flags, OdGePoint3d min, OdGePoint3d max) {
156 if (SwigDerivedClassHasMethod("textExtentsBox", swigMethodTypes14)) GlobalsPINVOKE.OdGiDefaultContext_textExtentsBoxSwigExplicitOdGiDefaultContext__SWIG_1(swigCPtr, OdGiTextStyle.getCPtr(textStyle).Handle, msg, flags /*SIMPLETYPE*/, OdGePoint3d.getCPtr(min), OdGePoint3d.getCPtr(max)); else GlobalsPINVOKE.OdGiDefaultContext_textExtentsBox__SWIG_1(swigCPtr, OdGiTextStyle.getCPtr(textStyle).Handle, msg, flags /*SIMPLETYPE*/, OdGePoint3d.getCPtr(min), OdGePoint3d.getCPtr(max));
158 }
159
160 public override void shapeExtentsBox(OdGiTextStyle textStyle, int shapeNumber, OdGePoint3d min, OdGePoint3d max) {
161 if (SwigDerivedClassHasMethod("shapeExtentsBox", swigMethodTypes15)) GlobalsPINVOKE.OdGiDefaultContext_shapeExtentsBoxSwigExplicitOdGiDefaultContext(swigCPtr, OdGiTextStyle.getCPtr(textStyle).Handle, shapeNumber, OdGePoint3d.getCPtr(min), OdGePoint3d.getCPtr(max)); else GlobalsPINVOKE.OdGiDefaultContext_shapeExtentsBox(swigCPtr, OdGiTextStyle.getCPtr(textStyle).Handle, shapeNumber, OdGePoint3d.getCPtr(min), OdGePoint3d.getCPtr(max));
163 }
164
165 public virtual void setPlotGeneration(bool plotGeneration) {
168 }
169
170 public virtual UInt32 paletteBackground() {
171// test csout
172 /*SIMPLETYPE*/
175 return ret;
176 }
177
178 public virtual void setPaletteBackground(UInt32 /*SIMPLETYPE*/ paletteBackground) {
181 }
182
183 public virtual bool isZeroTextNormals() {
184 bool ret = (SwigDerivedClassHasMethod("isZeroTextNormals", swigMethodTypes51) ? GlobalsPINVOKE.OdGiDefaultContext_isZeroTextNormalsSwigExplicitOdGiDefaultContext(swigCPtr) : GlobalsPINVOKE.OdGiDefaultContext_isZeroTextNormals(swigCPtr));
186 return ret;
187 }
188
189 public virtual bool supportVerticalTTFText() {
190 bool ret = (SwigDerivedClassHasMethod("supportVerticalTTFText", swigMethodTypes52) ? GlobalsPINVOKE.OdGiDefaultContext_supportVerticalTTFTextSwigExplicitOdGiDefaultContext(swigCPtr) : GlobalsPINVOKE.OdGiDefaultContext_supportVerticalTTFText(swigCPtr));
192 return ret;
193 }
194
195 public virtual bool useGsModel() {
196 bool ret = (SwigDerivedClassHasMethod("useGsModel", swigMethodTypes53) ? GlobalsPINVOKE.OdGiDefaultContext_useGsModelSwigExplicitOdGiDefaultContext(swigCPtr) : GlobalsPINVOKE.OdGiDefaultContext_useGsModel(swigCPtr));
198 return ret;
199 }
200
201 public virtual void enableGsModel(bool enable) {
202 if (SwigDerivedClassHasMethod("enableGsModel", swigMethodTypes54)) GlobalsPINVOKE.OdGiDefaultContext_enableGsModelSwigExplicitOdGiDefaultContext(swigCPtr, enable); else GlobalsPINVOKE.OdGiDefaultContext_enableGsModel(swigCPtr, enable);
204 }
205
209 return ret;
210 }
211
213 if (SwigDerivedClassHasMethod("setHatchAsPolygon", swigMethodTypes56)) GlobalsPINVOKE.OdGiDefaultContext_setHatchAsPolygonSwigExplicitOdGiDefaultContext(swigCPtr, (int)mode); else GlobalsPINVOKE.OdGiDefaultContext_setHatchAsPolygon(swigCPtr, (int)mode);
215 }
216
217 public override OdDbStub getStubByID(UInt64 /*SIMPLETYPE*/ persistentId) {
218 global::System.IntPtr cPtr = (SwigDerivedClassHasMethod("getStubByID", swigMethodTypes39) ? GlobalsPINVOKE.OdGiDefaultContext_getStubByIDSwigExplicitOdGiDefaultContext(swigCPtr, persistentId /*SIMPLETYPE*/) : GlobalsPINVOKE.OdGiDefaultContext_getStubByID(swigCPtr, persistentId /*SIMPLETYPE*/));
219 OdDbStub ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdDbStub(cPtr, false);
221 return ret;
222 }
223
224 public override UInt64 getIDByStub(OdDbStub objectId) {
225// test csout
226 /*SIMPLETYPE*/
227 UInt64 ret = GlobalsPINVOKE.OdGiDefaultContext_getIDByStub(swigCPtr, OdDbStub.getCPtr(objectId));
229 return ret;
230 }
231
232 public override OdRxObject getDatabaseByStub(OdDbStub objectId) {
233 OdRxObject ret = (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),(SwigDerivedClassHasMethod("getDatabaseByStub", swigMethodTypes40) ? GlobalsPINVOKE.OdGiDefaultContext_getDatabaseByStubSwigExplicitOdGiDefaultContext(swigCPtr, OdDbStub.getCPtr(objectId)) : GlobalsPINVOKE.OdGiDefaultContext_getDatabaseByStub(swigCPtr, OdDbStub.getCPtr(objectId))),false); /*createInt 3_2*/
234
236 return ret;
237}
238
239 public override OdDbStub getOwnerIDByStub(OdDbStub objectId) {
240 global::System.IntPtr cPtr = (SwigDerivedClassHasMethod("getOwnerIDByStub", swigMethodTypes41) ? GlobalsPINVOKE.OdGiDefaultContext_getOwnerIDByStubSwigExplicitOdGiDefaultContext(swigCPtr, OdDbStub.getCPtr(objectId)) : GlobalsPINVOKE.OdGiDefaultContext_getOwnerIDByStub(swigCPtr, OdDbStub.getCPtr(objectId)));
241 OdDbStub ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdDbStub(cPtr, false);
243 return ret;
244 }
245
246 protected static string getRealClassName(IntPtr /*SIMPLETYPE*/ ptr) {
247 string ret = GlobalsPINVOKE.OdGiDefaultContext_getRealClassName(ptr /*SIMPLETYPE*/);
249 return ret;
250 }
251
257
258 private void SwigDirectorConnect() {
259 if (SwigDerivedClassHasMethod("queryX", swigMethodTypes0))
260 swigDelegate0 = new SwigDelegateOdGiDefaultContext_0(SwigDirectorMethodqueryX);
261 if (SwigDerivedClassHasMethod("isA", swigMethodTypes1))
262 swigDelegate1 = new SwigDelegateOdGiDefaultContext_1(SwigDirectorMethodisA);
263 if (SwigDerivedClassHasMethod("database", swigMethodTypes2))
264 swigDelegate2 = new SwigDelegateOdGiDefaultContext_2(SwigDirectorMethoddatabase);
265 if (SwigDerivedClassHasMethod("openDrawable", swigMethodTypes3))
266 swigDelegate3 = new SwigDelegateOdGiDefaultContext_3(SwigDirectorMethodopenDrawable);
267 if (SwigDerivedClassHasMethod("defaultLineWeight", swigMethodTypes4))
268 swigDelegate4 = new SwigDelegateOdGiDefaultContext_4(SwigDirectorMethoddefaultLineWeight);
269 if (SwigDerivedClassHasMethod("commonLinetypeScale", swigMethodTypes5))
270 swigDelegate5 = new SwigDelegateOdGiDefaultContext_5(SwigDirectorMethodcommonLinetypeScale);
271 if (SwigDerivedClassHasMethod("getDefaultTextStyle", swigMethodTypes6))
272 swigDelegate6 = new SwigDelegateOdGiDefaultContext_6(SwigDirectorMethodgetDefaultTextStyle);
273 if (SwigDerivedClassHasMethod("drawShape", swigMethodTypes7))
274 swigDelegate7 = new SwigDelegateOdGiDefaultContext_7(SwigDirectorMethoddrawShape__SWIG_0);
275 if (SwigDerivedClassHasMethod("drawShape", swigMethodTypes8))
276 swigDelegate8 = new SwigDelegateOdGiDefaultContext_8(SwigDirectorMethoddrawShape__SWIG_1);
277 if (SwigDerivedClassHasMethod("drawText", swigMethodTypes9))
278 swigDelegate9 = new SwigDelegateOdGiDefaultContext_9(SwigDirectorMethoddrawText__SWIG_0);
279 if (SwigDerivedClassHasMethod("drawText", swigMethodTypes10))
280 swigDelegate10 = new SwigDelegateOdGiDefaultContext_10(SwigDirectorMethoddrawText__SWIG_1);
281 if (SwigDerivedClassHasMethod("drawText", swigMethodTypes11))
282 swigDelegate11 = new SwigDelegateOdGiDefaultContext_11(SwigDirectorMethoddrawText__SWIG_2);
283 if (SwigDerivedClassHasMethod("drawText", swigMethodTypes12))
284 swigDelegate12 = new SwigDelegateOdGiDefaultContext_12(SwigDirectorMethoddrawText__SWIG_3);
285 if (SwigDerivedClassHasMethod("textExtentsBox", swigMethodTypes13))
286 swigDelegate13 = new SwigDelegateOdGiDefaultContext_13(SwigDirectorMethodtextExtentsBox__SWIG_0);
287 if (SwigDerivedClassHasMethod("textExtentsBox", swigMethodTypes14))
288 swigDelegate14 = new SwigDelegateOdGiDefaultContext_14(SwigDirectorMethodtextExtentsBox__SWIG_1);
289 if (SwigDerivedClassHasMethod("shapeExtentsBox", swigMethodTypes15))
290 swigDelegate15 = new SwigDelegateOdGiDefaultContext_15(SwigDirectorMethodshapeExtentsBox);
291 if (SwigDerivedClassHasMethod("circleZoomPercent", swigMethodTypes16))
292 swigDelegate16 = new SwigDelegateOdGiDefaultContext_16(SwigDirectorMethodcircleZoomPercent);
293 if (SwigDerivedClassHasMethod("isPlotGeneration", swigMethodTypes17))
294 swigDelegate17 = new SwigDelegateOdGiDefaultContext_17(SwigDirectorMethodisPlotGeneration);
295 if (SwigDerivedClassHasMethod("paletteBackground", swigMethodTypes18))
296 swigDelegate18 = new SwigDelegateOdGiDefaultContext_18(SwigDirectorMethodpaletteBackground);
297 if (SwigDerivedClassHasMethod("fillTtf", swigMethodTypes19))
298 swigDelegate19 = new SwigDelegateOdGiDefaultContext_19(SwigDirectorMethodfillTtf);
299 if (SwigDerivedClassHasMethod("numberOfIsolines", swigMethodTypes20))
300 swigDelegate20 = new SwigDelegateOdGiDefaultContext_20(SwigDirectorMethodnumberOfIsolines);
301 if (SwigDerivedClassHasMethod("fillMode", swigMethodTypes21))
302 swigDelegate21 = new SwigDelegateOdGiDefaultContext_21(SwigDirectorMethodfillMode);
303 if (SwigDerivedClassHasMethod("quickTextMode", swigMethodTypes22))
304 swigDelegate22 = new SwigDelegateOdGiDefaultContext_22(SwigDirectorMethodquickTextMode);
305 if (SwigDerivedClassHasMethod("textQuality", swigMethodTypes23))
306 swigDelegate23 = new SwigDelegateOdGiDefaultContext_23(SwigDirectorMethodtextQuality);
307 if (SwigDerivedClassHasMethod("useTtfTriangleCache", swigMethodTypes24))
308 swigDelegate24 = new SwigDelegateOdGiDefaultContext_24(SwigDirectorMethoduseTtfTriangleCache);
309 if (SwigDerivedClassHasMethod("imageQuality", swigMethodTypes25))
310 swigDelegate25 = new SwigDelegateOdGiDefaultContext_25(SwigDirectorMethodimageQuality);
311 if (SwigDerivedClassHasMethod("imageSelectionBehavior", swigMethodTypes26))
312 swigDelegate26 = new SwigDelegateOdGiDefaultContext_26(SwigDirectorMethodimageSelectionBehavior);
313 if (SwigDerivedClassHasMethod("fadingIntensityPercentage", swigMethodTypes27))
314 swigDelegate27 = new SwigDelegateOdGiDefaultContext_27(SwigDirectorMethodfadingIntensityPercentage);
315 if (SwigDerivedClassHasMethod("glyphSize", swigMethodTypes28))
316 swigDelegate28 = new SwigDelegateOdGiDefaultContext_28(SwigDirectorMethodglyphSize);
317 if (SwigDerivedClassHasMethod("lineWeightConfiguration", swigMethodTypes29))
318 swigDelegate29 = new SwigDelegateOdGiDefaultContext_29(SwigDirectorMethodlineWeightConfiguration);
319 if (SwigDerivedClassHasMethod("selectionStyle", swigMethodTypes30))
320 swigDelegate30 = new SwigDelegateOdGiDefaultContext_30(SwigDirectorMethodselectionStyle);
321 if (SwigDerivedClassHasMethod("customViewportGeometryCS", swigMethodTypes31))
322 swigDelegate31 = new SwigDelegateOdGiDefaultContext_31(SwigDirectorMethodcustomViewportGeometryCS);
323 if (SwigDerivedClassHasMethod("drawableFilterFunctionId", swigMethodTypes32))
324 swigDelegate32 = new SwigDelegateOdGiDefaultContext_32(SwigDirectorMethoddrawableFilterFunctionId);
325 if (SwigDerivedClassHasMethod("drawableFilterFunction", swigMethodTypes33))
326 swigDelegate33 = new SwigDelegateOdGiDefaultContext_33(SwigDirectorMethoddrawableFilterFunction);
327 if (SwigDerivedClassHasMethod("ttfPolyDraw", swigMethodTypes34))
328 swigDelegate34 = new SwigDelegateOdGiDefaultContext_34(SwigDirectorMethodttfPolyDraw);
329 if (SwigDerivedClassHasMethod("regenAbort", swigMethodTypes35))
330 swigDelegate35 = new SwigDelegateOdGiDefaultContext_35(SwigDirectorMethodregenAbort);
331 if (SwigDerivedClassHasMethod("plotStyleType", swigMethodTypes36))
332 swigDelegate36 = new SwigDelegateOdGiDefaultContext_36(SwigDirectorMethodplotStyleType);
333 if (SwigDerivedClassHasMethod("plotStyle", swigMethodTypes37))
334 swigDelegate37 = new SwigDelegateOdGiDefaultContext_37(SwigDirectorMethodplotStyle__SWIG_0);
335 if (SwigDerivedClassHasMethod("plotStyle", swigMethodTypes38))
336 swigDelegate38 = new SwigDelegateOdGiDefaultContext_38(SwigDirectorMethodplotStyle__SWIG_1);
337 if (SwigDerivedClassHasMethod("getStubByID", swigMethodTypes39))
338 swigDelegate39 = new SwigDelegateOdGiDefaultContext_39(SwigDirectorMethodgetStubByID);
339 if (SwigDerivedClassHasMethod("getDatabaseByStub", swigMethodTypes40))
340 swigDelegate40 = new SwigDelegateOdGiDefaultContext_40(SwigDirectorMethodgetDatabaseByStub);
341 if (SwigDerivedClassHasMethod("getOwnerIDByStub", swigMethodTypes41))
342 swigDelegate41 = new SwigDelegateOdGiDefaultContext_41(SwigDirectorMethodgetOwnerIDByStub);
343 if (SwigDerivedClassHasMethod("getStubByMatName", swigMethodTypes42))
344 swigDelegate42 = new SwigDelegateOdGiDefaultContext_42(SwigDirectorMethodgetStubByMatName);
345 if (SwigDerivedClassHasMethod("getStubByMaterialId", swigMethodTypes43))
346 swigDelegate43 = new SwigDelegateOdGiDefaultContext_43(SwigDirectorMethodgetStubByMaterialId);
347 if (SwigDerivedClassHasMethod("displaySilhouettes", swigMethodTypes44))
348 swigDelegate44 = new SwigDelegateOdGiDefaultContext_44(SwigDirectorMethoddisplaySilhouettes);
349 if (SwigDerivedClassHasMethod("getSectionGeometryManager", swigMethodTypes45))
350 swigDelegate45 = new SwigDelegateOdGiDefaultContext_45(SwigDirectorMethodgetSectionGeometryManager);
351 if (SwigDerivedClassHasMethod("antiAliasingMode", swigMethodTypes46))
352 swigDelegate46 = new SwigDelegateOdGiDefaultContext_46(SwigDirectorMethodantiAliasingMode);
353 if (SwigDerivedClassHasMethod("xrefPropertiesOverride", swigMethodTypes47))
354 swigDelegate47 = new SwigDelegateOdGiDefaultContext_47(SwigDirectorMethodxrefPropertiesOverride);
355 if (SwigDerivedClassHasMethod("multiplyByBlockLinetypeScales", swigMethodTypes48))
356 swigDelegate48 = new SwigDelegateOdGiDefaultContext_48(SwigDirectorMethodmultiplyByBlockLinetypeScales);
357 if (SwigDerivedClassHasMethod("setPlotGeneration", swigMethodTypes49))
358 swigDelegate49 = new SwigDelegateOdGiDefaultContext_49(SwigDirectorMethodsetPlotGeneration);
359 if (SwigDerivedClassHasMethod("setPaletteBackground", swigMethodTypes50))
360 swigDelegate50 = new SwigDelegateOdGiDefaultContext_50(SwigDirectorMethodsetPaletteBackground);
361 if (SwigDerivedClassHasMethod("isZeroTextNormals", swigMethodTypes51))
362 swigDelegate51 = new SwigDelegateOdGiDefaultContext_51(SwigDirectorMethodisZeroTextNormals);
363 if (SwigDerivedClassHasMethod("supportVerticalTTFText", swigMethodTypes52))
364 swigDelegate52 = new SwigDelegateOdGiDefaultContext_52(SwigDirectorMethodsupportVerticalTTFText);
365 if (SwigDerivedClassHasMethod("useGsModel", swigMethodTypes53))
366 swigDelegate53 = new SwigDelegateOdGiDefaultContext_53(SwigDirectorMethoduseGsModel);
367 if (SwigDerivedClassHasMethod("enableGsModel", swigMethodTypes54))
368 swigDelegate54 = new SwigDelegateOdGiDefaultContext_54(SwigDirectorMethodenableGsModel);
369 if (SwigDerivedClassHasMethod("hatchAsPolygon", swigMethodTypes55))
370 swigDelegate55 = new SwigDelegateOdGiDefaultContext_55(SwigDirectorMethodhatchAsPolygon);
371 if (SwigDerivedClassHasMethod("setHatchAsPolygon", swigMethodTypes56))
372 swigDelegate56 = new SwigDelegateOdGiDefaultContext_56(SwigDirectorMethodsetHatchAsPolygon);
373 GlobalsPINVOKE.OdGiDefaultContext_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);
374 }
375
376 private bool SwigDerivedClassHasMethod(string methodName, global::System.Type[] methodTypes) {
377 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);
378 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(OdGiDefaultContext));
379 return hasDerivedMethod;
380 }
381
382 private IntPtr SwigDirectorMethodqueryX(IntPtr protocolClass) {
383 return
384 // csdirectorout for OdRxObject*, OdRxObject&
385 OdRxObject.getCPtr(queryX(
386 (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),protocolClass,false) /*createInt 6_2*/ // csdirectorin for smart pointer
387)).Handle
388;
389 }
390
391 private IntPtr SwigDirectorMethodisA() {
392 return
393 // csdirectorout for OdRxClass*, OdRxClass&
394 OdRxClass.getCPtr(isA()).Handle
395;
396 }
397
398 private IntPtr SwigDirectorMethoddatabase() {
399 return
400 // csdirectorout for OdRxObject*, OdRxObject&
401 OdRxObject.getCPtr(database()).Handle
402;
403 }
404
405 private IntPtr SwigDirectorMethodopenDrawable(global::System.IntPtr drawableId) {
406 return OdGiDrawable.getCPtr(openDrawable((drawableId == global::System.IntPtr.Zero) ? null : new OdDbStub(drawableId, false))).Handle;
407 }
408
409 private int SwigDirectorMethoddefaultLineWeight() {
410 return (int)defaultLineWeight();
411 }
412
413 private double SwigDirectorMethodcommonLinetypeScale() {
414 return commonLinetypeScale();
415 }
416
417 private void SwigDirectorMethodgetDefaultTextStyle(IntPtr textStyle) {
419 //csdirectorin of INOUT_PARAM_OBJ
420 new OdGiTextStyle(textStyle,true)
421);
422 }
423
424 private void SwigDirectorMethoddrawShape__SWIG_0(IntPtr pDraw, global::System.IntPtr position, int shapeNumber, global::System.IntPtr pTextStyle) {
425 drawShape(
426 (OdGiCommonDraw)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiCommonDraw),pDraw,false) /*createInt 6_1*/ // csdirectorin for smart pointer
427, new OdGePoint3d(position, false), shapeNumber, (pTextStyle == global::System.IntPtr.Zero) ? null : new OdGiTextStyle(pTextStyle, false));
428 }
429
430 private void SwigDirectorMethoddrawShape__SWIG_1(global::System.IntPtr pDest, global::System.IntPtr position, global::System.IntPtr direction, global::System.IntPtr upVector, int shapeNumber, global::System.IntPtr pTextStyle, global::System.IntPtr pExtrusion) {
431 drawShape(
432 (OdGiConveyorGeometry)new OdGiConveyorGeometry_Internal(pDest,false)
433, new OdGePoint3d(position, false), new OdGeVector3d(direction, false), new OdGeVector3d(upVector, false), shapeNumber, (pTextStyle == global::System.IntPtr.Zero) ? null : new OdGiTextStyle(pTextStyle, false), (pExtrusion == global::System.IntPtr.Zero) ? null : new OdGeVector3d(pExtrusion, false));
434 }
435
436 private void SwigDirectorMethoddrawText__SWIG_0(IntPtr pDraw, global::System.IntPtr position, [MarshalAs(UnmanagedType.LPWStr)]string msg, global::System.IntPtr pTextStyle, UInt32 /*SIMPLETYPE*/ flags) {
437 drawText(
438 (OdGiCommonDraw)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiCommonDraw),pDraw,false) /*createInt 6_1*/ // csdirectorin for smart pointer
439, new OdGePoint3d(position, false), msg, (pTextStyle == global::System.IntPtr.Zero) ? null : new OdGiTextStyle(pTextStyle, false), flags /*SIMPLETYPE*/);
440 }
441
442 private void SwigDirectorMethoddrawText__SWIG_1(IntPtr pDraw, global::System.IntPtr position, [MarshalAs(UnmanagedType.LPWStr)]string msg, global::System.IntPtr pTextStyle) {
443 drawText(
444 (OdGiCommonDraw)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiCommonDraw),pDraw,false) /*createInt 6_1*/ // csdirectorin for smart pointer
445, new OdGePoint3d(position, false), msg, (pTextStyle == global::System.IntPtr.Zero) ? null : new OdGiTextStyle(pTextStyle, false));
446 }
447
448 private void SwigDirectorMethoddrawText__SWIG_2(IntPtr pDraw, global::System.IntPtr position, double height, double width, double oblique, [MarshalAs(UnmanagedType.LPWStr)]String msg) {
449 drawText(
450 (OdGiCommonDraw)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiCommonDraw),pDraw,false) /*createInt 6_1*/ // csdirectorin for smart pointer
451, new OdGePoint3d(position, false), height, width, oblique, msg);
452 }
453
454 private void SwigDirectorMethoddrawText__SWIG_3(global::System.IntPtr pDest, global::System.IntPtr position, global::System.IntPtr direction, global::System.IntPtr upVector, [MarshalAs(UnmanagedType.LPWStr)]string msg, bool raw, global::System.IntPtr pTextStyle, global::System.IntPtr pExtrusion) {
455 drawText(
456 (OdGiConveyorGeometry)new OdGiConveyorGeometry_Internal(pDest,false)
457, new OdGePoint3d(position, false), new OdGeVector3d(direction, false), new OdGeVector3d(upVector, false), msg, raw, (pTextStyle == global::System.IntPtr.Zero) ? null : new OdGiTextStyle(pTextStyle, false), (pExtrusion == global::System.IntPtr.Zero) ? null : new OdGeVector3d(pExtrusion, false));
458 }
459
460 private void SwigDirectorMethodtextExtentsBox__SWIG_0(IntPtr textStyle, [MarshalAs(UnmanagedType.LPWStr)]string msg, UInt32 /*SIMPLETYPE*/ flags, global::System.IntPtr min, global::System.IntPtr max, global::System.IntPtr pEndPos) {
462 //csdirectorin of INOUT_PARAM_OBJ
463 new OdGiTextStyle(textStyle,true)
464, msg, flags /*SIMPLETYPE*/, new OdGePoint3d(min, false), new OdGePoint3d(max, false), (pEndPos == global::System.IntPtr.Zero) ? null : new OdGePoint3d(pEndPos, false));
465 }
466
467 private void SwigDirectorMethodtextExtentsBox__SWIG_1(IntPtr textStyle, [MarshalAs(UnmanagedType.LPWStr)]string msg, UInt32 /*SIMPLETYPE*/ flags, global::System.IntPtr min, global::System.IntPtr max) {
469 //csdirectorin of INOUT_PARAM_OBJ
470 new OdGiTextStyle(textStyle,true)
471, msg, flags /*SIMPLETYPE*/, new OdGePoint3d(min, false), new OdGePoint3d(max, false));
472 }
473
474 private void SwigDirectorMethodshapeExtentsBox(IntPtr textStyle, int shapeNumber, global::System.IntPtr min, global::System.IntPtr max) {
476 //csdirectorin of INOUT_PARAM_OBJ
477 new OdGiTextStyle(textStyle,true)
478, shapeNumber, new OdGePoint3d(min, false), new OdGePoint3d(max, false));
479 }
480
481 private uint SwigDirectorMethodcircleZoomPercent(global::System.IntPtr viewportId) {
482 return circleZoomPercent((viewportId == global::System.IntPtr.Zero) ? null : new OdDbStub(viewportId, false));
483 }
484
485 private bool SwigDirectorMethodisPlotGeneration() {
486 return isPlotGeneration();
487 }
488
489 private UInt32 /*SIMPLETYPE*/ SwigDirectorMethodpaletteBackground() {
490 return paletteBackground() /*SIMPLETYPE*/;
491 }
492
493 private bool SwigDirectorMethodfillTtf() {
494 return fillTtf();
495 }
496
497 private UInt32 /*SIMPLETYPE*/ SwigDirectorMethodnumberOfIsolines() {
498 return numberOfIsolines() /*SIMPLETYPE*/;
499 }
500
501 private bool SwigDirectorMethodfillMode() {
502 return fillMode();
503 }
504
505 private bool SwigDirectorMethodquickTextMode() {
506 return quickTextMode();
507 }
508
509 private UInt32 /*SIMPLETYPE*/ SwigDirectorMethodtextQuality() {
510 return textQuality() /*SIMPLETYPE*/;
511 }
512
513 private bool SwigDirectorMethoduseTtfTriangleCache() {
514 return useTtfTriangleCache();
515 }
516
517 private int SwigDirectorMethodimageQuality() {
518 return (int)imageQuality();
519 }
520
521 private UInt32 /*SIMPLETYPE*/ SwigDirectorMethodimageSelectionBehavior() {
522 return imageSelectionBehavior() /*SIMPLETYPE*/;
523 }
524
525 private UInt32 /*SIMPLETYPE*/ SwigDirectorMethodfadingIntensityPercentage(int fadingType) {
526 return fadingIntensityPercentage((OdGiContext.FadingType)fadingType) /*SIMPLETYPE*/;
527 }
528
529 private UInt32 /*SIMPLETYPE*/ SwigDirectorMethodglyphSize(int glyphType) {
530 return glyphSize((OdGiContext.GlyphType)glyphType) /*SIMPLETYPE*/;
531 }
532
533 private UInt32 /*SIMPLETYPE*/ SwigDirectorMethodlineWeightConfiguration(int styleEntry) {
534 return lineWeightConfiguration((OdGiContext.LineWeightStyle)styleEntry) /*SIMPLETYPE*/;
535 }
536
537 private UInt32 /*SIMPLETYPE*/ SwigDirectorMethodselectionStyle(UInt32 /*SIMPLETYPE*/ nStyle, global::System.IntPtr selStyle) {
538 return selectionStyle(nStyle /*SIMPLETYPE*/, new OdGiSelectionStyle(selStyle, false)) /*SIMPLETYPE*/;
539 }
540
541 private int SwigDirectorMethodcustomViewportGeometryCS(int csType) {
542 return (int)customViewportGeometryCS((OdGiContext.CoordinatesSystem)csType);
543 }
544
545 private IntPtr /*SIMPLETYPE*/ SwigDirectorMethoddrawableFilterFunctionId(global::System.IntPtr viewportId) {
546 return drawableFilterFunctionId((viewportId == global::System.IntPtr.Zero) ? null : new OdDbStub(viewportId, false)) /*SIMPLETYPE*/;
547 }
548
549 private UInt32 /*SIMPLETYPE*/ SwigDirectorMethoddrawableFilterFunction(IntPtr /*SIMPLETYPE*/ functionId, IntPtr pDrawable, UInt32 /*SIMPLETYPE*/ nFlags) {
550 return drawableFilterFunction(functionId /*SIMPLETYPE*/,
551 (OdGiDrawable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDrawable),pDrawable,false) /*createInt 6_2*/ // csdirectorin for smart pointer
552, nFlags /*SIMPLETYPE*/) /*SIMPLETYPE*/;
553 }
554
555 private bool SwigDirectorMethodttfPolyDraw() {
556 return ttfPolyDraw();
557 }
558
559 private bool SwigDirectorMethodregenAbort() {
560 return regenAbort();
561 }
562
563 private int SwigDirectorMethodplotStyleType() {
564 return (int)plotStyleType();
565 }
566
567 private void SwigDirectorMethodplotStyle__SWIG_0(int penNumber, global::System.IntPtr plotStyleData) {
568 plotStyle(penNumber, new OdPsPlotStyleData(plotStyleData, false));
569 }
570
571 private void SwigDirectorMethodplotStyle__SWIG_1(global::System.IntPtr objectId, global::System.IntPtr plotStyleData) {
572 plotStyle((objectId == global::System.IntPtr.Zero) ? null : new OdDbStub(objectId, false), new OdPsPlotStyleData(plotStyleData, false));
573 }
574
575 private global::System.IntPtr SwigDirectorMethodgetStubByID(UInt64 /*SIMPLETYPE*/ persistentId) {
576 return OdDbStub.getCPtr(getStubByID(persistentId /*SIMPLETYPE*/)).Handle;
577 }
578
579 private IntPtr SwigDirectorMethodgetDatabaseByStub(global::System.IntPtr objectId) {
580 return
581 // csdirectorout for OdRxObject*, OdRxObject&
582 OdRxObject.getCPtr(getDatabaseByStub((objectId == global::System.IntPtr.Zero) ? null : new OdDbStub(objectId, false))).Handle
583;
584 }
585
586 private global::System.IntPtr SwigDirectorMethodgetOwnerIDByStub(global::System.IntPtr objectId) {
587 return OdDbStub.getCPtr(getOwnerIDByStub((objectId == global::System.IntPtr.Zero) ? null : new OdDbStub(objectId, false))).Handle;
588 }
589
590 private global::System.IntPtr SwigDirectorMethodgetStubByMatName(IntPtr pBaseDb, [MarshalAs(UnmanagedType.LPWStr)]String strMatName) {
591 return OdDbStub.getCPtr(getStubByMatName(
592 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pBaseDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
593, strMatName)).Handle;
594 }
595
596 private global::System.IntPtr SwigDirectorMethodgetStubByMaterialId(IntPtr pBaseDb, UInt64 /*SIMPLETYPE imtype*/ materialId) {
597 return OdDbStub.getCPtr(getStubByMaterialId(
598 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pBaseDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
599, materialId /*SIMPLETYPE csdirectorin*/)).Handle;
600 }
601
602 private UInt32 /*SIMPLETYPE*/ SwigDirectorMethoddisplaySilhouettes() {
603 return displaySilhouettes() /*SIMPLETYPE*/;
604 }
605
606 private IntPtr SwigDirectorMethodgetSectionGeometryManager() {
607 return OdGiSectionGeometryManager.getCPtr(getSectionGeometryManager()).Handle;
608 }
609
610 private UInt32 /*SIMPLETYPE*/ SwigDirectorMethodantiAliasingMode() {
611 return antiAliasingMode() /*SIMPLETYPE*/;
612 }
613
614 private bool SwigDirectorMethodxrefPropertiesOverride() {
615 return xrefPropertiesOverride();
616 }
617
618 private bool SwigDirectorMethodmultiplyByBlockLinetypeScales() {
620 }
621
622 private void SwigDirectorMethodsetPlotGeneration(bool plotGeneration) {
623 setPlotGeneration(plotGeneration);
624 }
625
626 private void SwigDirectorMethodsetPaletteBackground(UInt32 /*SIMPLETYPE*/ paletteBackground) {
628 }
629
630 private bool SwigDirectorMethodisZeroTextNormals() {
631 return isZeroTextNormals();
632 }
633
634 private bool SwigDirectorMethodsupportVerticalTTFText() {
635 return supportVerticalTTFText();
636 }
637
638 private bool SwigDirectorMethoduseGsModel() {
639 return useGsModel();
640 }
641
642 private void SwigDirectorMethodenableGsModel(bool enable) {
643 enableGsModel(enable);
644 }
645
646 private int SwigDirectorMethodhatchAsPolygon() {
647 return (int)hatchAsPolygon();
648 }
649
650 private void SwigDirectorMethodsetHatchAsPolygon(int mode) {
651 setHatchAsPolygon((OdGiDefaultContext.SolidHatchAsPolygonMode)mode);
652 }
653
654 public delegate IntPtr SwigDelegateOdGiDefaultContext_0(IntPtr protocolClass);
655 public delegate IntPtr SwigDelegateOdGiDefaultContext_1();
656 public delegate IntPtr SwigDelegateOdGiDefaultContext_2();
657 public delegate IntPtr SwigDelegateOdGiDefaultContext_3(global::System.IntPtr drawableId);
658 public delegate int SwigDelegateOdGiDefaultContext_4();
659 public delegate double SwigDelegateOdGiDefaultContext_5();
660 public delegate void SwigDelegateOdGiDefaultContext_6(IntPtr textStyle);
661 public delegate void SwigDelegateOdGiDefaultContext_7(IntPtr pDraw, global::System.IntPtr position, int shapeNumber, global::System.IntPtr pTextStyle);
662 public delegate void SwigDelegateOdGiDefaultContext_8(global::System.IntPtr pDest, global::System.IntPtr position, global::System.IntPtr direction, global::System.IntPtr upVector, int shapeNumber, global::System.IntPtr pTextStyle, global::System.IntPtr pExtrusion);
663 public delegate void SwigDelegateOdGiDefaultContext_9(IntPtr pDraw, global::System.IntPtr position, [MarshalAs(UnmanagedType.LPWStr)]string msg, global::System.IntPtr pTextStyle, UInt32 /*SIMPLETYPE*/ flags);
664 public delegate void SwigDelegateOdGiDefaultContext_10(IntPtr pDraw, global::System.IntPtr position, [MarshalAs(UnmanagedType.LPWStr)]string msg, global::System.IntPtr pTextStyle);
665 public delegate void SwigDelegateOdGiDefaultContext_11(IntPtr pDraw, global::System.IntPtr position, double height, double width, double oblique, [MarshalAs(UnmanagedType.LPWStr)]String msg);
666 public delegate void SwigDelegateOdGiDefaultContext_12(global::System.IntPtr pDest, global::System.IntPtr position, global::System.IntPtr direction, global::System.IntPtr upVector, [MarshalAs(UnmanagedType.LPWStr)]string msg, bool raw, global::System.IntPtr pTextStyle, global::System.IntPtr pExtrusion);
667 public delegate void SwigDelegateOdGiDefaultContext_13(IntPtr textStyle, [MarshalAs(UnmanagedType.LPWStr)]string msg, UInt32 /*SIMPLETYPE*/ flags, global::System.IntPtr min, global::System.IntPtr max, global::System.IntPtr pEndPos);
668 public delegate void SwigDelegateOdGiDefaultContext_14(IntPtr textStyle, [MarshalAs(UnmanagedType.LPWStr)]string msg, UInt32 /*SIMPLETYPE*/ flags, global::System.IntPtr min, global::System.IntPtr max);
669 public delegate void SwigDelegateOdGiDefaultContext_15(IntPtr textStyle, int shapeNumber, global::System.IntPtr min, global::System.IntPtr max);
670 public delegate uint SwigDelegateOdGiDefaultContext_16(global::System.IntPtr viewportId);
671 public delegate bool SwigDelegateOdGiDefaultContext_17();
672 public delegate UInt32 /*SIMPLETYPE*/ SwigDelegateOdGiDefaultContext_18();
673 public delegate bool SwigDelegateOdGiDefaultContext_19();
674 public delegate UInt32 /*SIMPLETYPE*/ SwigDelegateOdGiDefaultContext_20();
675 public delegate bool SwigDelegateOdGiDefaultContext_21();
676 public delegate bool SwigDelegateOdGiDefaultContext_22();
677 public delegate UInt32 /*SIMPLETYPE*/ SwigDelegateOdGiDefaultContext_23();
678 public delegate bool SwigDelegateOdGiDefaultContext_24();
680 public delegate UInt32 /*SIMPLETYPE*/ SwigDelegateOdGiDefaultContext_26();
681 public delegate UInt32 /*SIMPLETYPE*/ SwigDelegateOdGiDefaultContext_27(int fadingType);
682 public delegate UInt32 /*SIMPLETYPE*/ SwigDelegateOdGiDefaultContext_28(int glyphType);
683 public delegate UInt32 /*SIMPLETYPE*/ SwigDelegateOdGiDefaultContext_29(int styleEntry);
684 public delegate UInt32 /*SIMPLETYPE*/ SwigDelegateOdGiDefaultContext_30(UInt32 /*SIMPLETYPE*/ nStyle, global::System.IntPtr selStyle);
685 public delegate int SwigDelegateOdGiDefaultContext_31(int csType);
686 public delegate IntPtr /*SIMPLETYPE*/ SwigDelegateOdGiDefaultContext_32(global::System.IntPtr viewportId);
687 public delegate UInt32 /*SIMPLETYPE*/ SwigDelegateOdGiDefaultContext_33(IntPtr /*SIMPLETYPE*/ functionId, IntPtr pDrawable, UInt32 /*SIMPLETYPE*/ nFlags);
688 public delegate bool SwigDelegateOdGiDefaultContext_34();
689 public delegate bool SwigDelegateOdGiDefaultContext_35();
691 public delegate void SwigDelegateOdGiDefaultContext_37(int penNumber, global::System.IntPtr plotStyleData);
692 public delegate void SwigDelegateOdGiDefaultContext_38(global::System.IntPtr objectId, global::System.IntPtr plotStyleData);
693 public delegate global::System.IntPtr SwigDelegateOdGiDefaultContext_39(UInt64 /*SIMPLETYPE*/ persistentId);
694 public delegate IntPtr SwigDelegateOdGiDefaultContext_40(global::System.IntPtr objectId);
695 public delegate global::System.IntPtr SwigDelegateOdGiDefaultContext_41(global::System.IntPtr objectId);
696 public delegate global::System.IntPtr SwigDelegateOdGiDefaultContext_42(IntPtr pBaseDb, [MarshalAs(UnmanagedType.LPWStr)]String strMatName);
697 public delegate global::System.IntPtr SwigDelegateOdGiDefaultContext_43(IntPtr pBaseDb, UInt64 /*SIMPLETYPE imtype*/ materialId);
698 public delegate UInt32 /*SIMPLETYPE*/ SwigDelegateOdGiDefaultContext_44();
699 public delegate IntPtr SwigDelegateOdGiDefaultContext_45();
700 public delegate UInt32 /*SIMPLETYPE*/ SwigDelegateOdGiDefaultContext_46();
701 public delegate bool SwigDelegateOdGiDefaultContext_47();
702 public delegate bool SwigDelegateOdGiDefaultContext_48();
703 public delegate void SwigDelegateOdGiDefaultContext_49(bool plotGeneration);
704 public delegate void SwigDelegateOdGiDefaultContext_50(UInt32 /*SIMPLETYPE*/ paletteBackground);
705 public delegate bool SwigDelegateOdGiDefaultContext_51();
706 public delegate bool SwigDelegateOdGiDefaultContext_52();
707 public delegate bool SwigDelegateOdGiDefaultContext_53();
708 public delegate void SwigDelegateOdGiDefaultContext_54(bool enable);
710 public delegate void SwigDelegateOdGiDefaultContext_56(int mode);
711
712 private SwigDelegateOdGiDefaultContext_0 swigDelegate0;
713 private SwigDelegateOdGiDefaultContext_1 swigDelegate1;
714 private SwigDelegateOdGiDefaultContext_2 swigDelegate2;
715 private SwigDelegateOdGiDefaultContext_3 swigDelegate3;
716 private SwigDelegateOdGiDefaultContext_4 swigDelegate4;
717 private SwigDelegateOdGiDefaultContext_5 swigDelegate5;
718 private SwigDelegateOdGiDefaultContext_6 swigDelegate6;
719 private SwigDelegateOdGiDefaultContext_7 swigDelegate7;
720 private SwigDelegateOdGiDefaultContext_8 swigDelegate8;
721 private SwigDelegateOdGiDefaultContext_9 swigDelegate9;
722 private SwigDelegateOdGiDefaultContext_10 swigDelegate10;
723 private SwigDelegateOdGiDefaultContext_11 swigDelegate11;
724 private SwigDelegateOdGiDefaultContext_12 swigDelegate12;
725 private SwigDelegateOdGiDefaultContext_13 swigDelegate13;
726 private SwigDelegateOdGiDefaultContext_14 swigDelegate14;
727 private SwigDelegateOdGiDefaultContext_15 swigDelegate15;
728 private SwigDelegateOdGiDefaultContext_16 swigDelegate16;
729 private SwigDelegateOdGiDefaultContext_17 swigDelegate17;
730 private SwigDelegateOdGiDefaultContext_18 swigDelegate18;
731 private SwigDelegateOdGiDefaultContext_19 swigDelegate19;
732 private SwigDelegateOdGiDefaultContext_20 swigDelegate20;
733 private SwigDelegateOdGiDefaultContext_21 swigDelegate21;
734 private SwigDelegateOdGiDefaultContext_22 swigDelegate22;
735 private SwigDelegateOdGiDefaultContext_23 swigDelegate23;
736 private SwigDelegateOdGiDefaultContext_24 swigDelegate24;
737 private SwigDelegateOdGiDefaultContext_25 swigDelegate25;
738 private SwigDelegateOdGiDefaultContext_26 swigDelegate26;
739 private SwigDelegateOdGiDefaultContext_27 swigDelegate27;
740 private SwigDelegateOdGiDefaultContext_28 swigDelegate28;
741 private SwigDelegateOdGiDefaultContext_29 swigDelegate29;
742 private SwigDelegateOdGiDefaultContext_30 swigDelegate30;
743 private SwigDelegateOdGiDefaultContext_31 swigDelegate31;
744 private SwigDelegateOdGiDefaultContext_32 swigDelegate32;
745 private SwigDelegateOdGiDefaultContext_33 swigDelegate33;
746 private SwigDelegateOdGiDefaultContext_34 swigDelegate34;
747 private SwigDelegateOdGiDefaultContext_35 swigDelegate35;
748 private SwigDelegateOdGiDefaultContext_36 swigDelegate36;
749 private SwigDelegateOdGiDefaultContext_37 swigDelegate37;
750 private SwigDelegateOdGiDefaultContext_38 swigDelegate38;
751 private SwigDelegateOdGiDefaultContext_39 swigDelegate39;
752 private SwigDelegateOdGiDefaultContext_40 swigDelegate40;
753 private SwigDelegateOdGiDefaultContext_41 swigDelegate41;
754 private SwigDelegateOdGiDefaultContext_42 swigDelegate42;
755 private SwigDelegateOdGiDefaultContext_43 swigDelegate43;
756 private SwigDelegateOdGiDefaultContext_44 swigDelegate44;
757 private SwigDelegateOdGiDefaultContext_45 swigDelegate45;
758 private SwigDelegateOdGiDefaultContext_46 swigDelegate46;
759 private SwigDelegateOdGiDefaultContext_47 swigDelegate47;
760 private SwigDelegateOdGiDefaultContext_48 swigDelegate48;
761 private SwigDelegateOdGiDefaultContext_49 swigDelegate49;
762 private SwigDelegateOdGiDefaultContext_50 swigDelegate50;
763 private SwigDelegateOdGiDefaultContext_51 swigDelegate51;
764 private SwigDelegateOdGiDefaultContext_52 swigDelegate52;
765 private SwigDelegateOdGiDefaultContext_53 swigDelegate53;
766 private SwigDelegateOdGiDefaultContext_54 swigDelegate54;
767 private SwigDelegateOdGiDefaultContext_55 swigDelegate55;
768 private SwigDelegateOdGiDefaultContext_56 swigDelegate56;
769
770 private static global::System.Type[] swigMethodTypes0 = new global::System.Type[] { typeof(OdRxClass) };
771 private static global::System.Type[] swigMethodTypes1 = new global::System.Type[] { };
772 private static global::System.Type[] swigMethodTypes2 = new global::System.Type[] { };
773 private static global::System.Type[] swigMethodTypes3 = new global::System.Type[] { typeof(OdDbStub) };
774 private static global::System.Type[] swigMethodTypes4 = new global::System.Type[] { };
775 private static global::System.Type[] swigMethodTypes5 = new global::System.Type[] { };
776 private static global::System.Type[] swigMethodTypes6 = new global::System.Type[] { typeof(OdGiTextStyle) };
777 private static global::System.Type[] swigMethodTypes7 = new global::System.Type[] { typeof(OdGiCommonDraw), typeof(OdGePoint3d), typeof(int), typeof(OdGiTextStyle) };
778 private static global::System.Type[] swigMethodTypes8 = new global::System.Type[] { typeof(OdGiConveyorGeometry), typeof(OdGePoint3d), typeof(OdGeVector3d), typeof(OdGeVector3d), typeof(int), typeof(OdGiTextStyle), typeof(OdGeVector3d) };
779 private static global::System.Type[] swigMethodTypes9 = new global::System.Type[] { typeof(OdGiCommonDraw), typeof(OdGePoint3d), typeof(string), typeof(OdGiTextStyle), typeof(UInt32 /*SIMPLETYPE*/) };
780 private static global::System.Type[] swigMethodTypes10 = new global::System.Type[] { typeof(OdGiCommonDraw), typeof(OdGePoint3d), typeof(string), typeof(OdGiTextStyle) };
781 private static global::System.Type[] swigMethodTypes11 = new global::System.Type[] { typeof(OdGiCommonDraw), typeof(OdGePoint3d), typeof(double), typeof(double), typeof(double), typeof(String) };
782 private static global::System.Type[] swigMethodTypes12 = new global::System.Type[] { typeof(OdGiConveyorGeometry), typeof(OdGePoint3d), typeof(OdGeVector3d), typeof(OdGeVector3d), typeof(string), typeof(bool), typeof(OdGiTextStyle), typeof(OdGeVector3d) };
783 private static global::System.Type[] swigMethodTypes13 = new global::System.Type[] { typeof(OdGiTextStyle), typeof(string), typeof(UInt32 /*SIMPLETYPE*/), typeof(OdGePoint3d), typeof(OdGePoint3d), typeof(OdGePoint3d) };
784 private static global::System.Type[] swigMethodTypes14 = new global::System.Type[] { typeof(OdGiTextStyle), typeof(string), typeof(UInt32 /*SIMPLETYPE*/), typeof(OdGePoint3d), typeof(OdGePoint3d) };
785 private static global::System.Type[] swigMethodTypes15 = new global::System.Type[] { typeof(OdGiTextStyle), typeof(int), typeof(OdGePoint3d), typeof(OdGePoint3d) };
786 private static global::System.Type[] swigMethodTypes16 = new global::System.Type[] { typeof(OdDbStub) };
787 private static global::System.Type[] swigMethodTypes17 = new global::System.Type[] { };
788 private static global::System.Type[] swigMethodTypes18 = new global::System.Type[] { };
789 private static global::System.Type[] swigMethodTypes19 = new global::System.Type[] { };
790 private static global::System.Type[] swigMethodTypes20 = new global::System.Type[] { };
791 private static global::System.Type[] swigMethodTypes21 = new global::System.Type[] { };
792 private static global::System.Type[] swigMethodTypes22 = new global::System.Type[] { };
793 private static global::System.Type[] swigMethodTypes23 = new global::System.Type[] { };
794 private static global::System.Type[] swigMethodTypes24 = new global::System.Type[] { };
795 private static global::System.Type[] swigMethodTypes25 = new global::System.Type[] { };
796 private static global::System.Type[] swigMethodTypes26 = new global::System.Type[] { };
797 private static global::System.Type[] swigMethodTypes27 = new global::System.Type[] { typeof(OdGiContext.FadingType) };
798 private static global::System.Type[] swigMethodTypes28 = new global::System.Type[] { typeof(OdGiContext.GlyphType) };
799 private static global::System.Type[] swigMethodTypes29 = new global::System.Type[] { typeof(OdGiContext.LineWeightStyle) };
800 private static global::System.Type[] swigMethodTypes30 = new global::System.Type[] { typeof(UInt32 /*SIMPLETYPE*/), typeof(OdGiSelectionStyle) };
801 private static global::System.Type[] swigMethodTypes31 = new global::System.Type[] { typeof(OdGiContext.CoordinatesSystem) };
802 private static global::System.Type[] swigMethodTypes32 = new global::System.Type[] { typeof(OdDbStub) };
803 private static global::System.Type[] swigMethodTypes33 = new global::System.Type[] { typeof(IntPtr /*SIMPLETYPE*/), typeof(OdGiDrawable), typeof(UInt32 /*SIMPLETYPE*/) };
804 private static global::System.Type[] swigMethodTypes34 = new global::System.Type[] { };
805 private static global::System.Type[] swigMethodTypes35 = new global::System.Type[] { };
806 private static global::System.Type[] swigMethodTypes36 = new global::System.Type[] { };
807 private static global::System.Type[] swigMethodTypes37 = new global::System.Type[] { typeof(int), typeof(OdPsPlotStyleData) };
808 private static global::System.Type[] swigMethodTypes38 = new global::System.Type[] { typeof(OdDbStub), typeof(OdPsPlotStyleData) };
809 private static global::System.Type[] swigMethodTypes39 = new global::System.Type[] { typeof(UInt64 /*SIMPLETYPE*/) };
810 private static global::System.Type[] swigMethodTypes40 = new global::System.Type[] { typeof(OdDbStub) };
811 private static global::System.Type[] swigMethodTypes41 = new global::System.Type[] { typeof(OdDbStub) };
812 private static global::System.Type[] swigMethodTypes42 = new global::System.Type[] { typeof(OdRxObject), typeof(String) };
813 private static global::System.Type[] swigMethodTypes43 = new global::System.Type[] { typeof(OdRxObject), typeof(UInt64 /*SIMPLETYPE cstype*/) };
814 private static global::System.Type[] swigMethodTypes44 = new global::System.Type[] { };
815 private static global::System.Type[] swigMethodTypes45 = new global::System.Type[] { };
816 private static global::System.Type[] swigMethodTypes46 = new global::System.Type[] { };
817 private static global::System.Type[] swigMethodTypes47 = new global::System.Type[] { };
818 private static global::System.Type[] swigMethodTypes48 = new global::System.Type[] { };
819 private static global::System.Type[] swigMethodTypes49 = new global::System.Type[] { typeof(bool) };
820 private static global::System.Type[] swigMethodTypes50 = new global::System.Type[] { typeof(UInt32 /*SIMPLETYPE*/) };
821 private static global::System.Type[] swigMethodTypes51 = new global::System.Type[] { };
822 private static global::System.Type[] swigMethodTypes52 = new global::System.Type[] { };
823 private static global::System.Type[] swigMethodTypes53 = new global::System.Type[] { };
824 private static global::System.Type[] swigMethodTypes54 = new global::System.Type[] { typeof(bool) };
825 private static global::System.Type[] swigMethodTypes55 = new global::System.Type[] { };
826 private static global::System.Type[] swigMethodTypes56 = new global::System.Type[] { typeof(OdGiDefaultContext.SolidHatchAsPolygonMode) };
831 }
832
833}
834
835}
static global::System.Exception Retrieve()
static IntPtr OdGiDefaultContext_queryX(HandleRef jarg1, HandleRef jarg2)
static void OdGiDefaultContext_drawText__SWIG_0(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, global::System.Runtime.InteropServices.HandleRef jarg6, UInt32 jarg7)
static void OdGiDefaultContext_setHatchAsPolygonSwigExplicitOdGiDefaultContext(HandleRef jarg1, int jarg2)
static void OdGiDefaultContext_drawTextSwigExplicitOdGiDefaultContext__SWIG_3(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, [MarshalAs(UnmanagedType.LPWStr)]string jarg6, bool jarg8, global::System.Runtime.InteropServices.HandleRef jarg9, global::System.Runtime.InteropServices.HandleRef jarg10)
static bool OdGiDefaultContext_isZeroTextNormalsSwigExplicitOdGiDefaultContext(HandleRef jarg1)
static IntPtr OdGiDefaultContext_cast(HandleRef jarg1)
static void OdGiDefaultContext_drawText__SWIG_2(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4, double jarg5, double jarg6, [MarshalAs(UnmanagedType.LPWStr)]String jarg7)
static void OdGiDefaultContext_drawTextSwigExplicitOdGiDefaultContext__SWIG_2(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4, double jarg5, double jarg6, [MarshalAs(UnmanagedType.LPWStr)]String jarg7)
static void OdGiDefaultContext_textExtentsBoxSwigExplicitOdGiDefaultContext__SWIG_1(HandleRef jarg1, IntPtr jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, UInt32 jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7)
static void OdGiDefaultContext_drawTextSwigExplicitOdGiDefaultContext__SWIG_1(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, global::System.Runtime.InteropServices.HandleRef jarg6)
static IntPtr OdGiDefaultContext_isASwigExplicitOdGiDefaultContext(HandleRef jarg1)
static bool OdGiDefaultContext_useGsModel(HandleRef jarg1)
static global::System.IntPtr OdGiDefaultContext_getStubByIDSwigExplicitOdGiDefaultContext(HandleRef jarg1, UInt64 jarg2)
static void OdGiDefaultContext_setPlotGeneration(HandleRef jarg1, bool jarg2)
static IntPtr OdGiDefaultContext_getDatabaseByStub(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static UInt32 OdGiDefaultContext_paletteBackground(HandleRef jarg1)
static void delete_OdGiDefaultContext(HandleRef jarg1)
static void OdGiDefaultContext_drawTextSwigExplicitOdGiDefaultContext__SWIG_0(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, global::System.Runtime.InteropServices.HandleRef jarg6, UInt32 jarg7)
static UInt64 OdGiDefaultContext_getIDByStub(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiDefaultContext_drawShapeSwigExplicitOdGiDefaultContext__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, int jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8)
static IntPtr OdGiDefaultContext_queryXSwigExplicitOdGiDefaultContext(HandleRef jarg1, HandleRef jarg2)
static IntPtr OdGiDefaultContext_createObject()
static void OdGiDefaultContext_textExtentsBoxSwigExplicitOdGiDefaultContext__SWIG_0(HandleRef jarg1, IntPtr jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, UInt32 jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8)
static global::System.IntPtr OdGiDefaultContext_getStubByID(HandleRef jarg1, UInt64 jarg2)
static bool OdGiDefaultContext_useGsModelSwigExplicitOdGiDefaultContext(HandleRef jarg1)
static void OdGiDefaultContext_setHatchAsPolygon(HandleRef jarg1, int jarg2)
static string OdGiDefaultContext_getRealClassName(IntPtr jarg1)
static bool OdGiDefaultContext_isZeroTextNormals(HandleRef jarg1)
static void OdGiDefaultContext_shapeExtentsBox(HandleRef jarg1, IntPtr jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static IntPtr OdGiDefaultContext_isA(HandleRef jarg1)
static void OdGiDefaultContext_getDefaultTextStyle(HandleRef jarg1, IntPtr jarg2)
static void OdGiDefaultContext_drawText__SWIG_1(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, global::System.Runtime.InteropServices.HandleRef jarg6)
static IntPtr OdGiDefaultContext_desc()
static int OdGiDefaultContext_hatchAsPolygon(HandleRef jarg1)
static bool OdGiDefaultContext_supportVerticalTTFText(HandleRef jarg1)
static global::System.IntPtr OdGiDefaultContext_getOwnerIDByStubSwigExplicitOdGiDefaultContext(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdGiDefaultContext_getDatabaseByStubSwigExplicitOdGiDefaultContext(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiDefaultContext_drawShape__SWIG_0(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void OdGiDefaultContext_drawShapeSwigExplicitOdGiDefaultContext__SWIG_0(HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void OdGiDefaultContext_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_0 delegate0, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_1 delegate1, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_2 delegate2, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_3 delegate3, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_4 delegate4, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_5 delegate5, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_6 delegate6, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_7 delegate7, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_8 delegate8, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_9 delegate9, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_10 delegate10, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_11 delegate11, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_12 delegate12, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_13 delegate13, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_14 delegate14, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_15 delegate15, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_16 delegate16, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_17 delegate17, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_18 delegate18, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_19 delegate19, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_20 delegate20, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_21 delegate21, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_22 delegate22, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_23 delegate23, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_24 delegate24, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_25 delegate25, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_26 delegate26, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_27 delegate27, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_28 delegate28, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_29 delegate29, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_30 delegate30, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_31 delegate31, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_32 delegate32, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_33 delegate33, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_34 delegate34, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_35 delegate35, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_36 delegate36, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_37 delegate37, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_38 delegate38, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_39 delegate39, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_40 delegate40, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_41 delegate41, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_42 delegate42, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_43 delegate43, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_44 delegate44, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_45 delegate45, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_46 delegate46, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_47 delegate47, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_48 delegate48, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_49 delegate49, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_50 delegate50, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_51 delegate51, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_52 delegate52, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_53 delegate53, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_54 delegate54, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_55 delegate55, OdGiDefaultContext.SwigDelegateOdGiDefaultContext_56 delegate56)
static void OdGiDefaultContext_setPaletteBackground(HandleRef jarg1, UInt32 jarg2)
static void OdGiDefaultContext_getDefaultTextStyleSwigExplicitOdGiDefaultContext(HandleRef jarg1, IntPtr jarg2)
static int OdGiDefaultContext_hatchAsPolygonSwigExplicitOdGiDefaultContext(HandleRef jarg1)
static global::System.IntPtr OdGiDefaultContext_getOwnerIDByStub(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiDefaultContext_shapeExtentsBoxSwigExplicitOdGiDefaultContext(HandleRef jarg1, IntPtr jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void OdGiDefaultContext_drawShape__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, int jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8)
static void OdGiDefaultContext_enableGsModelSwigExplicitOdGiDefaultContext(HandleRef jarg1, bool jarg2)
static void OdGiDefaultContext_enableGsModel(HandleRef jarg1, bool jarg2)
static void OdGiDefaultContext_drawText__SWIG_3(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, [MarshalAs(UnmanagedType.LPWStr)]string jarg6, bool jarg8, global::System.Runtime.InteropServices.HandleRef jarg9, global::System.Runtime.InteropServices.HandleRef jarg10)
static bool OdGiDefaultContext_supportVerticalTTFTextSwigExplicitOdGiDefaultContext(HandleRef jarg1)
static void OdGiDefaultContext_textExtentsBox__SWIG_1(HandleRef jarg1, IntPtr jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, UInt32 jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7)
static void OdGiDefaultContext_textExtentsBox__SWIG_0(HandleRef jarg1, IntPtr jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, UInt32 jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, global::System.Runtime.InteropServices.HandleRef jarg8)
static HandleRef getCPtr(OdDbStub obj)
Definition: OdDbStub.cs:26
static HandleRef getCPtr(OdGePoint3d obj)
Definition: OdGePoint3d.cs:26
static HandleRef getCPtr(OdGeVector3d obj)
Definition: OdGeVector3d.cs:26
static HandleRef getCPtr(OdGiCommonDraw obj)
virtual UInt32 fadingIntensityPercentage(OdGiContext.FadingType fadingType)
Definition: OdGiContext.cs:278
virtual bool useTtfTriangleCache()
Definition: OdGiContext.cs:258
virtual OdGiContext.CoordinatesSystem customViewportGeometryCS(OdGiContext.CoordinatesSystem csType)
Definition: OdGiContext.cs:310
virtual OdGiDrawable openDrawable(OdDbStub drawableId)
Definition: OdGiContext.cs:122
virtual LineWeight defaultLineWeight()
Definition: OdGiContext.cs:142
virtual UInt32 drawableFilterFunction(IntPtr functionId, OdGiDrawable pDrawable, UInt32 nFlags)
Definition: OdGiContext.cs:324
virtual UInt32 antiAliasingMode()
Definition: OdGiContext.cs:443
virtual OdGiSectionGeometryManager getSectionGeometryManager()
Definition: OdGiContext.cs:423
virtual bool ttfPolyDraw()
Definition: OdGiContext.cs:332
virtual UInt32 glyphSize(OdGiContext.GlyphType glyphType)
Definition: OdGiContext.cs:286
virtual bool xrefPropertiesOverride()
Definition: OdGiContext.cs:451
virtual double commonLinetypeScale()
Definition: OdGiContext.cs:148
virtual uint circleZoomPercent(OdDbStub viewportId)
Definition: OdGiContext.cs:204
virtual bool regenAbort()
Definition: OdGiContext.cs:338
virtual bool multiplyByBlockLinetypeScales()
Definition: OdGiContext.cs:457
virtual bool fillMode()
Definition: OdGiContext.cs:238
virtual OdGiContext.PStyleType plotStyleType()
Definition: OdGiContext.cs:344
virtual OdRxObject database()
Definition: OdGiContext.cs:115
virtual UInt32 displaySilhouettes()
Definition: OdGiContext.cs:403
virtual bool fillTtf()
Definition: OdGiContext.cs:224
virtual void plotStyle(int penNumber, OdPsPlotStyleData plotStyleData)
Definition: OdGiContext.cs:350
virtual UInt32 lineWeightConfiguration(OdGiContext.LineWeightStyle styleEntry)
Definition: OdGiContext.cs:294
virtual OdDbStub getStubByMaterialId(OdRxObject pBaseDb, UInt64 materialId)
Definition: OdGiContext.cs:396
virtual UInt32 numberOfIsolines()
Definition: OdGiContext.cs:230
virtual bool quickTextMode()
Definition: OdGiContext.cs:244
virtual UInt32 selectionStyle(UInt32 nStyle, OdGiSelectionStyle selStyle)
Definition: OdGiContext.cs:302
virtual UInt32 imageSelectionBehavior()
Definition: OdGiContext.cs:270
virtual OdDbStub getStubByMatName(OdRxObject pBaseDb, String strMatName)
Definition: OdGiContext.cs:389
virtual IntPtr drawableFilterFunctionId(OdDbStub viewportId)
Definition: OdGiContext.cs:316
virtual UInt32 textQuality()
Definition: OdGiContext.cs:250
virtual bool isPlotGeneration()
Definition: OdGiContext.cs:210
virtual OdGiContext.ImageQuality imageQuality()
Definition: OdGiContext.cs:264
delegate void SwigDelegateOdGiDefaultContext_7(IntPtr pDraw, global::System.IntPtr position, int shapeNumber, global::System.IntPtr pTextStyle)
delegate void SwigDelegateOdGiDefaultContext_9(IntPtr pDraw, global::System.IntPtr position, [MarshalAs(UnmanagedType.LPWStr)]string msg, global::System.IntPtr pTextStyle, UInt32 flags)
delegate bool SwigDelegateOdGiDefaultContext_47()
delegate global::System.IntPtr SwigDelegateOdGiDefaultContext_39(UInt64 persistentId)
delegate bool SwigDelegateOdGiDefaultContext_48()
delegate UInt32 SwigDelegateOdGiDefaultContext_46()
delegate void SwigDelegateOdGiDefaultContext_37(int penNumber, global::System.IntPtr plotStyleData)
override void Dispose(bool disposing)
delegate global::System.IntPtr SwigDelegateOdGiDefaultContext_41(global::System.IntPtr objectId)
static string getRealClassName(IntPtr ptr)
delegate UInt32 SwigDelegateOdGiDefaultContext_18()
delegate bool SwigDelegateOdGiDefaultContext_52()
delegate uint SwigDelegateOdGiDefaultContext_16(global::System.IntPtr viewportId)
delegate void SwigDelegateOdGiDefaultContext_13(IntPtr textStyle, [MarshalAs(UnmanagedType.LPWStr)]string msg, UInt32 flags, global::System.IntPtr min, global::System.IntPtr max, global::System.IntPtr pEndPos)
virtual void setPaletteBackground(UInt32 paletteBackground)
override void drawText(OdGiCommonDraw pDraw, OdGePoint3d position, double height, double width, double oblique, String msg)
delegate double SwigDelegateOdGiDefaultContext_5()
override void getDefaultTextStyle(OdGiTextStyle textStyle)
delegate UInt32 SwigDelegateOdGiDefaultContext_28(int glyphType)
delegate void SwigDelegateOdGiDefaultContext_49(bool plotGeneration)
override void shapeExtentsBox(OdGiTextStyle textStyle, int shapeNumber, OdGePoint3d min, OdGePoint3d max)
override UInt64 getIDByStub(OdDbStub objectId)
delegate void SwigDelegateOdGiDefaultContext_12(global::System.IntPtr pDest, global::System.IntPtr position, global::System.IntPtr direction, global::System.IntPtr upVector, [MarshalAs(UnmanagedType.LPWStr)]string msg, bool raw, global::System.IntPtr pTextStyle, global::System.IntPtr pExtrusion)
delegate UInt32 SwigDelegateOdGiDefaultContext_26()
delegate bool SwigDelegateOdGiDefaultContext_22()
delegate IntPtr SwigDelegateOdGiDefaultContext_0(IntPtr protocolClass)
override OdRxObject getDatabaseByStub(OdDbStub objectId)
delegate void SwigDelegateOdGiDefaultContext_10(IntPtr pDraw, global::System.IntPtr position, [MarshalAs(UnmanagedType.LPWStr)]string msg, global::System.IntPtr pTextStyle)
delegate void SwigDelegateOdGiDefaultContext_14(IntPtr textStyle, [MarshalAs(UnmanagedType.LPWStr)]string msg, UInt32 flags, global::System.IntPtr min, global::System.IntPtr max)
delegate UInt32 SwigDelegateOdGiDefaultContext_23()
delegate UInt32 SwigDelegateOdGiDefaultContext_33(IntPtr functionId, IntPtr pDrawable, UInt32 nFlags)
delegate global::System.IntPtr SwigDelegateOdGiDefaultContext_43(IntPtr pBaseDb, UInt64 materialId)
delegate bool SwigDelegateOdGiDefaultContext_17()
override void textExtentsBox(OdGiTextStyle textStyle, string msg, UInt32 flags, OdGePoint3d min, OdGePoint3d max)
override OdDbStub getStubByID(UInt64 persistentId)
delegate IntPtr SwigDelegateOdGiDefaultContext_40(global::System.IntPtr objectId)
override void textExtentsBox(OdGiTextStyle textStyle, string msg, UInt32 flags, OdGePoint3d min, OdGePoint3d max, OdGePoint3d pEndPos)
delegate bool SwigDelegateOdGiDefaultContext_35()
override void drawText(OdGiConveyorGeometry pDest, OdGePoint3d position, OdGeVector3d direction, OdGeVector3d upVector, string msg, bool raw, OdGiTextStyle pTextStyle, OdGeVector3d pExtrusion)
override void drawText(OdGiCommonDraw pDraw, OdGePoint3d position, string msg, OdGiTextStyle pTextStyle, UInt32 flags)
delegate bool SwigDelegateOdGiDefaultContext_51()
delegate void SwigDelegateOdGiDefaultContext_38(global::System.IntPtr objectId, global::System.IntPtr plotStyleData)
delegate int SwigDelegateOdGiDefaultContext_25()
static new OdGiDefaultContext createObject()
virtual OdGiDefaultContext.SolidHatchAsPolygonMode hatchAsPolygon()
delegate global::System.IntPtr SwigDelegateOdGiDefaultContext_42(IntPtr pBaseDb, [MarshalAs(UnmanagedType.LPWStr)]String strMatName)
virtual Teigha.Core.OdGiContext.ImageQuality vb_imageQuality()
delegate IntPtr SwigDelegateOdGiDefaultContext_32(global::System.IntPtr viewportId)
override void drawText(OdGiCommonDraw pDraw, OdGePoint3d position, string msg, OdGiTextStyle pTextStyle)
delegate bool SwigDelegateOdGiDefaultContext_21()
delegate void SwigDelegateOdGiDefaultContext_8(global::System.IntPtr pDest, global::System.IntPtr position, global::System.IntPtr direction, global::System.IntPtr upVector, int shapeNumber, global::System.IntPtr pTextStyle, global::System.IntPtr pExtrusion)
virtual void enableGsModel(bool enable)
delegate IntPtr SwigDelegateOdGiDefaultContext_2()
virtual void setPlotGeneration(bool plotGeneration)
delegate UInt32 SwigDelegateOdGiDefaultContext_30(UInt32 nStyle, global::System.IntPtr selStyle)
delegate int SwigDelegateOdGiDefaultContext_36()
virtual void setHatchAsPolygon(OdGiDefaultContext.SolidHatchAsPolygonMode mode)
static HandleRef getCPtr(OdGiDefaultContext obj)
delegate bool SwigDelegateOdGiDefaultContext_24()
delegate bool SwigDelegateOdGiDefaultContext_34()
delegate void SwigDelegateOdGiDefaultContext_50(UInt32 paletteBackground)
override OdDbStub getOwnerIDByStub(OdDbStub objectId)
delegate UInt32 SwigDelegateOdGiDefaultContext_27(int fadingType)
delegate int SwigDelegateOdGiDefaultContext_4()
delegate int SwigDelegateOdGiDefaultContext_55()
delegate void SwigDelegateOdGiDefaultContext_15(IntPtr textStyle, int shapeNumber, global::System.IntPtr min, global::System.IntPtr max)
delegate UInt32 SwigDelegateOdGiDefaultContext_44()
delegate void SwigDelegateOdGiDefaultContext_56(int mode)
delegate void SwigDelegateOdGiDefaultContext_54(bool enable)
delegate UInt32 SwigDelegateOdGiDefaultContext_29(int styleEntry)
delegate int SwigDelegateOdGiDefaultContext_31(int csType)
delegate UInt32 SwigDelegateOdGiDefaultContext_20()
override OdRxObject queryX(OdRxClass protocolClass)
delegate IntPtr SwigDelegateOdGiDefaultContext_45()
delegate void SwigDelegateOdGiDefaultContext_6(IntPtr textStyle)
delegate IntPtr SwigDelegateOdGiDefaultContext_3(global::System.IntPtr drawableId)
static OdGiDefaultContext cast(OdRxObject pObj)
override void drawShape(OdGiConveyorGeometry pDest, OdGePoint3d position, OdGeVector3d direction, OdGeVector3d upVector, int shapeNumber, OdGiTextStyle pTextStyle, OdGeVector3d pExtrusion)
delegate void SwigDelegateOdGiDefaultContext_11(IntPtr pDraw, global::System.IntPtr position, double height, double width, double oblique, [MarshalAs(UnmanagedType.LPWStr)]String msg)
override void drawShape(OdGiCommonDraw pDraw, OdGePoint3d position, int shapeNumber, OdGiTextStyle pTextStyle)
delegate bool SwigDelegateOdGiDefaultContext_19()
OdGiDefaultContext(IntPtr cPtr, bool cMemoryOwn)
delegate IntPtr SwigDelegateOdGiDefaultContext_1()
delegate bool SwigDelegateOdGiDefaultContext_53()
static HandleRef getCPtr(OdGiTextStyle obj)
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
global::System.Runtime.InteropServices.HandleRef GetInterfaceCPtr()