M_Rhino_Geometry_NurbsCurve__ctor_2 - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a new Nurbscurve with a specific degree and control-point count.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public NurbsCurve(
int degree,
int pointCount
)VB
Public Sub New (
degree As Integer,
pointCount As Integer
)
- degree
- Type: System.Int32
Degree of curve. Must be equal to or larger than 1 and smaller than or equal to 11. - pointCount
- Type: System.Int32
Number of control-points.
Supported in: 6.0.16224.21491, 5D58w