API Reference > OdGe Classes > OdGeCurve3d Class > OdGeCurve3d Methods > OdGeCurve3d::explode Method
OdGeCurve3d::explode Method
Syntax
C++
bool explode(OdGeCurve3dPtrArray& explodedCurves, OdGeIntArray& newExplodedCurves, const OdGeInterval* pInterval = NULL) const;
Parameters 
Description 
OdGeCurve3dPtrArray& explodedCurves 
[out] Receives an array of pointers to the subcurves from the explosion.  
OdGeIntArray& newExplodedCurves 
[out] Receives an array of flags which, if true, correspond to those explodedCurves the caller must delete.  
const OdGeInterval* pInterval = NULL 
[in] Pointer to the interval to be exploded. Defaults to entire curve. 

Explodes this curve over the specified interval. 

 

The original curve is not changed.

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