Click or drag to resize

ScalarOccultation.CreateEvaluatorHelper Method

Checks all properties and creates the vectors required to evaluate occultation fractions.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
protected void CreateEvaluatorHelper(
	EvaluatorGroup group,
	RadiationVectorType vectorType,
	out List<VectorEvaluator> platformToOccluding,
	out List<VectorEvaluator> platformToIlluminating,
	out List<Ellipsoid> occludingShapes,
	out Ellipsoid illuminatingShape
)

Parameters

group
Type: AGI.Foundation.EvaluatorGroup
The group used for the created definitional objects.
vectorType
Type: AGI.Foundation.Celestial.RadiationVectorType
The type of the directional vector, which can be either true or account for aberration and light time delay.
platformToOccluding
Type: System.Collections.Generic.List<VectorEvaluator>
A list of observer to occluding body vectors.
platformToIlluminating
Type: System.Collections.Generic.List<VectorEvaluator>
A list of observer to the illuminating body vectors.
occludingShapes
Type: System.Collections.Generic.List<Ellipsoid>
A list of Ellipsoids that represent the occluding bodies.
illuminatingShape
Type: AGI.Foundation.Geometry.Shapes.Ellipsoid
The Ellipsoid that represents the illuminating shape.
Exceptions
ExceptionCondition
PropertyInvalidException Thrown when TargetPoint, IlluminatingBody, OccludingBodies, or any occluding body is null.
See Also