GetCylinderGet Method (Extrusion) |
Prompt for the getting of a cylinder.
Namespace:
Rhino.Input.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntaxpublic Result Get(
out Extrusion cylinder
)
Public Function Get (
<OutAttribute> ByRef cylinder As Extrusion
) As Result
Parameters
- cylinder
- Type: Rhino.GeometryExtrusion
The cylinder geometry defined by the user.
Return Value
Type:
ResultThe result of the getting operation.
See Also