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





Description

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

Public Properties

Public Property GroundTrack Ground track resolution defined in terms of the ephemeris step. Uses Time Dimension.
Public Property MinGroundTrack Minimum ground track resolution defined in terms of the ephemeris step. Uses Time Dimension.
Public Property MinOrbit Minimum orbit resolution defined in terms of the ephemeris step. Uses Time Dimension.
Public Property Orbit Orbit 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; 
 
 
© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1