ScalarOccultationDualCone Properties |
The ScalarOccultationDualCone 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.
| |
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.) | |
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.) |