STK ObjectsSend comments on this topic.
IAgVeGfxPassResolution Interface

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
[Python - STK API]
# IAgSatellite satellite: Satellite object
resolution = satellite.Graphics.Resolution
resolution.Orbit = 60

Change the graphics resolution of the orbit for a smooth path
[MATLAB]
% IAgSatellite satellite: Satellite object
resolution = satellite.Graphics.Resolution;
resolution.Orbit = 60;


        
© 2024 Analytical Graphics, Inc. All Rights Reserved.