Click or drag to resize

SunAltitudeFromValues Method

[Missing <summary> documentation for "M:Rhino.Render.Sun.AltitudeFromValues(System.Double,System.Double,System.Double,System.Int32,System.DateTime,System.Double,System.Boolean)"]

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static double AltitudeFromValues(
	double latitude,
	double longitude,
	double timezoneHours,
	int daylightMinutes,
	DateTime when,
	double hours,
	bool fast = false
)

Parameters

latitude
Type: SystemDouble

[Missing <param name="latitude"/> documentation for "M:Rhino.Render.Sun.AltitudeFromValues(System.Double,System.Double,System.Double,System.Int32,System.DateTime,System.Double,System.Boolean)"]

longitude
Type: SystemDouble

[Missing <param name="longitude"/> documentation for "M:Rhino.Render.Sun.AltitudeFromValues(System.Double,System.Double,System.Double,System.Int32,System.DateTime,System.Double,System.Boolean)"]

timezoneHours
Type: SystemDouble

[Missing <param name="timezoneHours"/> documentation for "M:Rhino.Render.Sun.AltitudeFromValues(System.Double,System.Double,System.Double,System.Int32,System.DateTime,System.Double,System.Boolean)"]

daylightMinutes
Type: SystemInt32

[Missing <param name="daylightMinutes"/> documentation for "M:Rhino.Render.Sun.AltitudeFromValues(System.Double,System.Double,System.Double,System.Int32,System.DateTime,System.Double,System.Boolean)"]

when
Type: SystemDateTime

[Missing <param name="when"/> documentation for "M:Rhino.Render.Sun.AltitudeFromValues(System.Double,System.Double,System.Double,System.Int32,System.DateTime,System.Double,System.Boolean)"]

hours
Type: SystemDouble

[Missing <param name="hours"/> documentation for "M:Rhino.Render.Sun.AltitudeFromValues(System.Double,System.Double,System.Double,System.Int32,System.DateTime,System.Double,System.Boolean)"]

fast (Optional)
Type: SystemBoolean

[Missing <param name="fast"/> documentation for "M:Rhino.Render.Sun.AltitudeFromValues(System.Double,System.Double,System.Double,System.Int32,System.DateTime,System.Double,System.Boolean)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:Rhino.Render.Sun.AltitudeFromValues(System.Double,System.Double,System.Double,System.Int32,System.DateTime,System.Double,System.Boolean)"]

See Also