Initializes a new cone with a specified base plane, height and radius.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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 InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also