Click or drag to resize

Cone Constructor

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Cone(
	Plane plane,
	double height,
	double radius
)

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.
See Also