Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
CFxViewDrawInfo.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 CFxViewDrawInfo : global::System.IDisposable {
19 private Object locker = new Object();
20 private HandleRef swigCPtr;
21 protected bool swigCMemOwn;
22 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
23 public CFxViewDrawInfo(IntPtr cPtr, bool cMemoryOwn) {
24 swigCMemOwn = cMemoryOwn;
25 swigCPtr = new HandleRef(this, cPtr);
26 }
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 public static HandleRef getCPtr(CFxViewDrawInfo obj) {
29 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
30 }
31
33 Dispose(false);
34 }
35
36 public void Dispose() {
37 Dispose(true);
38 global::System.GC.SuppressFinalize(this);
39 }
40
41 protected virtual void Dispose(bool disposing) {
42 lock(this) {
43 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
44 if (swigCMemOwn) {
45 swigCMemOwn = false;
47 }
48 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
49 }
50 }
51 }
52
53 public CFxViewDrawInfo() : this(PCADGlobalsPINVOKE.new_CFxViewDrawInfo(), true) {
55 }
56
57 public void InitializeView(OdGePoint3d position, OdGePoint3d target, OdGeVector3d upVector, double fieldWidth, double fieldHeight, OdGsView.Projection projectionType) {
58 PCADGlobalsPINVOKE.CFxViewDrawInfo_InitializeView__SWIG_0(swigCPtr, OdGePoint3d.getCPtr(position).Handle, OdGePoint3d.getCPtr(target).Handle, OdGeVector3d.getCPtr(upVector), fieldWidth, fieldHeight, (int)projectionType);
60 }
61
62 public void InitializeView(OdGePoint3d position, OdGePoint3d target, OdGeVector3d upVector, double fieldWidth, double fieldHeight) {
63 PCADGlobalsPINVOKE.CFxViewDrawInfo_InitializeView__SWIG_1(swigCPtr, OdGePoint3d.getCPtr(position).Handle, OdGePoint3d.getCPtr(target).Handle, OdGeVector3d.getCPtr(upVector), fieldWidth, fieldHeight);
65 }
66
70 }
71
72 public void InitializeOutputSize(double width, double height) {
75 }
76
77 public void InitializePalette(UInt32[] /*array applied*/ pPalette) {
80 }
81
82 public void InitializeDatabase(CFxDatabase pDatabase) {
85 }
86
87 public bool InitializeFromFxView(CFxView pFxView) {
90 return ret;
91 }
92
93 public bool InitializeFromDbViewport(OdDbObjectId idViewport, int width, int height, bool isPlotGeneration) {
94 bool ret = PCADGlobalsPINVOKE.CFxViewDrawInfo_InitializeFromDbViewport(swigCPtr, OdDbObjectId.getCPtr(idViewport), width, height, isPlotGeneration);
96 return ret;
97 }
98
99 public bool GetFILLMODE() {
102 return ret;
103 }
104
105 public bool GetQTEXTMODE() {
108 return ret;
109 }
110
111 public bool GetXCLIPFRAME() {
114 return ret;
115 }
116
117 public bool GetDrawImages() {
120 return ret;
121 }
122
123 public void SetDrawImages(bool bVal) {
126 }
127
128 public bool GetTEXTFILL() {
131 return ret;
132 }
133
134 public Int16 GetFxCadWindowId() {
135// test csout
136 /*SIMPLETYPE*/
139 return ret;
140 }
141
143 MemoryManager mMan = MemoryManager.GetMemoryManager();
144 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #27
146
147 OdDbObjectId ret = null;
148 if (null != mTrans)
149 {
150 mTrans.AddObject(new OdDbObjectId(ptr, true));
151 ret = new OdDbObjectId(ptr, false);
152 }
153 else
154 {
155 ret = new OdDbObjectId(ptr, true);
156 }
157
159 return ret;
160}
161
165 return ret;
166 }
167
169 PCADGlobalsPINVOKE.CFxViewDrawInfo_SetIMAGEFRAME(swigCPtr, (int)frameSettings);
171 }
172
173 public bool IsPlotGeneration() {
176 return ret;
177 }
178
179 public bool UseGsModel() {
182 return ret;
183 }
184
185 public void SetUseGsModel(bool bVal) {
188 }
189
190 public void SetUseTransparency(bool value) {
193 }
194
195 public bool UseTransparency() {
198 return ret;
199 }
200
201 public bool IsInitialUpdate() {
204 return ret;
205 }
206
207 public bool IsDrawSkipped() {
210 return ret;
211 }
212
213 public void SetDrawSkipped(bool bVal) {
216 }
217
218 public bool IsInsideSelect() {
221 return ret;
222 }
223
224 public void SetInsideSelect(bool bVal) {
227 }
228
229 public UInt16 GetVIEWRES() {
230// test csout
231 /*SIMPLETYPE*/
232 UInt16 ret = PCADGlobalsPINVOKE.CFxViewDrawInfo_GetVIEWRES(swigCPtr);
234 return ret;
235 }
236
237 public bool IsPerspective() {
240 return ret;
241 }
242
243 public double GetPixelWidth() {
246 return ret;
247 }
248
249 public double GetPixelHeight() {
252 return ret;
253 }
254
255 public double GetVisiblePixelWidth() {
258 return ret;
259 }
260
261 public double GetVisiblePixelHeight() {
264 return ret;
265 }
266
267 public double GetFrontClip() {
270 return ret;
271 }
272
273 public double GetBackClip() {
274 double ret = PCADGlobalsPINVOKE.CFxViewDrawInfo_GetBackClip(swigCPtr);
276 return ret;
277 }
278
279 public void SetFrontClip(double z) {
282 }
283
284 public void SetBackClip(double z) {
287 }
288
289 public bool IsFrontClipped() {
292 return ret;
293 }
294
295 public bool IsBackClipped() {
298 return ret;
299 }
300
301 public double GetFocalLength() {
304 return ret;
305 }
306
310 return ret;
311 }
312
316 return ret;
317 }
318
322 return ret;
323 }
324
328 return ret;
329 }
330
331 public double GetFieldWidth() {
334 return ret;
335 }
336
337 public double GetFieldHeight() {
340 return ret;
341 }
342
343 public bool IsRapidMode() {
346 return ret;
347 }
348
352 return ret;
353 }
354
358 }
359
363 }
364
365 public void SetInitialActiveAreaByWCSContour(CFxView pFxView, OdGePoint3d pointsWCS, int nPoints) {
368 }
369
370 public void SetInitialActiveAreaByEYEContour(CFxView pFxView, OdGePoint2d pointsEYE, int nPoints) {
373 }
374
375 public UInt32 GetBackground() {
376// test csout
377 /*SIMPLETYPE*/
380 return ret;
381 }
382
383 public UInt32 GetForeground() {
384// test csout
385 /*SIMPLETYPE*/
388 return ret;
389 }
390
392 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxViewDrawInfo_GetPalette(swigCPtr);
393 SWIGTYPE_p_ODCOLORREF ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_ODCOLORREF(cPtr, false);
395 return ret;
396 }
397
398 public UInt32 GetColor(UInt16 /*SIMPLETYPE*/ colorIndex) {
399// test csout
400 /*SIMPLETYPE*/
401 UInt32 ret = PCADGlobalsPINVOKE.CFxViewDrawInfo_GetColor(swigCPtr, colorIndex /*SIMPLETYPE*/);
403 return ret;
404 }
405
409 return ret;
410 }
411
415 }
416
417 public bool IsDragging() {
420 return ret;
421 }
422
423 public void SetIsDragging(bool bVal) {
426 }
427
428 public bool IsFadeMode() {
431 return ret;
432 }
433
434 public void SetFadeMode(bool bVal) {
437 }
438
442 return ret;
443 }
444
448 }
449
453 return ret;
454 }
455
456 public void SetExtentsCalculationActive(bool bVal) {
459 }
460
461 public Int32 GetDebugMode() {
462// test csout
463 /*SIMPLETYPE*/
466 return ret;
467 }
468
470 CFxDatabase ret = (CFxDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(CFxDatabase),PCADGlobalsPINVOKE.CFxViewDrawInfo_GetFxDatabase(swigCPtr),false); /*createInt 3_2*/
471
473 return ret;
474}
475
477// csout array
479
481 return res;
482}
483
485// csout array
487
489 return res;
490}
491
493// csout array
495
497 return res;
498}
499
503 }
504
505 public bool UseLinetyper() {
508 return ret;
509 }
510
511 public void SetUseLinetyper(bool bUse) {
514 }
515
516 public bool UseLineWeights() {
519 return ret;
520 }
521
522 public void SetUseLineWeights(bool bUse) {
525 }
526
530 return ret;
531 }
532
533 public void SetLineweightToDCScaleOverride(double dLineweightToDCScale) {
536 }
537
541 }
542
543 public bool IsOrbitMode() {
546 return ret;
547 }
548
549 public void SetOrbitMode(bool bVal) {
552 }
553
555 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxViewDrawInfo_GetFxView(swigCPtr);
556 CFxView ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxView(cPtr, false);
558 return ret;
559 }
560
561 public int GetPDFFRAME() {
564 return ret;
565 }
566
567 public double GetLensLength() {
570 return ret;
571 }
572
573 public void SetLensLength(double dLensLength) {
576 }
577
581 return ret;
582 }
583
584 public void SetEyeToOutput(OdGeMatrix3d rMatrix) {
587 }
588
592 return ret;
593 }
594
598 return ret;
599 }
600
604 return ret;
605 }
606
607 public int GetVpNum() {
610 return ret;
611 }
612
613 public static int GetCadWindowId(OdDbObjectId idViewport) {
616 return ret;
617 }
618
622 return ret;
623 }
624
625 public static OdGeMatrix3d GetAdjustedProjectionMatrix(CFxViewDrawInfo pInfo, double dNearEye, double dFarEye) {
628 return ret;
629 }
630
634 return ret;
635 }
636
640 return ret;
641 }
642
643 public void SetScalePixelSize(double scale) {
646 }
647
651 return ret;
652 }
653
654 public void AllowHardwareTransformations(bool bVal) {
657 }
658
659 public OdDbObjectId GetLayoutId(out bool isModel) {
660 OdDbObjectId ret = new OdDbObjectId(PCADGlobalsPINVOKE.CFxViewDrawInfo_GetLayoutId(swigCPtr, out isModel), false);
662 return ret;
663 }
664
665 public bool IsScalingLineweights() {
668 return ret;
669 }
670
671 public void SetClipBoundary(OdGiClipBoundary pClipBoundary) {
674 }
675
677 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxViewDrawInfo_GetClipBoundary(swigCPtr);
678 OdGiClipBoundary ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdGiClipBoundary(cPtr, false);
680 return ret;
681 }
682
684 OdGiVisualStyle ret = (OdGiVisualStyle)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiVisualStyle),PCADGlobalsPINVOKE.CFxViewDrawInfo_GetVisualStyle(swigCPtr),false); /*createInt 3_1*/
685
687 return ret;
688}
689
690 public enum DrawDecoration {
691 kNone = 0,
692 kHidden = 1,
693 kHighlight = 2,
695 kTrackHighlight = 8,
696 kDrawAttDefs = 16,
697 kDisableDepth = 32,
698 kRenderMode2D = 64,
699 kFaded = 128,
700 kXeDangling = 256,
701 kXeDragHighlight = 512
702 }
703
704}
705
706}
static HandleRef getCPtr(CFxDatabase obj)
Definition: CFxDatabase.cs:27
OdGiVisualStyle GetVisualStyle()
OdDbObjectId GetLayoutId(out bool isModel)
void SetLensLength(double dLensLength)
void SetExtentsCalculationActive(bool bVal)
OdGiClipBoundary GetClipBoundary()
void SetInitialActiveAreaByEYEContour(CFxView pFxView, OdGePoint2d pointsEYE, int nPoints)
bool InitializeFromDbViewport(OdDbObjectId idViewport, int width, int height, bool isPlotGeneration)
void SetScalePixelSize(double scale)
void SetIMAGEFRAME(OdDbRasterVariables.FrameSettings frameSettings)
OdGeExtents3d GetInitialActiveAreaInViewCoordinates()
OdGsDCRectDouble GetScreenRect()
void SetInitialActiveAreaByWCSContour(CFxView pFxView, OdGePoint3d pointsWCS, int nPoints)
void InitializeView(OdGePoint3d position, OdGePoint3d target, OdGeVector3d upVector, double fieldWidth, double fieldHeight, OdGsView.Projection projectionType)
void AllowHardwareTransformations(bool bVal)
OdGsView.RenderMode GetRenderMode()
UInt32 GetColor(UInt16 colorIndex)
void InitializeOutputSize(double width, double height)
static OdGeMatrix3d GetWorldToEyeMatrix(CFxViewDrawInfo pInfo)
OdDbRasterVariables.FrameSettings GetIMAGEFRAME()
void InitializeViewByExtents(OdGeExtents3d extents)
void InitializeDatabase(CFxDatabase pDatabase)
static int GetCadWindowId(OdDbObjectId idViewport)
virtual void Dispose(bool disposing)
OdDbStubPtrArray GetFrozenLayerStubs()
OdGsDCRectDouble GetVisibleScreenRectInViewCoordinates()
static OdGeMatrix3d GetViewportMatrix(CFxViewDrawInfo pInfo)
CFxViewDrawInfo(IntPtr cPtr, bool cMemoryOwn)
static OdGeMatrix3d GetAdjustedProjectionMatrix(CFxViewDrawInfo pInfo, double dNearEye, double dFarEye)
static HandleRef getCPtr(CFxViewDrawInfo obj)
SWIGTYPE_p_ODCOLORREF GetPalette()
void SetClipBoundary(OdGiClipBoundary pClipBoundary)
void SetDrawDecoration(CFxViewDrawInfo.DrawDecoration eDD)
void SetLineweightToDCScaleOverride(double dLineweightToDCScale)
static OdGeMatrix3d GetAdjustedViewportMatrix(CFxViewDrawInfo pInfo)
void InitializeView(OdGePoint3d position, OdGePoint3d target, OdGeVector3d upVector, double fieldWidth, double fieldHeight)
void SetEyeToOutput(OdGeMatrix3d rMatrix)
OdDbObjectIdArray GetFrozenLayerList()
void SetRenderMode(OdGsView.RenderMode mode)
OdGsDCRectDouble GetVisibleScreenRect()
CFxViewDrawInfo.DrawDecoration GetDrawDecoration()
void SetUseTransparency(bool value)
OdStringArray GetFrozenLayerListNames()
void InitializePalette(UInt32[] pPalette)
void SetFrozenLayerList(OdDbObjectIdArray ids)
void SetInitialActiveAreaInViewCoordinates(OdGeExtents3d rect)
void SetInitialActiveAreaByViewport(CFxView arg0)
bool InitializeFromFxView(CFxView pFxView)
static HandleRef getCPtr(CFxView obj)
Definition: CFxView.cs:27
static void CFxViewDrawInfo_InitializeView__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2, IntPtr jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, double jarg5, double jarg6, int jarg7)
static void CFxViewDrawInfo_SetInitialActiveAreaInViewCoordinates(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool CFxViewDrawInfo_InitializeFromDbViewport(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3, int jarg4, bool jarg5)
static Int16 CFxViewDrawInfo_GetFxCadWindowId(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_InitializeViewByExtents(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool CFxViewDrawInfo_GetFILLMODE(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxViewDrawInfo_IsDrawSkipped(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxViewDrawInfo_GetFocalLength(global::System.Runtime.InteropServices.HandleRef jarg1)
static int CFxViewDrawInfo_GetRenderMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxViewDrawInfo_GetEyeToOutput(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxViewDrawInfo_GetClipBoundary(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_SetDrawImages(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxViewDrawInfo_SetInitialActiveAreaByWCSContour(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4)
static bool CFxViewDrawInfo_IsInitialUpdate(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_SetLineweightToDCScaleOverride__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool CFxViewDrawInfo_IsPlotGeneration(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxViewDrawInfo_IsFadeMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxViewDrawInfo_GetUpVector(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxViewDrawInfo_UseLinetyper(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxViewDrawInfo_IsRapidMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxViewDrawInfo_GetTarget(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 CFxViewDrawInfo_GetForeground(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxViewDrawInfo_IsFrontClipped(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_SetIMAGEFRAME(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static int CFxViewDrawInfo_GetIMAGEFRAME(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_SetFadeMode(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxViewDrawInfo_InitializeView__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2, IntPtr jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, double jarg5, double jarg6)
static void CFxViewDrawInfo_SetClipBoundary(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr CFxViewDrawInfo_GetAdjustedProjectionMatrix(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3)
static UInt16 CFxViewDrawInfo_GetVIEWRES(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxViewDrawInfo_HardwareTransformationsAllowed(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxViewDrawInfo_UseGsModel(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxViewDrawInfo_GetLayoutId(global::System.Runtime.InteropServices.HandleRef jarg1, out bool jarg2)
static global::System.IntPtr CFxViewDrawInfo_GetInitialActiveAreaInViewCoordinates(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_SetUseGsModel(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static global::System.IntPtr CFxViewDrawInfo_GetFxView(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxViewDrawInfo_GetViewportId(global::System.Runtime.InteropServices.HandleRef jarg1)
static int CFxViewDrawInfo_GetVpNum(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxViewDrawInfo_UseTransparency(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_CFxViewDrawInfo(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxViewDrawInfo_GetWorldToEyeMatrix(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxViewDrawInfo_IsOrbitMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxViewDrawInfo_GetPosition(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_SetDrawSkipped(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static UInt32 CFxViewDrawInfo_GetBackground(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxViewDrawInfo_IsScalingLineweights(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_SetScalePixelSize(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void CFxViewDrawInfo_SetUseLinetyper(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxViewDrawInfo_SetIsDragging(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxViewDrawInfo_IsDragging(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxViewDrawInfo_GetFrozenLayerList(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxViewDrawInfo_GetLineweightToDcScaleOverride(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxViewDrawInfo_UseLineWeights(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_SetLineweightToDCScaleOverride__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxViewDrawInfo_GetViewDir(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxViewDrawInfo_GetVisiblePixelWidth(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxViewDrawInfo_GetFieldHeight(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr CFxViewDrawInfo_GetVisualStyle(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_SetBackClip(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static global::System.IntPtr CFxViewDrawInfo_GetFrozenLayerListNames(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxViewDrawInfo_GetVisiblePixelHeight(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_SetLensLength(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool CFxViewDrawInfo_GetTEXTFILL(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxViewDrawInfo_GetFieldWidth(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_SetOrbitMode(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static IntPtr CFxViewDrawInfo_GetFxDatabase(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxViewDrawInfo_GetFrontClip(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxViewDrawInfo_GetViewportMatrix(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_SetUseLineWeights(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static int CFxViewDrawInfo_GetDrawDecoration(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_SetInsideSelect(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static double CFxViewDrawInfo_GetLensLength(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_SetFrozenLayerList(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool CFxViewDrawInfo_IsExtentsCalculationActive(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_SetInitialActiveAreaByViewport(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool CFxViewDrawInfo_IsPerspective(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_InitializeOutputSize(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3)
static bool CFxViewDrawInfo_IsInsideSelect(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 CFxViewDrawInfo_GetDebugMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxViewDrawInfo_GetScreenRect(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxViewDrawInfo_InitializeFromFxView(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool CFxViewDrawInfo_GetDrawImages(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxViewDrawInfo_GetXCLIPFRAME(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxViewDrawInfo_GetVisibleScreenRectInViewCoordinates(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxViewDrawInfo_GetVisibleScreenRect(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_SetRenderMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void CFxViewDrawInfo_SetDrawDecoration(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr CFxViewDrawInfo_GetPalette(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxViewDrawInfo_GetQTEXTMODE(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_InitializePalette(global::System.Runtime.InteropServices.HandleRef jarg1, [In, MarshalAs(UnmanagedType.LPArray)]UInt32[] jarg2)
static int CFxViewDrawInfo_GetCadWindowId(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_AllowHardwareTransformations(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxViewDrawInfo_InitializeDatabase(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static UInt32 CFxViewDrawInfo_GetColor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt16 jarg2)
static int CFxViewDrawInfo_GetPDFFRAME(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxViewDrawInfo_GetPixelHeight(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxViewDrawInfo_GetAdjustedViewportMatrix(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxViewDrawInfo_GetPixelWidth(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_SetInitialActiveAreaByEYEContour(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4)
static global::System.IntPtr CFxViewDrawInfo_GetFrozenLayerStubs(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxViewDrawInfo_GetBackClip(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_SetEyeToOutput(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxViewDrawInfo_SetExtentsCalculationActive(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxViewDrawInfo_SetFrontClip(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool CFxViewDrawInfo_IsBackClipped(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxViewDrawInfo_SetUseTransparency(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static HandleRef getCPtr(OdGeExtents3d obj)
static HandleRef getCPtr(OdGeMatrix3d obj)
Definition: OdGeMatrix3d.cs:26
static HandleRef getCPtr(OdGePoint2d obj)
Definition: OdGePoint2d.cs:26
static HandleRef getCPtr(OdGePoint3d obj)
Definition: OdGePoint3d.cs:26
static HandleRef getCPtr(OdGeVector3d obj)
Definition: OdGeVector3d.cs:26
static HandleRef getCPtr(OdGiClipBoundary obj)
static HandleRef getCPtr(OdDbObjectIdArray obj)
static HandleRef getCPtr(OdDbObjectId obj)
Definition: OdDbObjectId.cs:27