API Reference > OdDb Classes > OdDbBlockTableRecord Class > OdDbBlockTableRecord Methods > OdDbBlockTableRecord::geomExtentsBestFit Method
OdDbBlockTableRecord::geomExtentsBestFit Method
Syntax
C++
OdResult geomExtentsBestFit(OdGeExtents3d& extents, const OdGeMatrix3d& parentXform = OdGeMatrix3d::kIdentity) const;
Parameters 
Description 
OdGeExtents3d& extents 
[out] WCS extents of the block reference.  
const OdGeMatrix3d& parentXform = OdGeMatrix3d::kIdentity 
[in] Transformation matrix for block reference's geometry. 

This method gets copies of this object, applies parentXform to it and after this calculates extents on the resulting object. 

 

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