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 boxes as minimum and maximum 3D points.
 

Returns eOk if successful or an appropriate error code in the other case.

Returns the bounding box. 

 

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