Transforms vector components given wrt System into those wrt RefSystem at the given time, returned as an array representing x, y, z. Useful for scripting clients.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def TransformComponentsAtEpoch_Array(self, Scale:"AgEUtTimeScale", WholeDays:int, SecsIntoDay:float, X:float, Y:float, Z:float) -> list: |
- Scale
- Time scale for requested time.
- WholeDays
- Number of whole days in the time scale.
- SecsIntoDay
- Seconds into the day.
- X
- The X-component of the vector to be transformed.
- Y
- The Y-component of the vector to be transformed.
- Z
- The Z-component of the vector to be transformed.
An array containing the components of the transformed vector at the requested time.






