SWITCH TO MANUAL
Class in Zendir.Universe
| Inherits from UniverseModel
Declaration
class SolarModel ;
Description
Defines the behaviour for a solar observer that is able to determine
the solar flux of the sun and the eclipse based on the planets at the current
position of the attached target. This model can be placed on any particular
universe object class.
Properties
Declared Description Flux Flux at body position. In_SunPlanetStateMsg A reference to the sun planet message from the simulation thatincludes the sun message. In_TransformMsg A reference to the current transform of the object that is attachedto this model. Out_EclipseMsg The eclipse information at the current point of the simulation at thelocation of the object. Out_SolarFluxMsg The solar flux information at the current point of the simulation atthe location of the object. Visibility The factor of visibility between the object and the sun(1.0 being fully visible).
Inherited Description IsEnabled Is true if the object is currently enabled. Name The display name or tag of this object. Parent The currently attached parent object.
Methods
Inherited Description Destroy Removes the current object from the simulation. FindParentWithID Returns an attached parent that satisfies the specified ID. FindParentWithType Returns an attached parent that satisfies the specified type. FindRootWithID Returns a root object that satisfies the specified ID. FindRootWithType Returns a root object that satisfies the specified type.