M_Rhino_Geometry_Cone_AngleInRadians - mcneel/rhinocommon-api-docs GitHub Wiki
Computes the angle (in radians) between the axis and the side of the cone. The angle and the height have the same sign.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public double AngleInRadians()
VB
Public Function AngleInRadians As Double
Type: Double
Math.Atan(Radius / Height) if the height is not 0; 0 if the radius is 0; Math.PI otherwise.
Supported in: 6.0.16224.21491, 5D58w