Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCurve3d::explode Method
Syntax
C++
bool explode(OdGeCurve3dPtrArray& explodedCurves, OdGeIntArray& newExplodedCurves, const OdGeInterval* pInterval = NULL) const;

Explodes this curve over the specified interval. 

 

Parameters
Description
explodedCurves
[out] Receives an array of pointers to the subcurves from the explosion.
newExplodedCurves
[out] Receives an array of flags which, if true, correspond to those explodedCurves the caller must delete.
pInterval
[in] Pointer to the interval to be exploded. Defaults to entire curve.

true if the operation is successful; false otherwise.

The original curve is not changed.

Copyright © 2002-2022. Open Design Alliance All rights reserved.