GMModelInterfaces Global Function CATCGMConcatenateNurbsCurves
CATCGMConcatenateNurbsCurves( | | iCurveList, |
| | ioControlPoints, |
| | ioWeights, |
| | ioKnotVector) |
-
Computes the data required for the C0-concatenation of a list of Nurbs curves.
- Parameters:
-
- iCurveList
- The list of Nurbs curves to be concatenated. The input curves must be of
CATNurbsCurve type and C0 connected. In the input curve list, the curves must be
sorted according to their parametrization,
from the smallest to the biggest parameter.
- ioControlPoints
- The output set of control points.
- ioWeights
- The output array of weights.
- ioKnotVector
- The output knot vector.
- Returns:
- The returned diagnosis.
Legal values:
- TRUE
- Concatenation is OK
- FALSE
- Concatenation failed
This object is included in the file: CATCGMConcatenateNurbsTool.h
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.