Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
CFxView.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 PCAD_DOT_NET {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16using Teigha.TD;
17
18public class CFxView : OdGsView {
19 private Object locker = new Object();
20 private HandleRef swigCPtr;
21 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
22 public CFxView(IntPtr cPtr, bool cMemoryOwn) : base(PCADGlobalsPINVOKE.CFxView_SWIGUpcast(cPtr), cMemoryOwn) {
23 swigCPtr = new HandleRef(this, cPtr);
24 }
25
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 public static HandleRef getCPtr(CFxView obj) {
28 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
29 }
30
31 protected override void Dispose(bool disposing) {
32 lock(this) {
33 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
34 if (swigCMemOwn) {
35 swigCMemOwn = false;
37 }
38 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
39 }
40 base.Dispose(disposing);
41 }
42 }
43
47 return ret;
48 }
49
50 public new static OdRxClass desc() {
51 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),PCADGlobalsPINVOKE.CFxView_desc(),false); /*createInt 3_2*/
52
54 return ret;
55}
56
57 public override OdRxClass isA() {
58 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),PCADGlobalsPINVOKE.CFxView_isA(swigCPtr),false); /*createInt 3_2*/
59
61 return ret;
62}
63
64 public override OdRxObject queryX(OdRxClass protocolClass) {
65 OdRxObject ret = (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),PCADGlobalsPINVOKE.CFxView_queryX(swigCPtr, OdRxClass.getCPtr(protocolClass)),false); /*createInt 3_2*/
66
68 return ret;
69}
70
74 return ret;
75 }
76
78 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxView_GetFxVectorizeDevice__SWIG_0(swigCPtr);
79 CFxVectorizeDevice ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxVectorizeDevice(cPtr, false);
81 return ret;
82 }
83
85// csout array
87
89 return res;
90}
91
93// csout array
95
97 return res;
98}
99
100 public virtual bool IsOverall() {
101 bool ret = PCADGlobalsPINVOKE.CFxView_IsOverall(swigCPtr);
103 return ret;
104 }
105
106 public virtual bool IsPaperSpaceOverall() {
109 return ret;
110 }
111
112 public virtual bool IsActive() {
113 bool ret = PCADGlobalsPINVOKE.CFxView_IsActive(swigCPtr);
115 return ret;
116 }
117
118 public virtual bool SetPreviousData() {
119 bool ret = PCADGlobalsPINVOKE.CFxView_SetPreviousData(swigCPtr);
121 return ret;
122 }
123
124 public virtual void StartTransaction() {
127 }
128
129 public virtual void EndTransaction() {
132 }
133
134 public virtual bool InsideTransaction() {
137 return ret;
138 }
139
140 public virtual int PointToWCS(OdGsDCPoint pointSCS, OdGePlane plane, OdGePoint3d pointWCS) {
143 return ret;
144 }
145
146 public virtual int PointToWCS(SWIGTYPE_p_CFxPointF pointSCS, OdGePlane plane, OdGePoint3d pointWCS) {
147 int ret = PCADGlobalsPINVOKE.CFxView_PointToWCS__SWIG_1(swigCPtr, SWIGTYPE_p_CFxPointF.getCPtr(pointSCS), OdGePlane.getCPtr(plane), OdGePoint3d.getCPtr(pointWCS));
149 return ret;
150 }
151
152 public virtual int PointToWCSOnUCS(OdGsDCPoint pointSCS, OdGePoint3d pointWCS) {
155 return ret;
156 }
157
158 public virtual int PointToWCSOnUCS(OdGePoint3d pointSCS, OdGePoint3d pointWCS) {
161 return ret;
162 }
163
164 public virtual int PointToWCSOnUCS(OdGePoint2d pointSCS, OdGePoint3d pointWCS) {
167 return ret;
168 }
169
170 public virtual void PointToSCS(OdGePoint3d pointWCS, OdGsDCPoint pointSCS) {
173 }
174
175 public virtual void PointToSCS(OdGePoint3d pointWCS, SWIGTYPE_p_CFxPoint pointSCS) {
178 }
179
180 public virtual void PointToSCS(OdGePoint3d pointWCS, SWIGTYPE_p_CFxPointF pointSCS) {
183 }
184
185 public virtual int PointToView(OdGsDCPoint pointSCS, OdGePoint2d viewPt) {
188 return ret;
189 }
190
191 public virtual int PointToView(OdGePoint2d pointSCS, OdGePoint2d viewPt) {
194 return ret;
195 }
196
197 public virtual OdGeMatrix3d EyeToPaperSpace() {
200 return ret;
201 }
202
203 public static OdGeMatrix3d EyeToPaperSpace(OdDbObjectId idViewport) {
206 return ret;
207 }
208
209 public virtual OdGeMatrix3d PaperSpaceToEye() {
212 return ret;
213 }
214
215 public static OdGeMatrix3d PaperSpaceToEye(OdDbObjectId idViewport) {
218 return ret;
219 }
220
224 return ret;
225 }
226
227 public virtual int GetVpNum() {
228 int ret = PCADGlobalsPINVOKE.CFxView_GetVpNum(swigCPtr);
230 return ret;
231 }
232
233 public virtual Int16 GetCadWindowId() {
234// test csout
235 /*SIMPLETYPE*/
236 Int16 ret = PCADGlobalsPINVOKE.CFxView_GetCadWindowId(swigCPtr);
238 return ret;
239 }
240
242 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxView_GetPreviousViewSettings(swigCPtr);
243 CFxViewportSnapShot ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxViewportSnapShot(cPtr, false);
245 return ret;
246 }
247
248 public virtual void AddViewReactor(CFxViewReactor pReactor) {
251 }
252
253 public virtual void RemoveViewReactor(CFxViewReactor pReactor) {
256 }
257
258 public virtual void SetElevation(double dElev) {
261 }
262
263 public virtual double Elevation() {
264 double ret = PCADGlobalsPINVOKE.CFxView_Elevation(swigCPtr);
266 return ret;
267 }
268
269 public virtual bool IsRectangular() {
270 bool ret = PCADGlobalsPINVOKE.CFxView_IsRectangular(swigCPtr);
272 return ret;
273 }
274
275 public virtual bool ViewExtentsWCS(OdGeBoundBlock3d extents) {
278 return ret;
279 }
280
281 public virtual bool ZoomExtentsWCS(OdGeBoundBlock3d pExtents) {
284 return ret;
285 }
286
287 public virtual void EnterDragMode() {
290 }
291
292 public virtual bool IsDragging() {
293 bool ret = PCADGlobalsPINVOKE.CFxView_IsDragging(swigCPtr);
295 return ret;
296 }
297
298 public virtual void LeaveDragMode() {
301 }
302
303 public virtual OdGeExtents3d GetRealExtents(bool /*SIMPLETYPE*/ abortFlag) {
304 OdGeExtents3d ret = new OdGeExtents3d(PCADGlobalsPINVOKE.CFxView_GetRealExtents__SWIG_0(swigCPtr, abortFlag /*SIMPLETYPE*/), true);
306 return ret;
307 }
308
309 public virtual OdGeExtents3d GetRealExtents() {
312 return ret;
313 }
314
315 public virtual bool GetGeomExtents(OdGeBoundBlock3d bounds, bool /*SIMPLETYPE*/ abortFlag) {
316 bool ret = PCADGlobalsPINVOKE.CFxView_GetGeomExtents__SWIG_0(swigCPtr, OdGeBoundBlock3d.getCPtr(bounds), abortFlag /*SIMPLETYPE*/);
318 return ret;
319 }
320
321 public virtual bool GetGeomExtents(OdGeBoundBlock3d bounds) {
324 return ret;
325 }
326
327 public virtual void SetPanMode(bool bVal) {
330 }
331
332 public virtual bool IsPanMode() {
333 bool ret = PCADGlobalsPINVOKE.CFxView_IsPanMode(swigCPtr);
335 return ret;
336 }
337
338 public virtual void SetZoomMode(bool bVal) {
341 }
342
343 public virtual bool IsZoomMode() {
344 bool ret = PCADGlobalsPINVOKE.CFxView_IsZoomMode(swigCPtr);
346 return ret;
347 }
348
349 public virtual void SetOrbitMode(bool bVal) {
352 }
353
354 public virtual bool IsOrbitMode() {
355 bool ret = PCADGlobalsPINVOKE.CFxView_IsOrbitMode(swigCPtr);
357 return ret;
358 }
359
360 public virtual bool IsPreviousVectorizationAborted() {
363 return ret;
364 }
365
366 public virtual OdGeVector3d viewDir() {
369 return ret;
370 }
371
372 public virtual double focalLength() {
373 double ret = PCADGlobalsPINVOKE.CFxView_focalLength(swigCPtr);
375 return ret;
376 }
377
381 return ret;
382 }
383
387 return ret;
388 }
389
393 return ret;
394 }
395
396 public virtual double GetDeviation(OdGiDeviationType deviationType, OdGePoint3d pointOnCurve) {
397 double ret = PCADGlobalsPINVOKE.CFxView_GetDeviation(swigCPtr, (int)deviationType, OdGePoint3d.getCPtr(pointOnCurve));
399 return ret;
400 }
401
402 public virtual void screenRect(OdGsDCPoint lowerLeft, OdGsDCPoint upperRight) {
405 }
406
407 public virtual void screenRect(OdGePoint2d lowerLeft, OdGePoint2d upperRight) {
410 }
411
415 return ret;
416 }
417
421 return ret;
422 }
423
424 public virtual double screenWidth() {
425 double ret = PCADGlobalsPINVOKE.CFxView_screenWidth(swigCPtr);
427 return ret;
428 }
429
430 public virtual double screenHeight() {
431 double ret = PCADGlobalsPINVOKE.CFxView_screenHeight(swigCPtr);
433 return ret;
434 }
435
436 public virtual double visibleWidth() {
437 double ret = PCADGlobalsPINVOKE.CFxView_visibleWidth(swigCPtr);
439 return ret;
440 }
441
442 public virtual double visibleHeight() {
443 double ret = PCADGlobalsPINVOKE.CFxView_visibleHeight(swigCPtr);
445 return ret;
446 }
447
448 public virtual OdDbStub viewportObjectId() {
449 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxView_viewportObjectId(swigCPtr);
450 OdDbStub ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdDbStub(cPtr, false);
452 return ret;
453 }
454
458 return ret;
459 }
460
461 public virtual uint numDrawables() {
462 uint ret = PCADGlobalsPINVOKE.CFxView_numDrawables(swigCPtr);
464 return ret;
465 }
466
467 public virtual OdGiDrawable drawableAt(uint iIndex) {// OdGiDrawablePtr
468 MemoryManager mMan = MemoryManager.GetMemoryManager();
469 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
470 IntPtr ptr = PCADGlobalsPINVOKE.CFxView_drawableAt(swigCPtr, iIndex);
471
472 OdGiDrawable ret = null;
473 if (null != mTrans)
474 {
475 mTrans.AddObject((OdGiDrawable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDrawable),ptr, true));
476 ret = (OdGiDrawable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDrawable),ptr, false);
477 }
478 else
479 {
480 ret = (OdGiDrawable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDrawable),ptr, true);
481 }
482
484 return ret;
485}
486
487 public virtual bool IsFieldAspectMaintained() {
490 return ret;
491 }
492
493 public virtual void SetFieldAspectMaintained(bool arg0) {
496 }
497
498}
499
500}
virtual int GetVpNum()
Definition: CFxView.cs:227
static SWIGTYPE_p_OdSmartPtrT_CFxView_t createObject()
Definition: CFxView.cs:71
virtual void screenRect(OdGePoint2d lowerLeft, OdGePoint2d upperRight)
Definition: CFxView.cs:407
virtual int PointToWCSOnUCS(OdGePoint2d pointSCS, OdGePoint3d pointWCS)
Definition: CFxView.cs:164
virtual bool IsPaperSpaceOverall()
Definition: CFxView.cs:106
virtual void SetPanMode(bool bVal)
Definition: CFxView.cs:327
virtual double screenWidth()
Definition: CFxView.cs:424
virtual bool IsOverall()
Definition: CFxView.cs:100
virtual bool IsRectangular()
Definition: CFxView.cs:269
virtual double Elevation()
Definition: CFxView.cs:263
virtual OdGeMatrix3d EyeToPaperSpace()
Definition: CFxView.cs:197
virtual void EndTransaction()
Definition: CFxView.cs:129
virtual void StartTransaction()
Definition: CFxView.cs:124
virtual OdGeMatrix3d getEyeToScreenMatrix()
Definition: CFxView.cs:390
override OdRxClass isA()
Definition: CFxView.cs:57
virtual OdGeExtents3d GetRealExtents()
Definition: CFxView.cs:309
virtual int PointToWCS(SWIGTYPE_p_CFxPointF pointSCS, OdGePlane plane, OdGePoint3d pointWCS)
Definition: CFxView.cs:146
virtual int PointToWCS(OdGsDCPoint pointSCS, OdGePlane plane, OdGePoint3d pointWCS)
Definition: CFxView.cs:140
virtual bool IsOrbitMode()
Definition: CFxView.cs:354
virtual OdGsDCRectDouble visibleScreenRectInViewCoordinates()
Definition: CFxView.cs:418
static HandleRef getCPtr(CFxView obj)
Definition: CFxView.cs:27
virtual bool SetPreviousData()
Definition: CFxView.cs:118
virtual OdGeExtents3d GetRealExtents(bool abortFlag)
Definition: CFxView.cs:303
virtual void PointToSCS(OdGePoint3d pointWCS, OdGsDCPoint pointSCS)
Definition: CFxView.cs:170
virtual OdGePoint3dArray GetViewportExternalRegionWCS()
Definition: CFxView.cs:92
virtual bool IsPanMode()
Definition: CFxView.cs:332
virtual OdGeMatrix3d PaperSpaceToEye()
Definition: CFxView.cs:209
virtual OdGsDCRectDouble visibleScreenRect()
Definition: CFxView.cs:412
virtual int PointToWCSOnUCS(OdGePoint3d pointSCS, OdGePoint3d pointWCS)
Definition: CFxView.cs:158
virtual void EnterDragMode()
Definition: CFxView.cs:287
virtual bool ViewExtentsWCS(OdGeBoundBlock3d extents)
Definition: CFxView.cs:275
static OdGeMatrix3d EyeToPaperSpace(OdDbObjectId idViewport)
Definition: CFxView.cs:203
virtual void AddViewReactor(CFxViewReactor pReactor)
Definition: CFxView.cs:248
virtual int PointToView(OdGsDCPoint pointSCS, OdGePoint2d viewPt)
Definition: CFxView.cs:185
virtual OdGePoint3dArray GetViewportInternalRegionWCS()
Definition: CFxView.cs:84
static OdGeMatrix3d WorldToView(OdDbObjectId id)
Definition: CFxView.cs:221
virtual OdGeMatrix3d getEyeToWorldTransform()
Definition: CFxView.cs:384
virtual double GetDeviation(OdGiDeviationType deviationType, OdGePoint3d pointOnCurve)
Definition: CFxView.cs:396
virtual void screenRect(OdGsDCPoint lowerLeft, OdGsDCPoint upperRight)
Definition: CFxView.cs:402
virtual double screenHeight()
Definition: CFxView.cs:430
virtual int PointToWCSOnUCS(OdGsDCPoint pointSCS, OdGePoint3d pointWCS)
Definition: CFxView.cs:152
virtual bool GetGeomExtents(OdGeBoundBlock3d bounds)
Definition: CFxView.cs:321
virtual double visibleWidth()
Definition: CFxView.cs:436
static OdGeMatrix3d PaperSpaceToEye(OdDbObjectId idViewport)
Definition: CFxView.cs:215
virtual OdGeMatrix3d getWorldToEyeTransform()
Definition: CFxView.cs:378
virtual bool IsPreviousVectorizationAborted()
Definition: CFxView.cs:360
virtual bool IsZoomMode()
Definition: CFxView.cs:343
CFxView(IntPtr cPtr, bool cMemoryOwn)
Definition: CFxView.cs:22
virtual void RemoveViewReactor(CFxViewReactor pReactor)
Definition: CFxView.cs:253
static new OdRxClass desc()
Definition: CFxView.cs:50
virtual OdGeVector3d viewDir()
Definition: CFxView.cs:366
virtual OdGiDrawable drawableAt(uint iIndex)
Definition: CFxView.cs:467
override void Dispose(bool disposing)
Definition: CFxView.cs:31
virtual CFxViewportSnapShot GetPreviousViewSettings()
Definition: CFxView.cs:241
virtual OdDbStub viewportObjectId()
Definition: CFxView.cs:448
virtual int PointToView(OdGePoint2d pointSCS, OdGePoint2d viewPt)
Definition: CFxView.cs:191
virtual void SetFieldAspectMaintained(bool arg0)
Definition: CFxView.cs:493
override OdRxObject queryX(OdRxClass protocolClass)
Definition: CFxView.cs:64
virtual void LeaveDragMode()
Definition: CFxView.cs:298
virtual void PointToSCS(OdGePoint3d pointWCS, SWIGTYPE_p_CFxPointF pointSCS)
Definition: CFxView.cs:180
virtual bool GetGeomExtents(OdGeBoundBlock3d bounds, bool abortFlag)
Definition: CFxView.cs:315
virtual void PointToSCS(OdGePoint3d pointWCS, SWIGTYPE_p_CFxPoint pointSCS)
Definition: CFxView.cs:175
virtual bool IsFieldAspectMaintained()
Definition: CFxView.cs:487
virtual void SetOrbitMode(bool bVal)
Definition: CFxView.cs:349
virtual void SetZoomMode(bool bVal)
Definition: CFxView.cs:338
virtual double focalLength()
Definition: CFxView.cs:372
virtual Int16 GetCadWindowId()
Definition: CFxView.cs:233
virtual bool InsideTransaction()
Definition: CFxView.cs:134
virtual bool ZoomExtentsWCS(OdGeBoundBlock3d pExtents)
Definition: CFxView.cs:281
virtual bool IsDragging()
Definition: CFxView.cs:292
virtual bool IsActive()
Definition: CFxView.cs:112
virtual double visibleHeight()
Definition: CFxView.cs:442
virtual uint numDrawables()
Definition: CFxView.cs:461
virtual OdGeMatrix3d GetCorrectionScreenMatrix()
Definition: CFxView.cs:455
virtual void SetElevation(double dElev)
Definition: CFxView.cs:258
virtual CFxVectorizeDevice GetFxVectorizeDevice()
Definition: CFxView.cs:77
static SWIGTYPE_p_OdSmartPtrT_CFxView_t cast(OdRxObject pObj)
Definition: CFxView.cs:44
static HandleRef getCPtr(CFxViewReactor obj)
static void CFxView_EndTransaction(global::System.Runtime.InteropServices.HandleRef jarg1)
static int CFxView_PointToWCSOnUCS__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void CFxView_SetFieldAspectMaintained(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static int CFxView_PointToWCSOnUCS__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool CFxView_IsDragging(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxView_InsideTransaction(global::System.Runtime.InteropServices.HandleRef jarg1)
static int CFxView_GetVpNum(global::System.Runtime.InteropServices.HandleRef jarg1)
static int CFxView_PointToWCS__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static bool CFxView_ZoomExtentsWCS(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxView_PointToSCS__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr CFxView_GetViewportExternalRegionWCS(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxView_SetElevation(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void CFxView_EnterDragMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxView_cast(HandleRef jarg1)
static double CFxView_screenHeight(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxView_IsPaperSpaceOverall(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxView_screenRect__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr CFxView_viewportObjectId(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxView_GetDeviation(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void CFxView_screenRect__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static int CFxView_PointToWCSOnUCS__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool CFxView_IsActive(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxView_SetPanMode(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static global::System.IntPtr CFxView_PaperSpaceToEye__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxView_GetRealExtents__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr CFxView_drawableAt(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)
static bool CFxView_SetPreviousData(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxView_LeaveDragMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxView_AddViewReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool CFxView_GetGeomExtents__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxView_SetOrbitMode(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static int CFxView_PointToView__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool CFxView_IsOrbitMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxView_screenWidth(global::System.Runtime.InteropServices.HandleRef jarg1)
static uint CFxView_numDrawables(global::System.Runtime.InteropServices.HandleRef jarg1)
static int CFxView_PointToView__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static IntPtr CFxView_isA(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxView_EyeToPaperSpace__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxView_StartTransaction(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxView_ViewExtentsWCS(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr CFxView_getEyeToWorldTransform(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxView_visibleScreenRectInViewCoordinates(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxView_GetPreviousViewSettings(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxView_visibleScreenRect(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxView_getEyeToScreenMatrix(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxView_GetFxVectorizeDevice__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxView_viewDir(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxView_focalLength(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxView_IsOverall(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxView_IsFieldAspectMaintained(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr CFxView_queryX(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static global::System.IntPtr CFxView_GetRealExtents__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxView_IsPreviousVectorizationAborted(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxView_visibleHeight(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxView_WorldToView(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxView_RemoveViewReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void delete_CFxView(global::System.Runtime.InteropServices.HandleRef jarg1)
static int CFxView_PointToWCS__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static global::System.IntPtr CFxView_createObject()
static global::System.IntPtr CFxView_PaperSpaceToEye__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxView_visibleWidth(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxView_PointToSCS__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool CFxView_IsZoomMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxView_getWorldToEyeTransform(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxView_IsRectangular(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxView_Elevation(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxView_SetZoomMode(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static global::System.IntPtr CFxView_GetViewportInternalRegionWCS(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxView_IsPanMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int16 CFxView_GetCadWindowId(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxView_GetCorrectionScreenMatrix(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxView_EyeToPaperSpace__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxView_GetGeomExtents__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static void CFxView_PointToSCS__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static HandleRef getCPtr(OdGeBoundBlock3d obj)
static HandleRef getCPtr(OdGePlane obj)
Definition: OdGePlane.cs:25
static HandleRef getCPtr(OdGePoint2d obj)
Definition: OdGePoint2d.cs:26
static HandleRef getCPtr(OdGePoint3d obj)
Definition: OdGePoint3d.cs:26
static HandleRef getCPtr(OdGsDCPoint obj)
Definition: OdGsDCPoint.cs:26
static HandleRef getCPtr(OdRxClass obj)
Definition: OdRxClass.cs:25
static HandleRef getCPtr(OdRxObject obj)
Definition: OdRxObject.cs:26
static HandleRef getCPtr(OdDbObjectId obj)
Definition: OdDbObjectId.cs:27