AGI AgAsHpopPlugin 11 Send comments on this topic.
IAgAsDragModelResult Interface

Description

DragModel plugin interface used to get/set settings. Supports the IAgEpoch interface.

Public Methods

Public Method Date Current epoch in requested time scale expressed in date format.
Public Method Date_Array Current epoch in requested time scale expressed in date format returned as an array representing year [yyyy], dayOfYear, month [0-11], hour [0-23], minute [0-59], seconds. Useful for scripting clients.
Public Method DayCount Current epoch in requested time scale expressed in day count format.
Public Method DayCount_Array Current epoch in requested time scale expressed in day count format returned as an array representing wholeDays, secsIntoDay. Useful for scripting clients.
Public Method IncidentDirection Incident particle direction (unitless) on the body, in the requested frame.
Public Method IncidentDirection_Array Incident particle direction (unitless) on the body, in the requested frame, returned as an array representing x, y, z. Useful for scripting clients.
Public Method IncidentDirectionInBody Incident particle direction (unitless) on the body, in the body frame.
Public Method IncidentDirectionInBody_Array Incident particle direction (unitless) on the body, in the body frame, returned as an array representing x, y, z. Useful for scripting clients.
Public Method IncidentVector Incident particle vector on the body in meters/second, in the requested frame.
Public Method IncidentVector_Array Incident particle vector on the body in meters/second, in the requested frame, returned as an array representing x, y, z. Useful for scripting clients.
Public Method IncidentVectorInBody Incident particle vector on the body in meters/second, in the body frame.
Public Method IncidentVectorInBody_Array Incident particle vector on the body in meters/second, in the body frame, returned as an array representing x, y, z. Useful for scripting clients.
Public Method LatLonAlt Current detic latitude (radians), detic longitude (radians), and altitude (meters).
Public Method LatLonAlt_Array Current detic latitude (radians), detic longitude (radians), and altitude(meters) returned as an array representing lat, lon, alt. Useful for scripting clients.
Public Method PosVel Current position (meters) and velocity (meters/second) in the requested frame.
Public Method PosVel_Array Current position (meters) and velocity (meters/second) in the requested frame returned as an array representing x, y, z, vx, vy, vz. Useful for scripting clients.
Public Method SunPosition Position of the sun in meters wrt the current satellite position, in the requested frame, computed in the requested manner.
Public Method SunPosition_Array Position of the sun in meters wrt the current satellite position, in the requested frame, computed in the requested manner, returned as an array representing x, y, z. Useful for scripting clients.
Public Method SunPositionInBody Position of the sun in meters wrt the current satellite position, in the body frame, computed in the requested manner.
Public Method SunPositionInBody_Array Position of the sun in meters wrt the current satellite position, in the body frame, computed in the requested manner, returned as an array representing x, y, z. Useful for scripting clients.
Public Method Trace Set this interface to trace the next numCalls by outputting a message to the message viewer.
Public Method TransformVector Transforms a vector from the input frame to the output frame.
Public Method TransformVector_Array Transforms a vector from the input frame to the output frame (in internal units) returned as an array representing x, y, z. Useful for scripting clients.
Public Method TransformVectorFromBody Transforms a vector from the body frame to the output frame.
Public Method TransformVectorFromBody_Array Transforms a vector from the body frame to the output frame returned as an array representing x, y, z. Useful for scripting clients.
Public Method TransformVectorToBody Transforms a vector from the input frame to the body frame.
Public Method TransformVectorToBody_Array Transforms a vector from the input frame to the body frame returned as an array representing x, y, z. Useful for scripting clients.

Public Properties

Public Property Altitude Current altitude in meters.
Public Property CbName Name of the central body used as reference frame origin.
Public Property Mu Gravitational constant in meters^3/second^2.
Public Property TotalMass Total Mass in kilograms.

CoClasses that Implement IAgAsDragModelResult

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1