AreaTargetGraphics3D#
- class ansys.stk.core.stkobjects.AreaTargetGraphics3D#
Class to define the 3D attributes of an AreaTarget.
Overview#
Use the maximum viewing distance for displaying the area target label. |
|
Specify the maximum distance (distance from the viewerβs eye position in 3D to the centroid) at which the area target label is displayed. Uses Distance Dimension. |
|
Display the area target as a filled polygon indicating the portion of the globe that the area target covers. |
|
The translucency percent of the filled area, where 100 percent is invisible. |
|
Retrieve the border wall properties. |
|
Get Vector. |
|
Allow the user to control the speed vs. visual quality of a filled area target. Uses Angle Dimension. |
Import detail#
from ansys.stk.core.stkobjects import AreaTargetGraphics3D
Property detail#
- property AreaTargetGraphics3D.enable_label_max_viewing_dist: bool#
Use the maximum viewing distance for displaying the area target label.
- property AreaTargetGraphics3D.label_maximum_viewing_dist: float#
Specify the maximum distance (distance from the viewerβs eye position in 3D to the centroid) at which the area target label is displayed. Uses Distance Dimension.
- property AreaTargetGraphics3D.fill_interior: bool#
Display the area target as a filled polygon indicating the portion of the globe that the area target covers.
- property AreaTargetGraphics3D.percent_translucency_interior: float#
The translucency percent of the filled area, where 100 percent is invisible.
- property AreaTargetGraphics3D.border_wall: Graphics3DBorderWall#
Retrieve the border wall properties.
- property AreaTargetGraphics3D.vector: Graphics3DVector#
Get Vector.