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.
Visual Basic
Public Structure NurbsData End Structure
C#
public struct NurbsData { }
Links
NurbsData Methods, NurbsData Operators, NurbsData Properties