The object velocity in the requested frame. Only eUtFrameInertial and eUtFrameFixed are supported.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
[Python - STK API ] |
|---|
def Velocity(self, Frame:"AgEUtFrame", Vx:float, Vy:float, Vz:float) -> typing.Tuple[float, float, float]: |
- Frame
- Requested frame to express the results.
- Vx
- The X-component of velocity in the requested frame, as observed rotating with that frame.
- Vy
- The Y-component of velocity in the requested frame, as observed rotating with that frame.
- Vz
- The Z-component of velocity in the requested frame, as observed rotating with that frame.






