Skip to content

M_Rhino_Geometry_Cone__ctor

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Cone Constructor

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Cone(
	Plane plane,
	double height,
	double radius
)

VB

Public Sub New ( 
	plane As Plane,
	height As Double,
	radius As Double
)

Parameters

 

plane
Type: Rhino.Geometry.Plane
Base plane of cone. The apex of the cone is at the plane's origin.
height
Type: System.Double
Height of cone.
radius
Type: System.Double
Radius of cone.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Cone Structure
Rhino.Geometry Namespace

Clone this wiki locally