Click or drag to resize

GetSphereGet Method

Prompt for the getting of a sphere.

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

Parameters

sphere
Type: Rhino.GeometrySphere
The sphere geometry defined by the user.

Return Value

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