Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdAbstractViewPE::zoomExtents Method
Syntax
C++
virtual bool zoomExtents(OdRxObject* pViewport, const OdGeBoundBlock3d* pExtents = 0, double extCoef = 1.02) const;

Modifies the specified Viewport object to fit the specified eye coordinate system extents. 

 

Parameters
Description
pViewport
[in] Pointer to the Viewport object.
pExtents
[in] Pointer to the extents.
extCoef
[in] Optional extents multiplier.

Returns true if and only if the extents are defined.

If pExtents is null, this function calls viewExtents() to determine the extents.

Copyright © 2002-2022. Open Design Alliance All rights reserved.