AreaTargetGraphics3D#

class ansys.stk.core.stkobjects.AreaTargetGraphics3D#

Class to define the 3D attributes of an AreaTarget.

Overview#

enable_label_max_viewing_dist

Use the maximum viewing distance for displaying the area target label.

label_maximum_viewing_dist

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.

fill_interior

Display the area target as a filled polygon indicating the portion of the globe that the area target covers.

percent_translucency_interior

The translucency percent of the filled area, where 100 percent is invisible.

border_wall

Retrieve the border wall properties.

vector

Get Vector.

fill_granularity

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.

property AreaTargetGraphics3D.fill_granularity: float#

Allow the user to control the speed vs. visual quality of a filled area target. Uses Angle Dimension.