14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
23 swigCPtr =
new HandleRef(
this, cPtr);
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
36 global::System.GC.SuppressFinalize(
this);
39 protected virtual void Dispose(
bool disposing) {
41 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
46 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
static global::System.Exception Retrieve()
static global::System.IntPtr TempOdGiDummyViewport_getWorldToEyeTransform(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr TempOdGiDummyViewport_getEyeToModelTransform(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr TempOdGiDummyViewport_getModelToEyeTransform(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr TempOdGiDummyViewport_getCameraTarget(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool TempOdGiDummyViewport_layerVisible(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void TempOdGiDummyViewport_getViewportDcCorners(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool TempOdGiDummyViewport_getFrontAndBackClipValues(global::System.Runtime.InteropServices.HandleRef jarg1, out bool jarg2, out bool jarg3, out double jarg4, out double jarg5)
static IntPtr TempOdGiDummyViewport_contextualColors(global::System.Runtime.InteropServices.HandleRef jarg1)
static double TempOdGiDummyViewport_linetypeScaleMultiplier(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr deletePD_TempOdGiDummyViewport(HandleRef jarg1)
static void TempOdGiDummyViewport_getNumPixelsInUnitSquare__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, bool jarg4)
static Int16 TempOdGiDummyViewport_acadWindowId(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr TempOdGiDummyViewport_getEyeToWorldTransform(global::System.Runtime.InteropServices.HandleRef jarg1)
static void TempOdGiDummyViewport_getNumPixelsInUnitSquare__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static double TempOdGiDummyViewport_linetypeGenerationCriteria(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool TempOdGiDummyViewport_isPerspective(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr TempOdGiDummyViewport_getCameraUpVector(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool TempOdGiDummyViewport_doPerspective(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr TempOdGiDummyViewport_getCameraLocation(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool TempOdGiDummyViewport_doInversePerspective(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static UInt32 TempOdGiDummyViewport_viewportId(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr TempOdGiDummyViewport_viewDir(global::System.Runtime.InteropServices.HandleRef jarg1)
static HandleRef getCPtr(OdDbStub obj)
static HandleRef getCPtr(OdGePoint2d obj)
static HandleRef getCPtr(OdGePoint3d obj)
virtual OdGeVector3d viewDir()
virtual void getNumPixelsInUnitSquare(OdGePoint3d givenWorldpt, OdGePoint2d pixelArea)
virtual OdGeMatrix3d getEyeToModelTransform()
virtual bool doInversePerspective(OdGePoint3d arg0)
virtual bool getFrontAndBackClipValues(out bool clip_front, out bool clip_back, out double front, out double back)
virtual UInt32 viewportId()
virtual OdGeMatrix3d getEyeToWorldTransform()
virtual OdGiContextualColors contextualColors()
virtual double linetypeScaleMultiplier()
virtual OdGePoint3d getCameraTarget()
TempOdGiDummyViewport(IntPtr cPtr, bool cMemoryOwn)
virtual OdGePoint3d getCameraLocation()
virtual bool isPerspective()
virtual bool doPerspective(OdGePoint3d p)
virtual OdGeVector3d getCameraUpVector()
virtual void getViewportDcCorners(OdGePoint2d lower_left, OdGePoint2d upper_right)
virtual double linetypeGenerationCriteria()
virtual bool layerVisible(OdDbStub idLayer)
virtual void getNumPixelsInUnitSquare(OdGePoint3d givenWorldpt, OdGePoint2d pixelArea, bool bUsePerspective)
virtual OdGeMatrix3d getWorldToEyeTransform()
virtual void Dispose(bool disposing)
static HandleRef getCPtr(TempOdGiDummyViewport obj)
virtual Int16 acadWindowId()
virtual OdGeMatrix3d getModelToEyeTransform()