Click or drag to resize

GetCurveGetInterpolatedCurve Method

Interactively picks the points an interpolated curve passes through. This is what the Rhino InterpCrv command uses.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Result GetInterpolatedCurve(
	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