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

Returns eOk if successful, or eInvalidExtents if not. 

The extents are the WCS corner points of a box, aligned with the WCS axes, that encloses the 3D extents of this Block.

Returns the WCS geometric extents of this object. 

 

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