Click or drag to resize

GetEllipseGet Method

Prompt for the getting of an ellipse.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public Result Get(
	out NurbsCurve ellipse
)

Parameters

ellipse
Type: Rhino.GeometryNurbsCurve
The ellipse in NURB form.

Return Value

Type: Result
The result of the get operation.
See Also