VehicleGraphics2DInterval#

class ansys.stk.core.stkobjects.VehicleGraphics2DInterval#

2D Graphics display based on custom intervals.

Overview#

graphics_2d_attributes

Get the 2D Graphics attributes for the interval.

start_time

Get or set the start time of the custom interval. Uses DateFormat Dimension.

stop_time

Get or set the stop time of the custom interval. Uses DateFormat Dimension.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics2DInterval

Property detail#

property VehicleGraphics2DInterval.graphics_2d_attributes: IVehicleGraphics2DAttributesBasic#

Get the 2D Graphics attributes for the interval.

property VehicleGraphics2DInterval.start_time: Any#

Get or set the start time of the custom interval. Uses DateFormat Dimension.

property VehicleGraphics2DInterval.stop_time: Any#

Get or set the stop time of the custom interval. Uses DateFormat Dimension.