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)
Since: 5.0
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.
See Also