STK AgAsHpopPluginSend comments on this topic.
IAgAsDragModelResult Interface

Description

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

Public Methods

Public Method DateThis method is deprecated. Use DateElements instead. Current epoch in requested time scale expressed in date format.
Public Method DateElementsCurrent epoch in requested time scale expressed in date format. Year [yyyy], DayOfYear [1-366], Month [1-12], DayOfMonth [1-31], Hour [0-23], Minute [0-59], Seconds [0-60].
Public Method DateElements_ArrayCurrent epoch in requested time scale expressed in date format returned as the array: Year [yyyy], DayOfYear [1-366], Month [1-12], DayOfMonth [1-31], Hour [0-23], Minute [0-59], Seconds [0-60]. Useful for scripting clients.
Public Method DateStringCurrent epoch expressed using the date format abbreviation specified.
Public Method Date_ArrayThis method is deprecated. Use DateElements instead. 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 DayCountCurrent epoch in requested time scale expressed in day count format.
Public Method DayCount_ArrayCurrent epoch in requested time scale expressed in day count format returned as an array representing wholeDays, secsIntoDay. Useful for scripting clients.
Public Method GetInputValueGets the value of an input to the plugin in internal units.
Public Method IncidentDirectionIncident particle direction (unitless) on the body, in the requested frame.
Public Method IncidentDirectionInBodyIncident particle direction (unitless) on the body, in the body frame.
Public Method IncidentDirectionInBody_ArrayIncident particle direction (unitless) on the body, in the body frame, returned as an array representing x, y, z. Useful for scripting clients.
Public Method IncidentDirection_ArrayIncident particle direction (unitless) on the body, in the requested frame, returned as an array representing x, y, z. Useful for scripting clients.
Public Method IncidentVectorIncident particle vector on the body in meters/second, in the requested frame.
Public Method IncidentVectorInBodyIncident particle vector on the body in meters/second, in the body frame.
Public Method IncidentVectorInBody_ArrayIncident 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 IncidentVector_ArrayIncident 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 LatLonAltCurrent detic latitude (radians), detic longitude (radians), and altitude (meters).
Public Method LatLonAlt_ArrayCurrent detic latitude (radians), detic longitude (radians), and altitude(meters) returned as an array representing lat, lon, alt. Useful for scripting clients.
Public Method PosVelCurrent position (meters) and velocity (meters/second) in the requested frame.
Public Method PosVel_ArrayCurrent 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 SetParameterOutputValueSets the value of a parameter output of the plugin in internal units.
Public Method SunPositionPosition of the sun in meters wrt the current satellite position, in the requested frame, computed in the requested manner.
Public Method SunPositionInBodyPosition of the sun in meters wrt the current satellite position, in the body frame, computed in the requested manner.
Public Method SunPositionInBody_ArrayPosition 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 SunPosition_ArrayPosition 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 TraceSet this interface to trace the next numCalls by outputting a message to the message viewer.
Public Method TransformVectorTransforms a vector from the input frame to the output frame.
Public Method TransformVectorFromBodyTransforms a vector from the body frame to the output frame.
Public Method TransformVectorFromBody_ArrayTransforms a vector from the body frame to the output frame returned as an array representing x, y, z. Useful for scripting clients.
Public Method TransformVectorToBodyTransforms a vector from the input frame to the body frame.
Public Method TransformVectorToBody_ArrayTransforms a vector from the input frame to the body frame returned as an array representing x, y, z. Useful for scripting clients.
Public Method TransformVector_ArrayTransforms 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 Properties

Public Property AltitudeCurrent altitude in meters.
Public Property CbNameName of the central body used as reference frame origin.
Public Property MuGravitational constant in meters^3/second^2.
Public Property TotalMassTotal Mass in kilograms.

CoClasses that Implement IAgAsDragModelResult

© 2024 Analytical Graphics, Inc. All Rights Reserved.