API Reference > OdGe Classes > OdGeBoundBlock2d Class > OdGeBoundBlock2d Constructor > OdGeBoundBlock2d::OdGeBoundBlock2d Constructor (OdGePoint2d&, OdGePoint2d&)
OdGeBoundBlock2d::OdGeBoundBlock2d Constructor (OdGePoint2d&, OdGePoint2d&)
Syntax
C++
OdGeBoundBlock2d(const OdGePoint2d& point1, const OdGePoint2d& point2);
Parameters 
Description 
const OdGePoint2d& point1 
[in] First point of a coordinate-aligned box.  
const OdGePoint2d& point2 
[in] Second point of a coordinate-aligned box. 

details Constructor for the OdGeBoundBlock2d class.

The constructor constructs a box bounded by first and second input points.

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