BezierCurveIncreaseDegree Method |
Increase degree of bezier
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool IncreaseDegree(
int desiredDegree
)
Public Function IncreaseDegree (
desiredDegree As Integer
) As Boolean
Parameters
- desiredDegree
- Type: SystemInt32
Return Value
Type:
Booleantrue if successful. false if desiredDegree < current degree.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also