API Reference > OdDbRoot Classes > OdDbBaseVisualStylePE Class > OdDbBaseVisualStylePE Methods > OdDbBaseVisualStylePE::getApproxExtents Method
OdDbBaseVisualStylePE::getApproxExtents Method
Syntax
C++
virtual bool getApproxExtents(const OdRxObject*, OdGePoint3d& extMin, OdGePoint3d& extMax) const = 0;
Parameters 
Description 
OdGePoint3d& extMin 
[in] A reference to an OdGePoint3d object to store and return the left lower corner of the extents rectangle.  
OdGePoint3d& extMax 
[in] A reference to an OdGePoint3d object to store and return the right upper corner of the extents rectangle. 

Returns the approximate extents of a specified layout. 

param [in] A pointer to a layout object.

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