LevelAttribute#
- class ansys.stk.core.stkobjects.LevelAttribute#
Properties defining display of contour levels.
Overview#
Contour level. |
|
Color in which contours at the given level are displayed. |
|
The style of the line representing contours at the given level. A member of the LineStyle enumeration. |
|
The width of the line representing contours at the given level. |
|
Display a label identifying the given contour level. |
|
Whether the user-specified text is displayed. |
|
The angle from the contour at which the label is displayed. Dimensionless. |
|
User-specified text that can be displayed with the contour. |
Import detail#
from ansys.stk.core.stkobjects import LevelAttribute
Property detail#
- property LevelAttribute.line_style: LineStyle#
The style of the line representing contours at the given level. A member of the LineStyle enumeration.
- property LevelAttribute.line_width: LineWidth#
The width of the line representing contours at the given level.