Share

NurbCurve3dData Structure

Description

This class contains data that defines a NurbCurve3d object.

If the NurbCurve3d is not periodic, the length of the knot vector will be greater than length of the control array by degree+1.

If the NurbCurve3d is periodic, the length of the knot vector will be greater than length of the control array by 1.

Visual Basic

Public Structure NurbCurve3dData
End Structure

C#

public struct NurbCurve3dData {
}

Links

NurbCurve3dData Methods, NurbCurve3dData Operators, NurbCurve3dData Properties

Was this information helpful?