Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCurve2d::explode Method
Syntax
C++
bool explode(OdGeCurve2dPtrArray& explodedCurves, OdGeIntArray& newExplodedCurve, const OdGeInterval* interval = NULL) const;

Explodes the curve into its component sub-curves.

Parameters
Description
explodedCurves
[out] List of curves into which this curve was exploded.
newExplodedCurve
[out] Array of flags telling whether the returned curves should be deleted.
interval
[in] Interval of curve that is to be exploded.

true if the curve is exploded (that is, the curve was a composite or a discontinuous spline) and false otherwise.

By default this function throws the exception "not Implemented". Should be implemented in derived classes.

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