Click or drag to resize

GetTorusGet Method

Prompt for the getting of a torus.

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

Parameters

torus
Type: Rhino.GeometryTorus
The torus geometry defined by the user.

Return Value

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