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

public Result Get( out Brep truncatedCone )
Public Function Get ( <OutAttribute> ByRef truncatedCone As Brep ) As Result
Parameters
- truncatedCone
- Type: Rhino.GeometryBrep
The truncated cone in Brep form.
Return Value
Type: ResultThe result of the getting operation.
