API Reference > Classes > Base Classes > OdBmObject Class > OdBmObject Methods > OdBmObject::getGeomExtents Method
OdBmObject::getGeomExtents Method
Syntax
C++
virtual OdResult getGeomExtents(OdGeExtents3d& extents) const;
Parameters 
Description 
OdGeExtents3d& extents 
[out] Receives the WCS extents. 

Returns eOk if successful or an appropriate error code if not.

Returns a WCS bounding box that represents the extents of this object. 

 

The default implementation of this function always returns eInvalidExtents.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.