Cone Constructor

Cone Constructor

Initializes a new cone with a specified base plane, height and radius.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also