API Reference > OdGe Classes > OdGeBoundBlock2d Class > OdGeBoundBlock2d Methods > set Method > OdGeBoundBlock2d::set Method (OdGePoint2d&, OdGeVector2d&, OdGeVector2d&)
OdGeBoundBlock2d::set Method (OdGePoint2d&, OdGeVector2d&, OdGeVector2d&)
Syntax
C++
OdGeBoundBlock2d& set(const OdGePoint2d& base, const OdGeVector2d& side1, const OdGeVector2d& side2);
Parameters 
Description 
const OdGePoint2d& base 
[in] Base of parallelogram bounding block.  
const OdGeVector2d& side1 
[in] First side of parallelogram bounding block.  
const OdGeVector2d& side2 
[in] Second side of parallelogram bounding block. 

Sets the bounding block to a parallelogram bounding block. 

 

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