SphereLongitudeDegrees Method |
Computes the meridian at a specific longitude angle.
The angle is specified in degrees.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Circle LongitudeDegrees(
double degrees
)
Public Function LongitudeDegrees (
degrees As Double
) As Circle
Parameters
- degrees
- Type: SystemDouble
An angle in degrees.
Return Value
Type:
CircleA circle.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also