API Reference > OdDb Classes > OdDbSpline Class > OdDbSpline Methods > OdDbSpline::getSplitCurves Method
OdDbSpline::getSplitCurves Method
Syntax
C++
virtual OdResult getSplitCurves(const OdGeDoubleArray& params, OdRxObjectPtrArray& entitySet) const;
Parameters 
Description 
const OdGeDoubleArray& params 
[in] Array of curve parameters defining the segments.  
curveSegments 
[out] Receives an array of SmartPointers to the curves segments. 

Returns eOk if successful, or an appropriate error code if not.

Creates a set of curves representing this splitting of this Curve object at the specified (parametric) points.

Pointers to all new curves are appended to the curveSegments array.

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