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

details Constructor for the OdGeBoundBlock3d class.

The constructor constructs a box bounded by two input points.

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