JplDE421GetMoonTopographicFixedFrame Method  | 
 
            Uses the JplDE421 data to return the orientation and position of the Moon's "Mean Earth" axes which define a fixed
            frame with the z-axis pointing toward the mean axis of rotation, the x-axis pointing toward the mean 
            direction to the Earth, and the y-axis orthogonal.  This is useful for describing topographic features
            on the Moon.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ReferenceFrame GetMoonTopographicFixedFrame()
Public Function GetMoonTopographicFixedFrame As ReferenceFrame
public:
ReferenceFrame^ GetMoonTopographicFixedFrame()
member GetMoonTopographicFixedFrame : unit -> ReferenceFrame 
Return Value
Type: 
ReferenceFrameA 
ReferenceFrame representing the orientation and position of the Moon.
RemarksThis uses the International Celestial Reference Frame from the 
Earth in the 
            
CentralBodiesFacet to define these axes.
See Also