M_Rhino_Geometry_Curve_CreateControlPointCurve - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.CreateControlPointCurve Method (IEnumerable(Point3d))

Constructs a control-point of degree=3 (or less).

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

Syntax

C#

public static Curve CreateControlPointCurve(
	IEnumerable<Point3d> points
)

VB

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

Parameters

 

points
Type: System.Collections.Generic.IEnumerable(Point3d)
Control points of curve.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
CreateControlPointCurve Overload
Rhino.Geometry Namespace

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