Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
BBox::explodeExtent Method (OdGePoint3d*, const OdGeExtents3d&)
Syntax
C++
static ExtentsType explodeExtent(OdGePoint3d* points, const OdGeExtents3d& extents);

Explodes the specified extents box or bounding block into an array of points. 

 

Parameters
Description
points
[out] Receives the array[8] of points.
extents
[in] 3D extents.

Returns the ExtentsType of the specified exents.

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-2022. Open Design Alliance All rights reserved.