AGI STK Objects 11 Send comments on this topic.
IAgVeGfxPassResolution Interface
Windows






Windows & Linux

Description

Ground track and orbit resolution for satellites defined in terms of ephemeris steps.

Public Properties

Public Property GroundTrackGround track resolution defined in terms of the ephemeris step. Uses Time Dimension.
Public Property MinGroundTrackMinimum ground track resolution defined in terms of the ephemeris step. Uses Time Dimension.
Public Property MinOrbitMinimum orbit resolution defined in terms of the ephemeris step. Uses Time Dimension.
Public Property OrbitOrbit resolution defined in terms of the ephemeris step. Uses Time Dimension.

Example

Change the graphics resolution of the orbit for a smooth path
[MATLAB]Copy Code
% IAgSatellite satellite: Satellite object 
resolution = satellite.Graphics.Resolution; 
resolution.Orbit = 60; 
 
 
Change the graphics resolution of the orbit for a smooth path
[Python]Copy Code
# IAgSatellite satellite: Satellite object 
resolution = satellite.Graphics.Resolution 
resolution.Orbit = 60 
 
 
© 2018 Analytical Graphics, Inc. All Rights Reserved.