RhinoCommon API
CurveCreateControlPointCurve Method (IEnumerablePoint3d) |
Constructs a control-point of degree=3 (or less).
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public static Curve CreateControlPointCurve( IEnumerable<Point3d> points )
Public Shared Function CreateControlPointCurve ( points As IEnumerable(Of Point3d) ) As Curve
Parameters
- points
- Type: System.Collections.GenericIEnumerablePoint3d
Control points of curve.
Return Value
Type: Curve[Missing <returns> documentation for "M:Rhino.Geometry.Curve.CreateControlPointCurve(System.Collections.Generic.IEnumerable{Rhino.Geometry.Point3d})"]
