LineTargetGraphics#
- class ansys.stk.core.stkobjects.LineTargetGraphics#
The LineTargetGraphics class.
Overview#
Get or set the label name. |
|
A bounding rectangle is displayed using the outermost points defined for the line target as its reference. |
|
Line width. |
|
Line style. |
|
Get or set the individual points used to define the line target are marked along the line. The point currently selected in the Path list is accented with a square. |
|
Use the label name instance. |
|
Show the label; the Inherit property must be false or this property will be read-only. |
|
Label color. |
|
Marker style. |
|
Line Color. |
|
Inherit 2D graphics properties from the scenario. |
|
Get the label notes collection. |
|
Specify whether graphics attributes of the line target are visible. |
Import detail#
from ansys.stk.core.stkobjects import LineTargetGraphics
Property detail#
- property LineTargetGraphics.show_bounding_rectangle: bool#
A bounding rectangle is displayed using the outermost points defined for the line target as its reference.
- property LineTargetGraphics.show_line_points: bool#
Get or set the individual points used to define the line target are marked along the line. The point currently selected in the Path list is accented with a square.
- property LineTargetGraphics.show_label: bool#
Show the label; the Inherit property must be false or this property will be read-only.
- property LineTargetGraphics.label_notes: LabelNoteCollection#
Get the label notes collection.