Click or drag to resize

GetTruncatedConeGet Method

Prompt for the getting of a truncated cone.

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

Parameters

truncatedCone
Type: Rhino.GeometryBrep
The truncated cone in Brep form.

Return Value

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