Click or drag to resize

CurveCreateControlPointCurve Method (IEnumerablePoint3d)

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Curve CreateControlPointCurve(
	IEnumerable<Point3d> points
)

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})"]

See Also