M_Rhino_Geometry_NurbsCurve__ctor_2 - mcneel/rhinocommon-api-docs GitHub Wiki

NurbsCurve Constructor (Int32, Int32)

Constructs a new Nurbscurve with a specific degree and control-point count.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public NurbsCurve(
	int degree,
	int pointCount
)

VB

Public Sub New ( 
	degree As Integer,
	pointCount As Integer
)

Parameters

 

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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

NurbsCurve Class
NurbsCurve Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️