Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDgCurveElement3d::getSplitCurves Method (const OdGeDoubleArray&, OdRxObjectPtrArray&)
Syntax
C++
virtual OdResult getSplitCurves(const OdGeDoubleArray& params, OdRxObjectPtrArray& curveSegments) const;

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

Parameters
Description
params
[in] Array of curve parameters defining the segments.
curveSegments
[out] Receives an array of SmartPointers to the curves segments.
points
[in] Array of points defining the segments.

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

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

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