Extended .NET SDK Documentation 2025 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
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
71
76
81
86
91
97
98 public bool InitializeFromDbViewport(OdDbObjectId idViewport, int width, int height, bool isPlotGeneration) {
99 bool ret = PCADGlobalsPINVOKE.CFxViewDrawInfo_InitializeFromDbViewport(swigCPtr, OdDbObjectId.getCPtr(idViewport), width, height, isPlotGeneration);
101 return ret;
102 }
103
109
115
121
127
132
138
139 public Int16 GetFxCadWindowId() {
140// test csout
141 /*SIMPLETYPE*/
144 return ret;
145 }
146
152
158
163
169
175
180
185
191
197
203
209
214
220
225
226 public UInt16 GetVIEWRES() {
227// test csout
228 /*SIMPLETYPE*/
229 UInt16 ret = PCADGlobalsPINVOKE.CFxViewDrawInfo_GetVIEWRES(swigCPtr);
231 return ret;
232 }
233
239
245
251
257
263
269
275
280
285
291
297
303
309
316
322
329
335
341
347
353
358
363
368
373
378
379 public UInt32 GetBackground() {
380// test csout
381 /*SIMPLETYPE*/
384 return ret;
385 }
386
387 public UInt32 GetForeground() {
388// test csout
389 /*SIMPLETYPE*/
392 return ret;
393 }
394
396 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxViewDrawInfo_GetPalette(swigCPtr);
397 SWIGTYPE_p_ODCOLORREF ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_ODCOLORREF(cPtr, false);
399 return ret;
400 }
401
402 public UInt32 GetColor(UInt16 colorIndex) {
403// test csout
404 /*SIMPLETYPE*/
405 UInt32 ret = PCADGlobalsPINVOKE.CFxViewDrawInfo_GetColor(swigCPtr, colorIndex /*SIMPLETYPE*/);
407 return ret;
408 }
409
415
420
426
431
437
442
448
453
459
464
465 public Int32 GetDebugMode() {
466// test csout
467 /*SIMPLETYPE*/
470 return ret;
471 }
472
474 CFxDatabase ret = (CFxDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(CFxDatabase),PCADGlobalsPINVOKE.CFxViewDrawInfo_GetFxDatabase(swigCPtr),false); /*createInt 3_2*/
475
477 return ret;
478}
479
487
495
503
508
514
519
525
530
536
541
546
552
557
559 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxViewDrawInfo_GetFxView(swigCPtr);
560 CFxView ret = (cPtr == global::System.IntPtr.Zero) ? null : new CFxView(cPtr, false);
562 return ret;
563 }
564
570
576
581
587
592
598
604
610
616
622
628
634
640
646
651
657
662
663 public OdDbObjectId GetLayoutId(out bool isModel) {
664 OdDbObjectId ret = new OdDbObjectId(PCADGlobalsPINVOKE.CFxViewDrawInfo_GetLayoutId(swigCPtr, out isModel), false);
666 return ret;
667 }
668
674
679
681 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.CFxViewDrawInfo_GetClipBoundary(swigCPtr);
682 OdGiClipBoundary ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdGiClipBoundary(cPtr, false);
684 return ret;
685 }
686
688 OdGiVisualStyle ret = (OdGiVisualStyle)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdGiVisualStyle),PCADGlobalsPINVOKE.CFxViewDrawInfo_GetVisualStyle(swigCPtr),false); /*createInt 3_1*/
689
691 return ret;
692}
693
694 public enum DrawDecoration {
695 kNone = 0,
696 kHidden = 1,
697 kHighlight = 2,
699 kTrackHighlight = 8,
700 kDrawAttDefs = 16,
701 kDisableDepth = 32,
702 kRenderMode2D = 64,
703 kFaded = 128,
704 kXeDangling = 256,
705 kXeDragHighlight = 512
706 }
707
708}
709
710}
static HandleRef getCPtr(CFxDatabase obj)
OdDbObjectId GetLayoutId(out bool isModel)
void SetLensLength(double dLensLength)
void SetExtentsCalculationActive(bool bVal)
OdGiClipBoundary GetClipBoundary()
void SetInitialActiveAreaByEYEContour(CFxView pFxView, OdGePoint2d pointsEYE, int nPoints)
void InitializeViewByExtentsAndDirection(OdGeExtents3d extents, OdGeVector3d viewDirection)
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 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 void CFxViewDrawInfo_InitializeViewByExtentsAndDirection(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
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 void CFxViewDrawInfo_ResetInitialActiveAreaInViewCoordinates(global::System.Runtime.InteropServices.HandleRef jarg1)
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 bool CFxViewDrawInfo_UseLineSmoothing(global::System.Runtime.InteropServices.HandleRef jarg1)
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 uint CFxViewDrawInfo_GetVpNum(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)
static HandleRef getCPtr(OdGePoint2d obj)
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdGeVector3d obj)
static HandleRef getCPtr(OdGiClipBoundary obj)
static HandleRef getCPtr(OdDbObjectIdArray obj)
static HandleRef getCPtr(OdDbObjectId obj)