API Reference > Namespaces > OdSi Namespace > Classes > BBox Class > BBox Methods > explodeExtent Method > BBox::explodeExtent Method (OdGePoint3d*, OdGeBoundBlock3d&)
BBox::explodeExtent Method (OdGePoint3d*, OdGeBoundBlock3d&)
Syntax
C++
static ExtentsType explodeExtent(OdGePoint3d* points, const OdGeBoundBlock3d& extents);
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 
k3dExtents 

 

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.