VehicleGraphics2DGroundEllipsesElement#

class ansys.stk.core.stkobjects.VehicleGraphics2DGroundEllipsesElement#

Ground ellipse 2D graphics properties.

Overview#

ellipse_set_name

Name of the ellipse set.

static_graphics_2d

Opt whether to display static graphics: all ellipses are displayed in the graphics windows.

dynamic_graphics_2d

Opt whether to display dynamic graphics: an ellipse is interpolated between all specified ellipses, linearly interpolating semimajor/minor axes and bearings. Position is interpolated between the ellipses with the closest times to the animation time.

interpolate

Opt whether to interpolate between time points or the last known size and orientation for dynamic graphics.

show_name

Opt whether to display the name of the ellipse set at the center of each ellipse in the ellipse set.

show_center_point_marker

Opt whether to display the point marker for each ellipse in the ellipse set.

color

Color of the ellipse set name and ellipse graphics for all ellipses in the set.

line_width

Line width of ellipses in the set.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics2DGroundEllipsesElement

Property detail#

property VehicleGraphics2DGroundEllipsesElement.ellipse_set_name: str#

Name of the ellipse set.

property VehicleGraphics2DGroundEllipsesElement.static_graphics_2d: bool#

Opt whether to display static graphics: all ellipses are displayed in the graphics windows.

property VehicleGraphics2DGroundEllipsesElement.dynamic_graphics_2d: bool#

Opt whether to display dynamic graphics: an ellipse is interpolated between all specified ellipses, linearly interpolating semimajor/minor axes and bearings. Position is interpolated between the ellipses with the closest times to the animation time.

property VehicleGraphics2DGroundEllipsesElement.interpolate: bool#

Opt whether to interpolate between time points or the last known size and orientation for dynamic graphics.

property VehicleGraphics2DGroundEllipsesElement.show_name: bool#

Opt whether to display the name of the ellipse set at the center of each ellipse in the ellipse set.

property VehicleGraphics2DGroundEllipsesElement.show_center_point_marker: bool#

Opt whether to display the point marker for each ellipse in the ellipse set.

property VehicleGraphics2DGroundEllipsesElement.color: Color#

Color of the ellipse set name and ellipse graphics for all ellipses in the set.

property VehicleGraphics2DGroundEllipsesElement.line_width: LineWidth#

Line width of ellipses in the set.