Click or drag to resize

RhinoGetGetInterpolatedCurveOnSurface Method (Surface, Curve)

Interactively picks the points of a curve interpolated through a surface. This is the getter behind the Rhino InterpCrvOnSrf command.

Namespace:  Rhino.Input
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Result GetInterpolatedCurveOnSurface(
	Surface surface,
	out Curve curve
)

Parameters

surface
Type: Rhino.GeometrySurface
The surface to draw on, or null to have the user pick one.
curve
Type: Rhino.GeometryCurve
The resulting curve, or null when the result is not Success.

Return Value

Type: Result
The command result.
See Also