CFx SDK Documentation
2022 SP0
|
#include <AbstractViewPE.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdAbstractViewPE) | |
virtual OdGePoint2d | lowerLeftCorner (const OdRxObject *pViewport) const |
virtual OdGePoint2d | upperRightCorner (const OdRxObject *pViewport) const |
virtual void | setViewport (OdRxObject *pViewport, const OdGePoint2d &lowerLeft, const OdGePoint2d &upperRight) const |
virtual bool | hasViewport (const OdRxObject *pViewport) const |
virtual OdGePoint3d | target (const OdRxObject *pViewport) const =0 |
virtual OdGeVector3d | direction (const OdRxObject *pViewport) const =0 |
virtual OdGeVector3d | upVector (const OdRxObject *pViewport) const =0 |
virtual double | fieldWidth (const OdRxObject *pViewport) const =0 |
virtual double | fieldHeight (const OdRxObject *pViewport) const =0 |
virtual bool | isPerspective (const OdRxObject *pViewport) const =0 |
virtual OdGeVector2d | viewOffset (const OdRxObject *pViewport) const |
virtual bool | hasViewOffset (const OdRxObject *pViewport) const |
virtual double | viewTwist (const OdRxObject *pViewport) const =0 |
virtual void | setView (OdRxObject *pViewport, const OdGePoint3d &target, const OdGeVector3d &direction, const OdGeVector3d &upVector, double fieldWidth, double fieldHeight, bool isPerspective, const OdGeVector2d &viewOffset=OdGeVector2d::kIdentity) const =0 |
virtual void | setLensLength (OdRxObject *pViewport, double lensLength) const =0 |
virtual double | lensLength (const OdRxObject *pViewport) const =0 |
virtual bool | isFrontClipOn (const OdRxObject *pViewport) const =0 |
virtual void | setFrontClipOn (OdRxObject *pViewport, bool frontClip) const =0 |
virtual bool | isBackClipOn (const OdRxObject *pViewport) const =0 |
virtual void | setBackClipOn (OdRxObject *pViewport, bool backClip) const =0 |
virtual bool | isFrontClipAtEyeOn (const OdRxObject *pViewport) const =0 |
virtual void | setFrontClipAtEyeOn (OdRxObject *pViewport, bool frontClipAtEye) const =0 |
virtual double | frontClipDistance (const OdRxObject *pViewport) const =0 |
virtual void | setFrontClipDistance (OdRxObject *pViewport, double frontClipDistance) const =0 |
virtual double | backClipDistance (const OdRxObject *pViewport) const =0 |
virtual void | setBackClipDistance (OdRxObject *pViewport, double backClipDistance) const =0 |
virtual void | setRenderMode (OdRxObject *pViewport, OdDb::RenderMode renderMode) const =0 |
virtual OdDb::RenderMode | renderMode (const OdRxObject *pViewport) const =0 |
virtual void | setVisualStyle (OdRxObject *pViewport, OdDbStub *visualStyleId) const =0 |
virtual OdDbStub * | visualStyle (const OdRxObject *pViewport) const =0 |
virtual void | setBackground (OdRxObject *pViewport, OdDbStub *backgroundId) const =0 |
virtual OdDbStub * | background (const OdRxObject *pViewport) const =0 |
virtual bool | isDefaultLightingOn (const OdRxObject *pViewport) const |
virtual void | setDefaultLightingOn (OdRxObject *pViewport, bool isOn) const |
virtual OdGiViewportTraits::DefaultLightingType | defaultLightingType (const OdRxObject *pViewport) const |
virtual void | setDefaultLightingType (OdRxObject *pViewport, OdGiViewportTraits::DefaultLightingType lightingType) const |
virtual void | frozenLayers (const OdRxObject *pViewport, OdDbStubPtrArray &frozenLayers) const |
virtual void | setFrozenLayers (OdRxObject *pViewport, const OdDbStubPtrArray &frozenLayers) const |
virtual void | setView (OdRxObject *pDestinationView, const OdRxObject *pSourceView) const |
virtual bool | hasUcs (const OdRxObject *pViewport) const |
virtual OdDb::OrthographicView | orthoUcs (const OdRxObject *pViewport, const OdDbBaseDatabase *pDb=0) const |
virtual bool | setUcs (OdRxObject *pViewport, OdDb::OrthographicView orthoUcs, const OdDbBaseDatabase *pDb=0) const |
virtual OdDbStub * | ucsName (const OdRxObject *pViewport) const |
virtual bool | setUcs (OdRxObject *pViewport, OdDbStub *ucsId) const |
virtual void | getUcs (const OdRxObject *pViewport, OdGePoint3d &origin, OdGeVector3d &xAxis, OdGeVector3d &yAxis) const |
virtual void | setUcs (OdRxObject *pViewport, const OdGePoint3d &origin, const OdGeVector3d &xAxis, const OdGeVector3d &yAxis) const |
virtual double | elevation (const OdRxObject *pViewport) const |
virtual void | setElevation (OdRxObject *pViewport, double elevation) const |
virtual void | setUcs (OdRxObject *pDestinationView, const OdRxObject *pSourceView) const |
virtual bool | viewExtents (const OdRxObject *pViewport, OdGeBoundBlock3d &extents) const =0 |
virtual bool | plotExtents (const OdRxObject *pViewport, OdGeBoundBlock3d &extents, bool bExtendOnly=false, bool bExtentsValid=true, const OdGeMatrix3d *pWorldToEye=NULL) const |
virtual bool | zoomExtents (OdRxObject *pViewport, const OdGeBoundBlock3d *pExtents=0, double extCoef=1.02) const |
virtual OdGeMatrix3d | worldToEye (const OdRxObject *pViewport) const |
virtual OdGeMatrix3d | eyeToWorld (const OdRxObject *pViewport) const |
virtual bool | isPlotting (const OdRxObject *pViewport) const |
virtual OdRxObjectPtr | plotDataObject (const OdRxObject *pViewport, bool bOpenForWrite=false) const |
virtual bool | applyPlotSettings (OdRxObject *pDestinationView, const OdRxObject *pSourceView) const |
virtual OdDbStub * | annotationScale (const OdRxObject *pViewport) const |
virtual OdDbStub * | compatibleCopyObject (const OdRxObject *pViewport, OdDbStub *pCopyObject) const |
Public Member Functions inherited from OdRxObject | |
ODRX_HEAP_OPERATORS () | |
OdRxObject () | |
virtual | ~OdRxObject () |
virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
virtual OdRxObject * | x (const OdRxClass *pClass) const |
virtual OdRxClass * | isA () const |
virtual void | addRef ()=0 |
virtual void | release ()=0 |
virtual long | numRefs () const |
bool | isKindOf (const OdRxClass *pClass) const |
virtual OdRxObjectPtr | clone () const |
virtual void | copyFrom (const OdRxObject *pSource) |
virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
virtual bool | isEqualTo (const OdRxObject *pOther) const |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
This class defines the interface for Protocol Extension classes for OdGsView, OdDbViewTableRecord, OdDbViewport and OdDbViewportTableRecord objects.
OdGsView OdDbViewTableRecord OdDbViewport OdDbViewportTableRecord Derivatives of one of the above.
Corresponding C++ library: TD_Db
<group Other_Classes>
Definition at line 56 of file AbstractViewPE.h.
|
virtual |
Returns annotation scale object ID associated with this Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Reimplemented in OdDbAbstractViewportDataForDbViewport.
|
virtual |
Applies plot settings to view.
pSourceView | [in] Pointer to the source Viewport object. |
pDestinationView | [in] Pointer to the destination Viewport object |
Reimplemented in OdDbAbstractViewportData.
|
pure virtual |
Returns the back clip distance for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
pure virtual |
Returns background for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
virtual |
Returns compatible visual style or background object for specified viewport.
pViewport | [in] Pointer to the Viewport object. |
pCopyObject | [in] Input object ID. |
Reimplemented in OdDbAbstractViewportData.
|
virtual |
Returns default lighting type.
pViewport | [in] Pointer to the Viewport object. |
Reimplemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
pure virtual |
Returns the WCS view direction of the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
virtual |
Returns the elevation for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Reimplemented in OdDbAbstractViewportDataForDbVpTabRec, OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
virtual |
Returns the transformation matrix from EyeSpace to WCS for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
|
pure virtual |
Returns the DCS field height of the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
pure virtual |
Returns the DCS field width of the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
pure virtual |
Returns the front clip distance for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
virtual |
Returns the frozen layers for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
frozenLayers | [out] Receives an array of frozen layer Object IDs. |
Reimplemented in OdDbAbstractViewportDataForDbViewport.
|
virtual |
Returns the UCS associated with the specified Viewport object.
origin | [out] Receives the UCS origin. |
xAxis | [out] Receives the UCS X-axis. |
yAxis | [out] Receives the UCS Y-axis. |
Reimplemented in OdDbAbstractViewportDataForDbVpTabRec, OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
virtual |
Returns true if and only if there is a UCS associated with the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Reimplemented in OdDbAbstractViewportDataForDbVpTabRec, OdDbAbstractViewportDataForDbViewTabRec, OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
virtual |
Returns true if and only if there is a view offset associated with the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Reimplemented in OdDbAbstractViewportData.
|
virtual |
Returns true if and only if there is a viewport data associated with the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Reimplemented in OdDbAbstractViewportDataForDbVpTabRec.
|
pure virtual |
Returns true if and only if back clipping is on for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
virtual |
Returns default lighting state.
pViewport | [in] Pointer to the Viewport object. |
Reimplemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
pure virtual |
Returns true if and only if the front clipping plane passes through the camera for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
pure virtual |
Returns true if and only if front clipping is on for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
pure virtual |
Returns true if and only if the projection type for the specified Viewport object is perspective.
pViewport | [in] Pointer to the Viewport object. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
virtual |
Returns true if and only if viewport is used during plotting.
pViewport | [in] Pointer to the Viewport object. |
|
pure virtual |
Returns the perspective lens length for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
virtual |
Returns the lower-left corner of the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Reimplemented in OdDbAbstractViewportDataForDbVpTabRec.
OdAbstractViewPE::ODRX_DECLARE_MEMBERS | ( | OdAbstractViewPE | ) |
|
virtual |
Returns orthographic view type of the UCS associated with the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
pDb | [in] Working database. If object is a database resident this parameter is ignored. |
Value View type OdDb::kNonOrthoView 0 Non-orthographic with respect to the UCS OdDb::kTopView 1 Top view with respect to the UCS OdDb::kBottomView 2 Bottom view with respect to the UCS OdDb::kFrontView 3 Front view with respect to the UCS OdDb::kBackView 4 Back view with respect to the UCS OdDb::kLeftView 5 Left view with respect to the UCS OdDb::kRightView 6 Right view with respect to the UCS
Reimplemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
virtual |
Returns the plot settings object pointer associated with this Viewport object.
pViewport | [in] Pointer to the Viewport object. |
bOpenForWrite | [in] Mode in which to open the object. |
Reimplemented in OdDbAbstractViewportDataForDbVpTabRec, and OdDbAbstractViewportDataForDbViewport.
|
virtual |
Returns the eye coordinate system plotting extents of the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
extents | [out] Receives the extents. |
bExtendOnly | [in] Only extend exist extents by overall viewport extents. |
bExtentsValid | [in] Input extents is valid for extending using overall viewport extents. |
pWorldToEye | [in] Optional WCS to ECS transformation for plot extents extending. |
Reimplemented in OdDbAbstractViewportDataForDbViewport.
|
pure virtual |
Returns the render mode for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Value Description kBoundingBox -1 Bounding box. For internal use only. k2DOptimized 0 Standard display. Optimized for 2D. kWireframe 1 Standard display. Uses 3D pipeline. kHiddenLine 2 Wireframe display. Hidden lines removed. kFlatShaded 3 Faceted display. One color per face. kGouraudShaded 4 Smooth shaded display. Colors interpolated between vertices. kFlatShadedWithWireframe 5 Faceted display with wireframe overlay. kGouraudShadedWithWireframe 6 Smooth shaded display with wireframe overlay.
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
pure virtual |
Sets the front clip distance for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
backClipDistance | [in] Back clip distance. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
pure virtual |
Controls back clipping for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
backClip | [in] Controls back clip. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
pure virtual |
Sets background for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
backgroundId | [in] Background Object ID. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
virtual |
Sets default lighting state.
pViewport | [in] Pointer to the Viewport object. |
isOn | [in] New default lighting state. |
Reimplemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
virtual |
Sets default lighting type.
pViewport | [in] Pointer to the Viewport object. |
lightingType | [in] New default lighting type. |
Reimplemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
virtual |
Sets the elevation for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
elevation | [in] Elevation. |
Reimplemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
pure virtual |
Controls the front clipping plane's passing through the camera for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
frontClipAtEye | [in] Controls FrontClipAtEye. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
pure virtual |
Sets the front clip distance for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
frontClipDistance | [in] Front clip distance. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
pure virtual |
Controls front clipping for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
frontClip | [in] Controls front clip. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
virtual |
Sets the frozen layers for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
frozenLayers | [in] Array of frozen layer Object IDs. |
Reimplemented in OdDbAbstractViewportDataForDbViewport.
|
pure virtual |
Sets the perspective lens length for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
lensLength | [in] Perspective lens length. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
pure virtual |
Sets the render mode for the specified Viewport object.
renderMode | [in] Render mode. |
pViewport | [in] Pointer to the Viewport object. |
Value Description kBoundingBox -1 Bounding box. For internal use only. k2DOptimized 0 Standard display. Optimized for 2D. kWireframe 1 Standard display. Uses 3D pipeline. kHiddenLine 2 Wireframe display. Hidden lines removed. kFlatShaded 3 Faceted display. One color per face. kGouraudShaded 4 Smooth shaded display. Colors interpolated between vertices. kFlatShadedWithWireframe 5 Faceted display with wireframe overlay. kGouraudShadedWithWireframe 6 Smooth shaded display with wireframe overlay.
Implemented in OdDbAbstractViewportDataForAbstractViewTabRec, and OdDbAbstractViewportDataForDbViewport.
|
virtual |
Sets the UCS associated with the specified Viewport object.
\param pDestinationView [in] Pointer to the destination Viewport object
pSourceView | [in] Pointer to the source Viewport object. |
Reimplemented in OdDbAbstractViewportData.
|
virtual |
Sets the UCS associated with the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
origin | [in] The UCS origin. |
xAxis | [in] The UCS X-axis. |
yAxis | [in] The UCS Y-axis. |
Reimplemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
virtual |
Sets the UCS associated with the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
orthoUcs | [in] Orthographic view type. |
pDb | [in] Working database. If object is a database resident this parameter is ignored. |
Value View type OdDb::kNonOrthoView 0 Non-orthographic with respect to the UCS OdDb::kTopView 1 Top view with respect to the UCS OdDb::kBottomView 2 Bottom view with respect to the UCS OdDb::kFrontView 3 Front view with respect to the UCS OdDb::kBackView 4 Back view with respect to the UCS OdDb::kLeftView 5 Left view with respect to the UCS OdDb::kRightView 6 Right view with respect to the UCS
Reimplemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
virtual |
Sets the UCS associated with the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
ucsId | [in] Object ID of UCS. |
Reimplemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
virtual |
Sets the parameters for the specified Viewport object according to the arguments.
pDestinationView | [in] Pointer to the destination Viewport object |
pSourceView | [in] Pointer to the source Viewport object. |
Reimplemented in OdDbAbstractViewportData.
|
pure virtual |
Sets the parameters for the specified Viewport object according to the arguments.
pViewport | [in] Pointer to the Viewport object. |
target | [in] WCS view target. |
direction | [in] WCS view direction. |
upVector | [in] WCS Up vector. |
fieldWidth | [in] DCS field width. |
fieldHeight | [in] DCS field height. |
isPerspective | [in] Controls perspective. |
viewOffset | [in] View offset vector. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
virtual |
Sets the corners of the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
lowerLeft | [in] Lower-left corner. |
upperRight | [in] Upper-right corner. |
Reimplemented in OdDbAbstractViewportDataForDbVpTabRec.
|
pure virtual |
Sets visual style for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
visualStyleId | [in] Visual style Object ID. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
pure virtual |
Returns the WCS view target of the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
virtual |
Returns the Object ID of the UCS name associated with the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Reimplemented in OdDbAbstractViewportDataForDbVpTabRec, OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
virtual |
Returns the upper-right corner of the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Reimplemented in OdDbAbstractViewportDataForDbVpTabRec.
|
pure virtual |
Returns the WCS Up vector of the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
pure virtual |
Returns the eye coordinate system extents of the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
extents | [out] Receives the extents. |
Implemented in OdDbAbstractViewportDataForDbVpTabRec, OdDbAbstractViewportDataForDbViewTabRec, and OdDbAbstractViewportDataForDbViewport.
|
virtual |
Returns the view offset vector for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Reimplemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
pure virtual |
Returns the view DCS twist angle for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
pure virtual |
Returns visual style for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
Implemented in OdDbAbstractViewportDataForDbViewport, and OdDbAbstractViewportDataForAbstractViewTabRec.
|
virtual |
Returns the transformation matrix from WCS to EyeSpace for the specified Viewport object.
pViewport | [in] Pointer to the Viewport object. |
|
virtual |
Modifies the specified Viewport object to fit the specified eye coordinate system extents.
pViewport | [in] Pointer to the Viewport object. |
pExtents | [in] Pointer to the extents. |
extCoef | [in] Optional extents multiplier. |