API Reference > OdGe Classes > OdGeBoundBlock2d Class > OdGeBoundBlock2d Constructor > OdGeBoundBlock2d::OdGeBoundBlock2d Constructor (OdGePoint2d&, OdGeVector2d&, OdGeVector2d&)
OdGeBoundBlock2d::OdGeBoundBlock2d Constructor (OdGePoint2d&, OdGeVector2d&, OdGeVector2d&)
Syntax
C++
OdGeBoundBlock2d(const OdGePoint2d& base, const OdGeVector2d& dir1, const OdGeVector2d& dir2);
Parameters 
Description 
const OdGePoint2d& base 
[in] Base of a parallelogram bounding block.  
const OdGeVector2d& dir1 
[in] First side of a parallelogram bounding block.  
const OdGeVector2d& dir2 
[in] Second side of a parallelogram bounding block. 

details Constructor for the OdGeBoundBlock2d class.

The constructor constructs a parallelogram with given point and two sides.

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