RhinoCommon API
Cone Constructor |
Initializes a new cone with a specified base plane, height and radius.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public Cone( Plane plane, double height, double radius )
Public Sub New ( plane As Plane, height As Double, radius As Double )
Parameters
- plane
- Type: Rhino.GeometryPlane
Base plane of cone. The apex of the cone is at the plane's origin. - height
- Type: SystemDouble
Height of cone. - radius
- Type: SystemDouble
Radius of cone.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14