Click or drag to resize

GetCylinderGet Method (Extrusion)

Prompt for the getting of a cylinder.

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

Parameters

cylinder
Type: Rhino.GeometryExtrusion
The cylinder geometry defined by the user.

Return Value

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