RhinoCommon API
GetConeGet Method |
Prompt for the getting of a cone.
Namespace: Rhino.Input.Custom
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public Result Get( out Cone cone )
Public Function Get ( <OutAttribute> ByRef cone As Cone ) As Result
Parameters
- cone
- Type: Rhino.GeometryCone
The cone geometry defined by the user.
Return Value
Type: ResultThe result of the getting operation.
