NurbsData Structure   MG2010NewC

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

Links