M_Rhino_Geometry_Curve_CreateControlPointCurve_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.CreateControlPointCurve Method (IEnumerable(Point3d), Int32)

Constructs a curve from a set of control-point locations.

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

Syntax

C#

public static Curve CreateControlPointCurve(
	IEnumerable<Point3d> points,
	int degree
)

VB

Public Shared Function CreateControlPointCurve ( 
	points As IEnumerable(Of Point3d),
	degree As Integer
) As Curve

Parameters

 

points
Type: System.Collections.Generic.IEnumerable(Point3d)
Control points.
degree
Type: System.Int32
Degree of curve. The number of control points must be at least degree+1.

Return Value

Type: Curve
[Missing documentation for "M:Rhino.Geometry.Curve.CreateControlPointCurve(System.Collections.Generic.IEnumerable{Rhino.Geometry.Point3d},System.Int32)"]

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
CreateControlPointCurve Overload
Rhino.Geometry Namespace

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