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.
Public Structure NurbsData End Structure
public struct NurbsData { }
Comments? |