ImageGear .NET - Updated March 30, 2018
Degree Property (ImGearVectorEntityNURBScurve)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityNURBScurve Class : Degree Property
Gets or sets a degree of the NURBS curve.
Syntax
'Declaration
 
Public Property Degree As Integer
 
'Usage
 
Dim instance As ImGearVectorEntityNURBScurve
Dim value As Integer
 
instance.Degree = value
 
value = instance.Degree

Property Value

Numeric value equal to 2 or greater.
Remarks
Usually count of knots is equals to count of control points + degree + 1. If this is not so then knot vector is corrected. The default value is 3.
See Also

Reference

ImGearVectorEntityNURBScurve Class
ImGearVectorEntityNURBScurve Members