Parameters |
Description |
OdGePoint3d* points |
[out] Receives the array[8] of points. |
const OdGeBoundBlock3d& extents |
[in] BoundBlock object. |
Returns the ExtentsType of the specified exents.
Explodes the specified extents box or bounding block into an array of points.
explodeExtent() returns one of the following:
Name |
Value |
k2dExtents |
0 |
k3dExtents |
1 |
The points array will start at extents.minPoint, and proceed clockwise about the extents. It will then repeat this sequence at the top of the extents.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|