14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 swigCPtr =
new HandleRef(
this, cPtr);
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
29 protected override void Dispose(
bool disposing) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
36 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
38 base.Dispose(disposing);
43 MemoryManager mMan = MemoryManager.GetMemoryManager();
44 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
84 MemoryManager mMan = MemoryManager.GetMemoryManager();
85 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
233 OdDbStub ret = (cPtr == global::System.IntPtr.Zero) ?
null :
new OdDbStub(cPtr,
false);
static global::System.Exception Retrieve()
static bool OdGiViewport_getFrontAndBackClipValues(HandleRef jarg1, out bool jarg2, out bool jarg3, out double jarg4, out double jarg5)
static global::System.IntPtr OdGiViewport_getCameraLocation(HandleRef jarg1)
static void delete_OdGiViewport(HandleRef jarg1)
static void OdGiViewport_getNumPixelsInUnitSquare__SWIG_1(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool OdGiViewport_isPerspective(HandleRef jarg1)
static global::System.IntPtr OdGiViewport_getEyeToWorldTransform(HandleRef jarg1)
static UInt32 OdGiViewport_viewportId(HandleRef jarg1)
static global::System.IntPtr OdGiViewport_annotationScaleId(HandleRef jarg1)
static bool OdGiViewport_doInversePerspective(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGiViewport_getCameraUpVector(HandleRef jarg1)
static string OdGiViewport_getRealClassName(IntPtr jarg1)
static double OdGiViewport_linetypeGenerationCriteria(HandleRef jarg1)
static global::System.IntPtr OdGiViewport_viewDir(HandleRef jarg1)
static IntPtr OdGiViewport_createObject()
static global::System.IntPtr OdGiViewport_getCameraTarget(HandleRef jarg1)
static void OdGiViewport_getViewportDcCorners(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static Int16 OdGiViewport_acadWindowId(HandleRef jarg1)
static global::System.IntPtr OdGiViewport_getWorldToEyeTransform(HandleRef jarg1)
static void OdGiViewport_getNumPixelsInUnitSquare__SWIG_0(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, bool jarg4)
static IntPtr OdGiViewport_desc()
static IntPtr OdGiViewport_isA(HandleRef jarg1)
static double OdGiViewport_linetypeScaleMultiplier(HandleRef jarg1)
static IntPtr OdGiViewport_cast(HandleRef jarg1)
static global::System.IntPtr OdGiViewport_getModelToEyeTransform(HandleRef jarg1)
static bool OdGiViewport_doPerspective(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGiViewport_getEyeToModelTransform(HandleRef jarg1)
static IntPtr OdGiViewport_contextualColors(HandleRef jarg1)
static bool OdGiViewport_layerVisible(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdGiViewport_queryX(HandleRef jarg1, HandleRef jarg2)
static HandleRef getCPtr(OdDbStub obj)
static HandleRef getCPtr(OdGePoint2d obj)
static HandleRef getCPtr(OdGePoint3d obj)
static OdGiViewport cast(OdRxObject pObj)
virtual bool isPerspective()
OdGiViewport(IntPtr cPtr, bool cMemoryOwn)
static HandleRef getCPtr(OdGiViewport obj)
virtual bool layerVisible(OdDbStub layerId)
virtual OdGeVector3d getCameraUpVector()
virtual bool doInversePerspective(OdGePoint3d point)
static OdGiViewport createObject()
virtual Int16 acadWindowId()
virtual void getNumPixelsInUnitSquare(OdGePoint3d point, OdGePoint2d pixelDensity, bool bUsePerspective)
virtual double linetypeScaleMultiplier()
virtual OdGeMatrix3d getModelToEyeTransform()
virtual OdGePoint3d getCameraLocation()
virtual OdGiContextualColors contextualColors()
virtual OdGeMatrix3d getWorldToEyeTransform()
override void Dispose(bool disposing)
static string getRealClassName(IntPtr ptr)
virtual OdGeMatrix3d getEyeToModelTransform()
virtual bool doPerspective(OdGePoint3d point)
virtual OdGePoint3d getCameraTarget()
virtual OdGeVector3d viewDir()
virtual OdGeMatrix3d getEyeToWorldTransform()
static new OdRxClass desc()
virtual UInt32 viewportId()
virtual OdDbStub annotationScaleId()
virtual void getNumPixelsInUnitSquare(OdGePoint3d point, OdGePoint2d pixelDensity)
virtual void getViewportDcCorners(OdGePoint2d lowerLeft, OdGePoint2d upperRight)
virtual double linetypeGenerationCriteria()
virtual bool getFrontAndBackClipValues(out bool clipFront, out bool clipBack, out double front, out double back)
override OdRxObject queryX(OdRxClass protocolClass)
static HandleRef getCPtr(OdRxClass obj)
static HandleRef getCPtr(OdRxObject obj)