API Reference > Other Classes > OdAbstractViewPE Class > OdAbstractViewPE Methods > OdAbstractViewPE::viewExtents Method
OdAbstractViewPE::viewExtents Method
Syntax
C++
virtual bool viewExtents(const OdRxObject* pViewport, OdGeBoundBlock3d& extents) const = 0;
Parameters 
Description 
const OdRxObject* pViewport 
[in] Pointer to the Viewport object.  
OdGeBoundBlock3d& extents 
[out] Receives the extents. 

Returns true if and only if the extents are defined.

Returns the eye coordinate system extents of the specified Viewport object. 

 

The components of extents are clipped to the range [-10e100..10e100].

Coordinate Systems

Copyright © 2002–2020. Open Design Alliance. All rights reserved.