M_Rhino_Geometry_Curve_CreateControlPointCurve - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a control-point of degree=3 (or less).
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Curve CreateControlPointCurve(
IEnumerable<Point3d> points
)
VB
Public Shared Function CreateControlPointCurve (
points As IEnumerable(Of Point3d)
) As Curve
- points
- Type: System.Collections.Generic.IEnumerable(Point3d)
Control points of curve.
Type: Curve
[Missing documentation for "M:Rhino.Geometry.Curve.CreateControlPointCurve(System.Collections.Generic.IEnumerable{Rhino.Geometry.Point3d})"]
Supported in: 6.0.16224.21491, 5D58w
Curve Class
CreateControlPointCurve Overload
Rhino.Geometry Namespace