Click or drag to resize

GetConeGet Method

Prompt for the getting of a cone.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Result Get(
	out Cone cone
)

Parameters

cone
Type: Rhino.GeometryCone
The cone geometry defined by the user.

Return Value

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