Description | Example | Return message | Group

Graphics GroundEllipse

Set the graphics properties for ground ellipses on vehicles.

Syntax

Graphics <VehObjectPath> GroundEllipse <SetName> {GraphicsOptions}

Related commands

Description

The Graphics GroundEllipse connect command is used to set the graphics properties for ground ellipses on vehicles.

The <SetName> parameter specifies the set whose graphics are being modified. Use the GroundEllipse_R command to get the set names for the vehicle.

{GraphicsOptions}Description
Color {Color}Indicates the color in which the ellipse will be displayed. For valid {Color} options see Common Options.
LineWidth <Value>Indicates the width of the ellipse line that will be displayed. <Value> is between 1 and 10.
LineStyle {LineStyle}Indicates the style of the ellipse line. {LineStyle} can be a name such as Solid, Dashed, Dotted, etc, or a number 0, 1, 2, etc. For all valid {LineStyle} options see Common Options.
ShowStatic {On | Off}Indicates if the ellipse static graphics will be displayed.
ShowDynamic {On | Off}Indicates if the ellipse dynamic graphics will be displayed.
ShowMarker {On | Off}Indicates if the ellipse marker will be displayed.
Marker {Parameters}Visit Connect help for the Graphics Marker command for a description of parameters.
ShowLabel {On | Off}Indicates if the ellipse label will be displayed.
InterpDynamicPos {On | Off}This option enables interpolation for the dynamic ground ellipse between specified ground ellipses.
HoldLastDynamicPos {On | Off}Setting this option to On forces the last specified ground ellipse to stay on beyond its specified time during animation. This is only valid when InterpDynamicPos is set to Off. If HoldLastDynamicPos is set to Off or InterpDynamicPos is set to On, the ellipse will turn off at the last specified time.

Examples

Turn off the display of the marker and label for ellipse set MslSet:

Graphics */Missile/Missile1 GroundEllipse MslSet ShowLabel Off ShowMarker off

Set the color to white for ellipse set MslSet:

Graphics */Missile/Missile1 GroundEllipse MslSet color white

Return message

Group membership

This command belongs to the following group(s):

2D Object Graphics

Vehicles

Version

6.1