AreaTargetGraphics#
- class ansys.stk.core.stkobjects.AreaTargetGraphics#
Class to define the 2D attributes of an AreaTarget.
Overview#
Specify whether inheritable 2D Graphics attributes of the area target are inherited from Scenario-level settings. |
|
The color in which the area targetβs boundary, centroid and label are displayed in the 2D Graphics window. |
|
The style of the marker for the area targetβs centroid. |
|
Specify whether to display the centroid of the area target. |
|
Specify whether to display the label of the area target. |
|
Specify whether to use the name of the area target (as shown in the Object Browser) as its label. |
|
Specify whether the individual perimeter points used to define the boundary of an area target are marked along the area targetβs boundary. |
|
The style in which the area targetβs boundary displays. |
|
The width of the line with which the area targetβs boundary displays. |
|
Specify whether to display the region covered by the area target as a filled area. |
|
Specify whether to display the area targetβs boundary. |
|
Specify whether to construct a rectangle using the outermost boundaries defined for the area target and display it around the actual region covered by the area target. |
|
The user-specified name to use as a label for the area target. |
|
Notes attached to the object and displayed in the 2D and 3D Graphics windows. |
|
Color in which the area target boundary is displayed. |
|
Color in which the area target label is displayed. |
|
Color in which the area target centroid is displayed. |
|
Specify the percent translucency of the region covered by the area target. Translucency ranges from 0 to 100 percent, where 100 percent is invisible. Dimensionless. |
|
Specify whether graphics attributes of the area target are visible. |
Import detail#
from ansys.stk.core.stkobjects import AreaTargetGraphics
Property detail#
- property AreaTargetGraphics.inherit: bool#
Specify whether inheritable 2D Graphics attributes of the area target are inherited from Scenario-level settings.
- property AreaTargetGraphics.color: Color#
The color in which the area targetβs boundary, centroid and label are displayed in the 2D Graphics window.
- property AreaTargetGraphics.marker_style: str#
The style of the marker for the area targetβs centroid.
- property AreaTargetGraphics.show_centroid: bool#
Specify whether to display the centroid of the area target.
- property AreaTargetGraphics.show_label: bool#
Specify whether to display the label of the area target.
- property AreaTargetGraphics.use_instance_name_label: bool#
Specify whether to use the name of the area target (as shown in the Object Browser) as its label.
- property AreaTargetGraphics.show_boundary_points: bool#
Specify whether the individual perimeter points used to define the boundary of an area target are marked along the area targetβs boundary.
- property AreaTargetGraphics.boundary_style: LineStyle#
The style in which the area targetβs boundary displays.
- property AreaTargetGraphics.boundary_width: int#
The width of the line with which the area targetβs boundary displays.
- property AreaTargetGraphics.boundary_fill: bool#
Specify whether to display the region covered by the area target as a filled area.
- property AreaTargetGraphics.show_boundary: bool#
Specify whether to display the area targetβs boundary.
- property AreaTargetGraphics.show_bounding_rectangle: bool#
Specify whether to construct a rectangle using the outermost boundaries defined for the area target and display it around the actual region covered by the area target.
- property AreaTargetGraphics.label_name: str#
The user-specified name to use as a label for the area target.
- property AreaTargetGraphics.label_notes: LabelNoteCollection#
Notes attached to the object and displayed in the 2D and 3D Graphics windows.
- property AreaTargetGraphics.boundary_color: Color#
Color in which the area target boundary is displayed.
- property AreaTargetGraphics.centroid_color: Color#
Color in which the area target centroid is displayed.