M_Rhino_Geometry_Cone__ctor - mcneel/rhinocommon-api-docs GitHub Wiki
Initializes a new cone with a specified base plane, height and radius.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Cone(
Plane plane,
double height,
double radius
)
VB
Public Sub New (
plane As Plane,
height As Double,
radius As Double
)
- 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.
Supported in: 6.0.16224.21491, 5D58w