Click or drag to resize

ScalarOccultationCylindrical Properties

The ScalarOccultationCylindrical type exposes the following members.

Properties
  NameDescription
Public propertyDimension
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.
Public propertyIlluminatingBody
Gets or sets the body to use for the illuminating body (commonly the sun).
(Inherited from ScalarOccultation.)
Public propertyInertialFrame

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.

(Inherited from ScalarOccultation.)
Public propertyIsFrozen
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.)
Public propertyOccludingBodies
Gets a list of bodies which obscure the illuminating body.
(Inherited from ScalarOccultation.)
Public propertyTargetPoint
Gets or sets the Point representing the location at which the occultation factor is being calculated.
(Inherited from ScalarOccultation.)
Public propertyVectorType
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.)
Top
See Also