VehicleGraphics2DElevationsElement#

class ansys.stk.core.stkobjects.VehicleGraphics2DElevationsElement#

2D Graphics settings for elevation contours.

Overview#

elevation

Elevation level. Uses Angle Dimension.

color

Contour color.

line_style

Contour line style.

line_width

Contour line width.

show_distance_label

Distance visible.

show_user_text_visible

Show User Defined Text on Contour.

user_text

Opt whether to display user defined text for the contour.

label_angle

Get or set the angle (0-359 deg, starting at 12 o’clock) along the contour at which the label displays.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics2DElevationsElement

Property detail#

property VehicleGraphics2DElevationsElement.elevation: float#

Elevation level. Uses Angle Dimension.

property VehicleGraphics2DElevationsElement.color: Color#

Contour color.

property VehicleGraphics2DElevationsElement.line_style: LineStyle#

Contour line style.

property VehicleGraphics2DElevationsElement.line_width: LineWidth#

Contour line width.

property VehicleGraphics2DElevationsElement.show_distance_label: bool#

Distance visible.

property VehicleGraphics2DElevationsElement.show_user_text_visible: bool#

Show User Defined Text on Contour.

property VehicleGraphics2DElevationsElement.user_text: str#

Opt whether to display user defined text for the contour.

property VehicleGraphics2DElevationsElement.label_angle: int#

Get or set the angle (0-359 deg, starting at 12 o’clock) along the contour at which the label displays.