Close

Relief for ODA Team in Ukraine

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

Returns pointers to the curves that result from splitting this curve at the points corresponding to params. 

 

Parameters
Description
params
[in] The parameter values corresponding to the split points.
entitySet
[out] Receives an array of pointers to the split curves.
  • The first split curve will be from the start of this curve to params[0].
  • The second split curve will be from params[0] to params[1].
  • The last split curve will be from params[n-1] to the end of his curve.
Copyright © 2002-2022. Open Design Alliance All rights reserved.