M_Rhino_Geometry_Curve_CreateControlPointCurve_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a curve from a set of control-point locations.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
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
- 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.
Type: Curve
[Missing documentation for "M:Rhino.Geometry.Curve.CreateControlPointCurve(System.Collections.Generic.IEnumerable{Rhino.Geometry.Point3d},System.Int32)"]
Supported in: 6.0.16224.21491, 5D58w
Curve Class
CreateControlPointCurve Overload
Rhino.Geometry Namespace