VehicleGraphics3DBPlaneTemplateDisplayElement#

class ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTemplateDisplayElement#

Element of VehicleGraphics3DBPlaneTemplateDisplayCollection.

Overview#

show_graphics

Control whether the element is visible.

name

Return the element name.

color

Specify the element color.

scale_factor

Specify the element scale factor. Dimensionless.

show_label

Specify whether the element label is visible.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics3DBPlaneTemplateDisplayElement

Property detail#

property VehicleGraphics3DBPlaneTemplateDisplayElement.show_graphics: bool#

Control whether the element is visible.

property VehicleGraphics3DBPlaneTemplateDisplayElement.name: str#

Return the element name.

property VehicleGraphics3DBPlaneTemplateDisplayElement.color: Color#

Specify the element color.

property VehicleGraphics3DBPlaneTemplateDisplayElement.scale_factor: float#

Specify the element scale factor. Dimensionless.

property VehicleGraphics3DBPlaneTemplateDisplayElement.show_label: bool#

Specify whether the element label is visible.