Description
Replaces any existing spline data with the data passed in via NurbsData parameters.
If the spline is not periodic, the length of knot vector will be greater than length of the control array by degree+1.
If the spline is periodic, the length of knot vector will be greater than length of the control array by 1.
C#
public struct NurbsData { }
Visual Basic
Public Structure NurbsData End Structure
Links
NurbsData Methods, NurbsData Operators, NurbsData Properties