VehicleGraphics3DIntervalsElement#

class ansys.stk.core.stkobjects.VehicleGraphics3DIntervalsElement#

Intervals graphics for covariance pointing contour.

Overview#

start_time

Time at which the interval begins and the selected graphics display in the 3D window. Uses DateFormat Dimension.

stop_time

Time at which the interval ends. Uses DateFormat Dimension.

show_graphics

Opt whether to display the object during the selected time using the selected graphics properties.

color

Get or set the line color.

line_width

Get or set the line width.

translucency

Get or set the translucency. Dimensionless.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics3DIntervalsElement

Property detail#

property VehicleGraphics3DIntervalsElement.start_time: Any#

Time at which the interval begins and the selected graphics display in the 3D window. Uses DateFormat Dimension.

property VehicleGraphics3DIntervalsElement.stop_time: Any#

Time at which the interval ends. Uses DateFormat Dimension.

property VehicleGraphics3DIntervalsElement.show_graphics: bool#

Opt whether to display the object during the selected time using the selected graphics properties.

property VehicleGraphics3DIntervalsElement.color: Color#

Get or set the line color.

property VehicleGraphics3DIntervalsElement.line_width: LineWidth#

Get or set the line width.

property VehicleGraphics3DIntervalsElement.translucency: float#

Get or set the translucency. Dimensionless.