C++
GE_DLLEXPIMPORT AcGeBoundBlock2d( const AcGePoint2d& base, const AcGeVector2d& dir1, const AcGeVector2d& dir2 );
Description
Constructs a parallelogram given a vertex and two sides.
Parameters
| Parameters | Description |
|---|---|
| base | Input origin vertex a corner of the bounding area |
| dir1 | Input direction and size for first side of the bounding area |
| dir2 | Input direction and size for second side of the bounding area |