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)
Syntaxpublic Result GetControlPointCurve(
out NurbsCurve curve
)
Public Function GetControlPointCurve (
<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