SunSetPosition Method (Double, Double) |
Sets position of the Sun based on azimuth and altitude values.
Using this function will also set sun to manual.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void SetPosition(
double azimuthDegrees,
double altitudeDegrees
)
Public Sub SetPosition (
azimuthDegrees As Double,
altitudeDegrees As Double
)
Parameters
- azimuthDegrees
- Type: SystemDouble
The azimuth sun angle in degrees. - altitudeDegrees
- Type: SystemDouble
The altitude sun angle in degrees.
Version InformationRhino for Windows
Supported in: 6.8
See Also