Extended .NET SDK Documentation 2025 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
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
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
91
99
100 public virtual bool IsOverall() {
101 bool ret = PCADGlobalsPINVOKE.CFxView_IsOverall(swigCPtr);
103 return ret;
104 }
105
111
112 public virtual bool IsActive() {
113 bool ret = PCADGlobalsPINVOKE.CFxView_IsActive(swigCPtr);
115 return ret;
116 }
117
123
128
133
138
144
145 public virtual int PointToWCS(OdGsDCPoint pointSCS, OdGePlane plane, OdGePoint3d pointWCS) {
148 return ret;
149 }
150
151 public virtual int PointToWCS(SWIGTYPE_p_CFxPointF pointSCS, OdGePlane plane, OdGePoint3d pointWCS) {
152 int ret = PCADGlobalsPINVOKE.CFxView_PointToWCS__SWIG_1(swigCPtr, SWIGTYPE_p_CFxPointF.getCPtr(pointSCS), OdGePlane.getCPtr(plane), OdGePoint3d.getCPtr(pointWCS));
154 return ret;
155 }
156
162
168
174
179
184
189
190 public virtual int PointToView(OdGsDCPoint pointSCS, OdGePoint2d viewPt) {
193 return ret;
194 }
195
196 public virtual int PointToView(OdGePoint2d pointSCS, OdGePoint2d viewPt) {
199 return ret;
200 }
201
207
213
219
225
231
232 public virtual uint GetVpNum() {
233 uint ret = PCADGlobalsPINVOKE.CFxView_GetVpNum(swigCPtr);
235 return ret;
236 }
237
238 public virtual Int16 GetCadWindowId() {
239// test csout
240 /*SIMPLETYPE*/
241 Int16 ret = PCADGlobalsPINVOKE.CFxView_GetCadWindowId(swigCPtr);
243 return ret;
244 }
245
247 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxView_GetPreviousViewSettings(swigCPtr);
248 CFxViewportSnapShot ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxViewportSnapShot(cPtr, false);
250 return ret;
251 }
252
257
262
267
268 public virtual double Elevation() {
269 double ret = PCADGlobalsPINVOKE.CFxView_Elevation(swigCPtr);
271 return ret;
272 }
273
274 public virtual bool IsRectangular() {
275 bool ret = PCADGlobalsPINVOKE.CFxView_IsRectangular(swigCPtr);
277 return ret;
278 }
279
285
291
296
297 public virtual bool IsDragging() {
298 bool ret = PCADGlobalsPINVOKE.CFxView_IsDragging(swigCPtr);
300 return ret;
301 }
302
307
308 public virtual OdGeExtents3d GetRealExtents(bool abortFlag) {
309 OdGeExtents3d ret = new OdGeExtents3d(PCADGlobalsPINVOKE.CFxView_GetRealExtents__SWIG_0(swigCPtr, abortFlag /*SIMPLETYPE*/), true);
311 return ret;
312 }
313
319
320 public virtual bool GetGeomExtents(OdGeBoundBlock3d bounds, bool abortFlag) {
321 bool ret = PCADGlobalsPINVOKE.CFxView_GetGeomExtents__SWIG_0(swigCPtr, OdGeBoundBlock3d.getCPtr(bounds), abortFlag /*SIMPLETYPE*/);
323 return ret;
324 }
325
331
336
337 public virtual bool IsPanMode() {
338 bool ret = PCADGlobalsPINVOKE.CFxView_IsPanMode(swigCPtr);
340 return ret;
341 }
342
347
348 public virtual bool IsZoomMode() {
349 bool ret = PCADGlobalsPINVOKE.CFxView_IsZoomMode(swigCPtr);
351 return ret;
352 }
353
358
359 public virtual bool IsOrbitMode() {
360 bool ret = PCADGlobalsPINVOKE.CFxView_IsOrbitMode(swigCPtr);
362 return ret;
363 }
364
370
376
377 public virtual double focalLength() {
378 double ret = PCADGlobalsPINVOKE.CFxView_focalLength(swigCPtr);
380 return ret;
381 }
382
388
394
400
401 public virtual double GetDeviation(OdGiDeviationType deviationType, OdGePoint3d pointOnCurve) {
402 double ret = PCADGlobalsPINVOKE.CFxView_GetDeviation(swigCPtr, (int)deviationType, OdGePoint3d.getCPtr(pointOnCurve));
404 return ret;
405 }
406
411
416
422
428
429 public virtual double screenWidth() {
430 double ret = PCADGlobalsPINVOKE.CFxView_screenWidth(swigCPtr);
432 return ret;
433 }
434
435 public virtual double screenHeight() {
436 double ret = PCADGlobalsPINVOKE.CFxView_screenHeight(swigCPtr);
438 return ret;
439 }
440
441 public virtual double visibleWidth() {
442 double ret = PCADGlobalsPINVOKE.CFxView_visibleWidth(swigCPtr);
444 return ret;
445 }
446
447 public virtual double visibleHeight() {
448 double ret = PCADGlobalsPINVOKE.CFxView_visibleHeight(swigCPtr);
450 return ret;
451 }
452
453 public virtual OdDbStub viewportObjectId() {
454 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxView_viewportObjectId(swigCPtr);
455 OdDbStub ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdDbStub(cPtr, false);
457 return ret;
458 }
459
465
466 public virtual uint numDrawables() {
467 uint ret = PCADGlobalsPINVOKE.CFxView_numDrawables(swigCPtr);
469 return ret;
470 }
471
472 public virtual OdGiDrawable drawableAt(uint iIndex) {// OdGiDrawablePtr
473 MemoryManager mMan = MemoryManager.GetMemoryManager();
474 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
475 IntPtr ptr = PCADGlobalsPINVOKE.CFxView_drawableAt(swigCPtr, iIndex);
476
477 OdGiDrawable ret = null;
478 if (null != mTrans)
479 {
480 mTrans.AddObject((OdGiDrawable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDrawable),ptr, true));
481 ret = (OdGiDrawable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDrawable),ptr, false);
482 }
483 else
484 {
485 ret = (OdGiDrawable)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiDrawable),ptr, true);
486 }
487
489 return ret;
490}
491
497
502
503}
504
505}
static SWIGTYPE_p_OdSmartPtrT_CFxView_t createObject()
Definition CFxView.cs:71
virtual void screenRect(OdGePoint2d lowerLeft, OdGePoint2d upperRight)
Definition CFxView.cs:412
virtual int PointToWCSOnUCS(OdGePoint2d pointSCS, OdGePoint3d pointWCS)
Definition CFxView.cs:169
virtual bool IsPaperSpaceOverall()
Definition CFxView.cs:106
virtual void SetPanMode(bool bVal)
Definition CFxView.cs:332
virtual double screenWidth()
Definition CFxView.cs:429
virtual bool IsOverall()
Definition CFxView.cs:100
virtual bool IsRectangular()
Definition CFxView.cs:274
virtual double Elevation()
Definition CFxView.cs:268
virtual OdGeMatrix3d EyeToPaperSpace()
Definition CFxView.cs:202
virtual void EndTransaction()
Definition CFxView.cs:134
virtual void StartTransaction()
Definition CFxView.cs:124
virtual OdGeMatrix3d getEyeToScreenMatrix()
Definition CFxView.cs:395
override OdRxClass isA()
Definition CFxView.cs:57
virtual OdGeExtents3d GetRealExtents()
Definition CFxView.cs:314
virtual int PointToWCS(SWIGTYPE_p_CFxPointF pointSCS, OdGePlane plane, OdGePoint3d pointWCS)
Definition CFxView.cs:151
virtual int PointToWCS(OdGsDCPoint pointSCS, OdGePlane plane, OdGePoint3d pointWCS)
Definition CFxView.cs:145
virtual bool IsOrbitMode()
Definition CFxView.cs:359
virtual OdGsDCRectDouble visibleScreenRectInViewCoordinates()
Definition CFxView.cs:423
static HandleRef getCPtr(CFxView obj)
Definition CFxView.cs:27
virtual bool SetPreviousData()
Definition CFxView.cs:118
virtual OdGeExtents3d GetRealExtents(bool abortFlag)
Definition CFxView.cs:308
virtual void PointToSCS(OdGePoint3d pointWCS, OdGsDCPoint pointSCS)
Definition CFxView.cs:175
virtual OdGePoint3dArray GetViewportExternalRegionWCS()
Definition CFxView.cs:92
virtual bool IsPanMode()
Definition CFxView.cs:337
virtual OdGeMatrix3d PaperSpaceToEye()
Definition CFxView.cs:214
virtual OdGsDCRectDouble visibleScreenRect()
Definition CFxView.cs:417
virtual int PointToWCSOnUCS(OdGePoint3d pointSCS, OdGePoint3d pointWCS)
Definition CFxView.cs:163
virtual void EnterDragMode()
Definition CFxView.cs:292
virtual bool ViewExtentsWCS(OdGeBoundBlock3d extents)
Definition CFxView.cs:280
static OdGeMatrix3d EyeToPaperSpace(OdDbObjectId idViewport)
Definition CFxView.cs:208
virtual void AddViewReactor(CFxViewReactor pReactor)
Definition CFxView.cs:253
virtual int PointToView(OdGsDCPoint pointSCS, OdGePoint2d viewPt)
Definition CFxView.cs:190
virtual OdGePoint3dArray GetViewportInternalRegionWCS()
Definition CFxView.cs:84
static OdGeMatrix3d WorldToView(OdDbObjectId id)
Definition CFxView.cs:226
virtual OdGeMatrix3d getEyeToWorldTransform()
Definition CFxView.cs:389
virtual double GetDeviation(OdGiDeviationType deviationType, OdGePoint3d pointOnCurve)
Definition CFxView.cs:401
virtual void screenRect(OdGsDCPoint lowerLeft, OdGsDCPoint upperRight)
Definition CFxView.cs:407
virtual double screenHeight()
Definition CFxView.cs:435
virtual int PointToWCSOnUCS(OdGsDCPoint pointSCS, OdGePoint3d pointWCS)
Definition CFxView.cs:157
virtual bool GetGeomExtents(OdGeBoundBlock3d bounds)
Definition CFxView.cs:326
virtual double visibleWidth()
Definition CFxView.cs:441
static OdGeMatrix3d PaperSpaceToEye(OdDbObjectId idViewport)
Definition CFxView.cs:220
virtual OdGeMatrix3d getWorldToEyeTransform()
Definition CFxView.cs:383
virtual void EndTransaction(bool bAnimate)
Definition CFxView.cs:129
virtual bool IsPreviousVectorizationAborted()
Definition CFxView.cs:365
virtual bool IsZoomMode()
Definition CFxView.cs:348
CFxView(IntPtr cPtr, bool cMemoryOwn)
Definition CFxView.cs:22
virtual void RemoveViewReactor(CFxViewReactor pReactor)
Definition CFxView.cs:258
static new OdRxClass desc()
Definition CFxView.cs:50
virtual OdGeVector3d viewDir()
Definition CFxView.cs:371
virtual OdGiDrawable drawableAt(uint iIndex)
Definition CFxView.cs:472
override void Dispose(bool disposing)
Definition CFxView.cs:31
virtual CFxViewportSnapShot GetPreviousViewSettings()
Definition CFxView.cs:246
virtual OdDbStub viewportObjectId()
Definition CFxView.cs:453
virtual int PointToView(OdGePoint2d pointSCS, OdGePoint2d viewPt)
Definition CFxView.cs:196
virtual void SetFieldAspectMaintained(bool arg0)
Definition CFxView.cs:498
override OdRxObject queryX(OdRxClass protocolClass)
Definition CFxView.cs:64
virtual uint GetVpNum()
Definition CFxView.cs:232
virtual void LeaveDragMode()
Definition CFxView.cs:303
virtual void PointToSCS(OdGePoint3d pointWCS, SWIGTYPE_p_CFxPointF pointSCS)
Definition CFxView.cs:185
virtual bool GetGeomExtents(OdGeBoundBlock3d bounds, bool abortFlag)
Definition CFxView.cs:320
virtual void PointToSCS(OdGePoint3d pointWCS, SWIGTYPE_p_CFxPoint pointSCS)
Definition CFxView.cs:180
virtual bool IsFieldAspectMaintained()
Definition CFxView.cs:492
virtual void SetOrbitMode(bool bVal)
Definition CFxView.cs:354
virtual void SetZoomMode(bool bVal)
Definition CFxView.cs:343
virtual double focalLength()
Definition CFxView.cs:377
virtual Int16 GetCadWindowId()
Definition CFxView.cs:238
virtual bool InsideTransaction()
Definition CFxView.cs:139
virtual bool ZoomExtentsWCS(OdGeBoundBlock3d pExtents)
Definition CFxView.cs:286
virtual bool IsDragging()
Definition CFxView.cs:297
virtual bool IsActive()
Definition CFxView.cs:112
virtual double visibleHeight()
Definition CFxView.cs:447
virtual uint numDrawables()
Definition CFxView.cs:466
virtual OdGeMatrix3d GetCorrectionScreenMatrix()
Definition CFxView.cs:460
virtual void SetElevation(double dElev)
Definition CFxView.cs:263
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__SWIG_1(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_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_EndTransaction__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool 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 uint CFxView_GetVpNum(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)
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdGsDCPoint 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
static HandleRef getCPtr(OdDbObjectId obj)