Click or drag to resize

GetCurveGetControlPointCurve Method

Interactively picks the control points of a curve. This is what the Rhino Curve command uses.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Result GetControlPointCurve(
	out NurbsCurve curve
)

Parameters

curve
Type: Rhino.GeometryNurbsCurve
The resulting curve, or null when the result is not Success.

Return Value

Type: Result
The command result.
See Also