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)
Syntaxpublic Result GetInterpolatedCurve(
out NurbsCurve curve
)
Public Function GetInterpolatedCurve (
<OutAttribute> ByRef curve As NurbsCurve
) As Result
Parameters
- curve
- Type: Rhino.GeometryNurbsCurve
The resulting curve, or null when the result is not Success.
Return Value
Type:
ResultThe command result.
See Also