API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::getBoundingBox Method
OdModelerGeometry::getBoundingBox Method
Syntax
C++
virtual OdResult getBoundingBox(OdGeExtents3d & box) = 0;
Parameters 
Description 
OdGeExtents3d & box 
[out] 3D bounding box as minimum and maximum 3D points.
 

eOk if successful or an appropriate error code otherwise.

Returns the bounding box. 

 

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