API Reference > OdGe Classes > OdGeBoundBlock2d Class > OdGeBoundBlock2d Methods > OdGeBoundBlock2d::get Method
OdGeBoundBlock2d::get Method
Syntax
C++
void get(OdGePoint2d& base, OdGeVector2d& side1, OdGeVector2d& side2) const;
Parameters 
Description 
OdGePoint2d& base 
[out] Receives the base of bounding block.  
OdGeVector2d& side1 
[out] Receives the first side of bounding block.  
OdGeVector2d& side2 
[out] Receives the second side of bounding block. 

Returns base and sides of bounding block. 

 

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