ScalarOccultationRegulatedDualCone Properties |
The ScalarOccultationRegulatedDualCone type exposes the following members.
Name | Description | |
---|---|---|
Dimension |
Gets the dimension of the values produced by the object. For example, Vectors
would have a dimension of three, and Scalars of one. A PartialDerivativesEvaluator
created by this type will have a "RowDimension" equal to this
property, and a "ColumnDimension equal to the summation
of the dimensions of the independent variables that this object is dependent on.
(Inherited from ScalarOccultationDualCone.) | |
IlluminatingBody |
Gets or sets the body to use for the illuminating body (commonly the sun).
(Inherited from ScalarOccultation.) | |
InertialFrame | Gets or sets an alternate inertial reference frame. This property is by default, and if it remains , then the InertialFrame of the IlluminatingBody will be used. The inertial frame is used to correct the position vectors for light time delay and aberration if the appropriate RadiationVectorType is set. | |
IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) | |
OccludingBodies |
Gets a list of bodies which obscure the illuminating body.
(Inherited from ScalarOccultation.) | |
PhaseParameter |
Gets or sets a parameter which represents the propagation phase. In general,
users should never need to explicitly set this property. It should only be set
when multiple NumericalPropagator objects are running in the same EvaluatorGroup,
such as when elements of a state require additional instances of a NumericalPropagator
inside their implementation in order to produce their values. In such cases, it may
be necessary to distinguish between the phase of the exterior propagator and the
phase of the interior propagator. In these cases, it is up to the user to ensure
that both the state and all of its elements are configured with the same parameter.
Otherwise, the state will throw an exception when creating its propagator.
| |
TargetPoint |
Gets or sets the Point representing the location at which
the occultation factor is being calculated.
(Inherited from ScalarOccultation.) | |
VectorType |
Gets or sets whether or not to use true position to calculate the occultation, or apparent position adjusted for aberration.
By default set to CorrectForLightTimeDelayAndAberration.
(Inherited from ScalarOccultation.) |