CFx SDK Documentation
2020SP3
|
#include <GsInterfaceWrappers.h>
Additional Inherited Members | |
Public Types inherited from OdGsView | |
enum | RenderMode { kBoundingBox = -1, k2DOptimized = 0, kWireframe = 1, kHiddenLine = 2, kFlatShaded = 3, kGouraudShaded = 4, kFlatShadedWithWireframe = 5, kGouraudShadedWithWireframe = 6, kNone } |
enum | Projection { kParallel = 0, kPerspective = 1 } |
enum | SelectionMode { kWindow = 0, kCrossing = 1, kFence = 2, kWPoly = 3, kCPoly = 4, kPoint = 16 } |
enum | DefaultLightingType { kOneLight = 0, kTwoLights, kBackLight } |
enum | ClearColor { kTransparent, kDeviceBackground, kPaletteBackground } |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
Base template for OdGsView class wrappers.
Corresponding C++ library: TD_Gs
<group OdGs_Classes>
Definition at line 93 of file GsInterfaceWrappers.h.
|
inline |
Definition at line 100 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Adds the specified scene graph to this Viewport object.
pSceneGraph | [in] Pointer to the root of the scene graph. |
pModel | [in] Pointer to the Model object to which all scene graph notifications are to be directed. |
Implements OdGsView.
Definition at line 372 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns the back clip distance from the target of this Viewport object.
Implements OdGsView.
Definition at line 322 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns current background object ID for this view.
Implements OdGsView.
Definition at line 657 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Puts this Viewport object into interactive state.
frameRateInHz | [in] Frames/second. |
Implements OdGsView.
Definition at line 426 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Thaws all Layer objects in this Viewport object.
Implements OdGsView.
Definition at line 482 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns the ClientViewInfo for this Viewport object.
clientViewInfo | [out] Receives the ClientViewInfo. |
Reimplemented from OdGsView.
Definition at line 626 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Clones this view object.
cloneViewParameters | [in] If and only if true, view parameters will be cloned. |
cloneGeometry | [in] If and only if true, geometry will be cloned. |
Implements OdGsView.
Definition at line 556 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns the GsDevice object associated with this Viewport object.
Implements OdGsView.
Definition at line 106 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Translates the camera position and target by the specified Camera Coordinate dolly amount.
dollyVector | [in] Camera Coordinate dolly vector. |
xDolly | [in] Camera Coordinate X dolly amount. |
yDolly | [in] Camera Coordinate Y dolly amount. |
zDolly | [in] Camera Coordinate Z dolly amount. |
The Y-axis is along up vector. The Z-axis is along the vector from camera postiton to the target. The X-axis is the cross product Y-axis × Z-axis
Implements OdGsView.
Definition at line 501 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Implements OdGsView.
Definition at line 506 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Enables default lighting for this view.
bEnable | [in] New default lighting state. |
lightType | [in] New default lighting type. |
Implements OdGsView.
Definition at line 687 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Controls stereo viewing for this Viewport object.
enable | [in] Controls stereo viewing. |
Implements OdGsView.
Definition at line 575 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Removes this Viewport object from the interactive state.
frameRateInHz | [in] Frames/second. |
Implements OdGsView.
Definition at line 431 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Removes the specified scene graph from this Viewport object.
sceneGraph | [in] Pointer to the root of the scene graph. |
Implements OdGsView.
Definition at line 378 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Removes all scene graphs from this Viewport object.
sceneGraph | [in] Root of scene graph. |
Implements OdGsView.
Definition at line 384 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns true if an only if any view parameters have exceeded their boundaries since the last call to this function.
dolly() orbit() pan() roll() setBackClip() setFrontClip() setView() zoom()
Implements OdGsView.
Definition at line 568 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns true if and only if specified WCS box is visible completely or partially inside current view frustum.
minPt | [in] minimal WCS box point. |
maxPt | [in] maximal WCS box point. |
Implements OdGsView.
Definition at line 549 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns the WCS projection plane (field) height for this Viewport object.
Implements OdGsView.
Definition at line 277 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns the WCS projection plane (field) width for this Viewport object.
Implements OdGsView.
Definition at line 271 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Flushes the graphic pipeline and renders this Viewport object.
Implements OdGsView.
Definition at line 449 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Freezes the specified Layer object in this Viewport object.
layerID | [in] Layer to freeze. |
Implements OdGsView.
Definition at line 472 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns the front clip distance from the target of this Viewport object.
Implements OdGsView.
Definition at line 300 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns OdGsModel object associated with specified OdGiDrawable object in this Viewport object.
pDrawable | [in] Pointer onto OdGiDrawable object. |
Implements OdGsView.
Definition at line 390 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns array of OdGsModel objects associated with this Viewport object.
Implements OdGsView.
Definition at line 396 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns the display pixel density at the specified point for this Viewport object.
point | [in] WCS center of the unit square. |
pixelDensity | [out] Receives the pixel density. |
bUsePerspective | [in] Enable perspective inclusion into pixel density calculation. |
This function can be used to determine if the geometry generated for an object will be smaller than the size of a pixel.
Implements OdGsView.
Definition at line 645 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns image of current view buffer.
pImage | [out] Pointer for image to return. |
region | [in] Rectangle specifies region to return. |
Implements OdGsView.
Definition at line 693 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns the stereo parameters for this Viewport Object.
magnitude | [out] Receives the view separation [0.0 .. 2.0]. |
parallax | [out] Receives the plane of zero parallax adjustment [0.0 .. 2.0]. |
A magnitude of 1.0 is the default value. A magnitude of 0.0 produces no stereo effect. A magnitude of 2.0 produces a double stereo effect.
parallax adjusts the zero parallax plane.
A parallax of 1.0 is the default value. An object centered at the target will be half-in and half-out of the screen. A parallax of 0.0 moves the object into the screen. A parallax of 2.0 move the object out of the screen.
Implements OdGsView.
Definition at line 591 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns the size and position of this Viewport object.
lowerLeft | [out] Receives the lower-left corner in nomalized device coordinates [0.0 .. 1.0]. |
upperRight | [out] Receives the upper-right corner in nomalized device coordinates [0.0 .. 1.0]. |
screenRect | [out] Receives the screen rectangle in device coordinates (pixels). |
Implements OdGsView.
Definition at line 157 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Implements OdGsView.
Definition at line 162 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Reimplemented from OdGsView.
Definition at line 167 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns the color and width of the border for this Viewport object.
color | [out] Receives the border color. |
width | [out] Receives the border width in pixels. |
Implements OdGsView.
Definition at line 211 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Hides this Viewport object.
Implements OdGsView.
Definition at line 455 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns an iterator to traverse the lights attached to this Viewport object.
pLightsIterator | [in] Pointer to the lights iterator. |
Implements OdGsView.
Definition at line 597 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns interactivity frame rate
Implements OdGsView.
Definition at line 442 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Marks for refresh the specified region of this Viewport object.
screenRect | [in] Screen rectangle in device coordinates (pixels). |
Implements OdGsView.
Definition at line 403 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Implements OdGsView.
Definition at line 408 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Marks for regeneration all subViewportDraw() geometry for this Viewport object.
Implements OdGsView.
Definition at line 488 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns true if and only if back clipping is enabled for this Viewport object.
Implements OdGsView.
Definition at line 311 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns true if and only if front clipping is enabled for this Viewport object.
Implements OdGsView.
Definition at line 289 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Checks is this Viewport object is in interactive state.
Implements OdGsView.
Definition at line 436 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns true if and only if the projection type for this Viewport object is kPerspective.
Implements OdGsView.
Definition at line 264 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns true if and only if stereo viewing is enabled for this Viewport object.
Implements OdGsView.
Definition at line 580 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns true if and only if this Viewport object is showing the correct image.
Implements OdGsView.
Definition at line 413 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns true if and only if the border is visible for this Viewport object.
Implements OdGsView.
Definition at line 221 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns true if and only if this Viewport object is not hidden.
Implements OdGsView.
Definition at line 465 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns the perspective lens length for this Viewport object.
Implements OdGsView.
Definition at line 253 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns current alternate linetype scale multiplier value.
Implements OdGsView.
Definition at line 619 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns current linetype scale multiplier value.
Implements OdGsView.
Definition at line 608 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns the scale factor for displaying Lineweights in this Viewport object.
Implements OdGsView.
Definition at line 125 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Sets the render mode for this 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.
Implements OdGsView.
Definition at line 365 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns the matrix that transforms coordinates from model space to screen space for this Viewport object.
Implements OdGsView.
Definition at line 353 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Orbits the camera about the target by the specified amounts.
xOrbit | [in] X-axis Orbit. |
yOrbit | [in] Y-axis Orbit. |
The camera is first rotated about an axis parallel to the X-axis and passing through the target.
The camera is next rotated about an axis parallel to the Y-axis and passing through the target
The Y-axis is along up vector. The Z-axis is along the vector from camera postiton to the target. The X-axis is the cross product Y-axis × Z-axis
All angles are expressed in radians.
Implements OdGsView.
Definition at line 516 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Rotates the target about the camera the specified amounts.
xPan | [in] X-axis pan. |
yPan | [in] Y-axis pan. |
The target is first rotated about an axis parallel to the X-axis and passing through the camera.
The target is next rotated about an axis parallel to the Y-axis and passing through the camera.
The Y-axis is along up vector. The Z-axis is along the vector from camera postiton to the target. The X-axis is the cross product Y-axis × Z-axis All angles are expressed in radians.
Implements OdGsView.
Definition at line 526 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns true if and only if specified point is visible inside current view frustum.
pt | [in] WCS point for check. |
Implements OdGsView.
Definition at line 543 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Checks does specified point is inside viewport area.
screenPoint | [in] Check point in device coordinate space. |
Implements OdGsView.
Definition at line 638 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns the WCS camera position for this Viewport object.
Implements OdGsView.
Definition at line 234 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns the matrix that transforms view space to normalized device space for this Viewport object.
Implements OdGsView.
Definition at line 335 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Rotates the camera by the specified amount about the eye vector.
rollAngle | [in] Camera CCW roll angle. |
The Y-axis is along up-vector. The Z-axis (eye vector) is along the vector from camera postiton to the target. The X-axis is the cross product Y-axis × Z-axis.
All angles are expressed in radians.
Implements OdGsView.
Definition at line 511 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns the matrix that transforms normalized device space to screen space for this Viewport object.
Implements OdGsView.
Definition at line 341 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Runs selection procedure inside this Viewport object.
pts | [in] Selection points in device coordinate space. |
nPoints | [in] Count of selection points. |
pReactor | [in] Selection callback pointer. |
mode | [in] Selection mode. |
Implements OdGsView.
Definition at line 494 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Sets a multiplier that could be used as an alternate scale factor for linetypes in this Viewport object.
linetypeAlternateScaleMultiplier | [in] Alternate linetype scale multiplier. |
Implements OdGsView.
Definition at line 614 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Sets the back clip distance from the target of this Viewport object.
backClip | [in] Back clip distance. |
Implements OdGsView.
Definition at line 317 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Sets background object for this view.
backgroundId | [in] New background object ID. |
Implements OdGsView.
Definition at line 652 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Sets the clear color for this view
color | [in] The clear color. |
Implements OdGsView.
Definition at line 632 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Controls the back clipping of this Viewport object.
enable | [in] Enable back clipping. |
Implements OdGsView.
Definition at line 306 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Controls the front clipping of this Viewport object.
enable | [in] Enable front clipping. |
Implements OdGsView.
Definition at line 284 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Sets the front clip distance from the target of this Viewport object.
frontClip | [in] Front clip distance. |
Implements OdGsView.
Definition at line 295 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Sets the perspective lens length for this Viewport object.
lensLength | [in] Perspective lens length. |
Implements OdGsView.
Definition at line 259 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Sets a multiplier that is used to scale all linetypes in this Viewport object.
linetypeScaleMultiplier | [in] Linetype scale multiplier. |
Implements OdGsView.
Definition at line 603 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Sets the lineweights for this Viewport object.
numLineweights | [in] Number of Lineweights. |
lineweights | [in] Array of Lineweights. |
Implements OdGsView.
Definition at line 136 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Sets the scale factor for displaying Lineweights in this Viewport object.
scale | [in] Scale factor. |
Implements OdGsView.
Definition at line 131 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Sets the render mode for this Viewport object.
mode | [in] Render mode. |
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.
Implements OdGsView.
Definition at line 360 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Sets the stereo parameters for this Viewport Object.
magnitude | [in] View separation [0.0 .. 2.0]. |
parallax | [in] Adjusts the plane of zero parallax [0.0 .. 2.0]. |
A magnitude of 1.0 is the default value. A magnitude of 0.0 produces no stereo effect. A magnitude of 2.0 produces a double stereo effect.
parallax adjusts the zero parallax plane.
A parallax of 1.0 is the default value. An object centered at the target will be half-in and half-out of the screen. A parallax of 0.0 moves the object into the screen. A parallax of 2.0 move the object out of the screen.
Implements OdGsView.
Definition at line 586 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Sets the User Context object associated with this Viewport object.
pUserGiContext | [in] Pointer to the User Context. |
Implements OdGsView.
Definition at line 119 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Sets the camera parameters for this Viewport object.
position | [in] Camera position. |
target | [in] Camera target. |
upVector | [in] Camera up vector. |
fieldWidth | [in] Projection plane (field) width. |
fieldHeight | [in] Projection plane (field) height. |
projectionType | [in] Projection type. |
projectionType must be one of the following:
Value kParallel 0 kPerspective 1
Implements OdGsView.
Definition at line 228 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Sets the size and position of this Viewport object.
lowerLeft | [in] Lower-left corner in nomalized device coordinates [0.0 .. 1.0]. |
upperRight | [in] Upper-right corner in nomalized device coordinates [0.0 .. 1.0]. |
screenRect | [in] Screen rectangle in device coordinates (pixels). |
Implements OdGsView.
Definition at line 142 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Implements OdGsView.
Definition at line 147 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Reimplemented from OdGsView.
Definition at line 152 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Defines the 3d clipping for this Viewport object.
pBoundary | [in] 3d clipping boundary. |
pClipInfo | [in] Optional 3d clipping boundary extended data. |
Reimplemented from OdGsView.
Definition at line 194 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Sets the color and width of the border for this Viewport object.
color | [in] Border color. |
width | [in] Border width in pixels. |
Implements OdGsView.
Definition at line 206 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Controls the border visibility for this Viewport object.
visible | [in] Controls visibility. |
Implements OdGsView.
Definition at line 216 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Implements OdGsView.
Definition at line 178 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Defines a polygonal clip region for this Viewport object.
numCoutours | [in] Number of polygonal contours. |
numVertices | [in] Array of the number of vertices in each polygonal contour. |
vertices | [in] Array of device coordinate (pixel) vertices defining the polygonal contours. |
Implements OdGsView.
Definition at line 173 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Sets visual style for this view.
visualStyle | [in] New visual style data. |
Implements OdGsView.
Definition at line 675 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Sets visual style object for this view.
visualStyleId | [in] New visual style object ID. |
Implements OdGsView.
Definition at line 664 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Un-hides this Viewport object.
Implements OdGsView.
Definition at line 460 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns the WCS camera target for this Viewport object.
Implements OdGsView.
Definition at line 240 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Thaws the specified Layer object in this Viewport object.
layerID | [in] Layer to thaw. |
Implements OdGsView.
Definition at line 477 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Flushes any queued graphics to the display device.
Implements OdGsView.
Definition at line 420 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns the WCS camera up vector for this Viewport object.
Implements OdGsView.
Definition at line 246 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns the GiContext object associated with this Viewport object.
Implements OdGsView.
Definition at line 113 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns the matrix that transforms world space to view space for this Viewport object.
Implements OdGsView.
Definition at line 329 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Sets the view parameters of the specified OdGsView object to that of this Viewport object.
pView | [out] Receives the view parameters. |
Implements OdGsView.
Definition at line 562 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns the current 3d clipping for this Viewport object.
ppClipInfo | [out] Optional 3d clipping boundary extended data. |
Reimplemented from OdGsView.
Definition at line 199 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Implements OdGsView.
Definition at line 188 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns a polygonal clip region for this Viewport object.
counts | [out] Array of the number of vertices in each polygonal contour. |
vertices | [out] Array of device coordinate (pixel) vertices defining the polygonal contours. |
Implements OdGsView.
Definition at line 183 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns current visual style object ID for this view.
Implements OdGsView.
Definition at line 669 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns current visual style for this view.
visualStyle | [out] OdGiVisualStyle structure to fill by current visual style data. |
Implements OdGsView.
Definition at line 680 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Returns a matrix that transforms coordinates from world space to screen space for this Viewport object.
Implements OdGsView.
Definition at line 347 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Scales the focal length of the camera by the specified amount.
zoomFactor | [in] Zoom factor. |
Implements OdGsView.
Definition at line 521 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Scales the camera to completely include specified WCS box inside view frustum.
minPt | [in] minimal WCS box point. |
maxPt | [in] maximal WCS box point. |
Implements OdGsView.
Definition at line 532 of file GsInterfaceWrappers.h.
|
inlinevirtual |
Scales the camera to completely include specified screen area.
lowerLeft | [in] Lower-left corner in nomalized device coordinates [0.0 .. 1.0]. |
upperRight | [in] Upper-right corner in nomalized device coordinates [0.0 .. 1.0]. |
Implements OdGsView.
Definition at line 537 of file GsInterfaceWrappers.h.