IVehicleGraphics3DProximityAreaObject#

class ansys.stk.core.stkobjects.IVehicleGraphics3DProximityAreaObject#

A base class that defines methods and properties common to all proximity area objects.

Overview#

show_graphics

Specify whether to show the proximity area object.

color

Specify a line color.

line_width

Specify a line width.

show_label

Specify whether to display a label.

show_text

Specify whether to display a text.

text

Specify a text.

line_style

Specify a line style type.

Import detail#

from ansys.stk.core.stkobjects import IVehicleGraphics3DProximityAreaObject

Property detail#

property IVehicleGraphics3DProximityAreaObject.show_graphics: bool#

Specify whether to show the proximity area object.

property IVehicleGraphics3DProximityAreaObject.color: Color#

Specify a line color.

property IVehicleGraphics3DProximityAreaObject.line_width: LineWidth#

Specify a line width.

property IVehicleGraphics3DProximityAreaObject.show_label: bool#

Specify whether to display a label.

property IVehicleGraphics3DProximityAreaObject.show_text: bool#

Specify whether to display a text.

property IVehicleGraphics3DProximityAreaObject.text: str#

Specify a text.

property IVehicleGraphics3DProximityAreaObject.line_style: LineStyle#

Specify a line style type.