Click or drag to resize

GetEllipsoidGet Method

Prompt for the getting of an ellipsoid.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public Result Get(
	out NurbsSurface ellipsoid
)

Parameters

ellipsoid
Type: Rhino.GeometryNurbsSurface
The ellipsoid in NURB form.

Return Value

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