Sun.SetPosition Method (Double, Double)

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)
Syntax
public 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 Information

Rhino for Windows

Supported in: 6.14
See Also