LineTargetGraphics3D#

class ansys.stk.core.stkobjects.LineTargetGraphics3D#

The LineTargetGraphics3D class.

Overview#

enable_label_max_viewing_dist

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

label_maximum_viewing_dist

Specify the maximum distance at which the line target label is displayed. Uses Distance Dimension.

border_wall

Retrieve the border wall properties.

vector

Get the vector.

Import detail#

from ansys.stk.core.stkobjects import LineTargetGraphics3D

Property detail#

property LineTargetGraphics3D.enable_label_max_viewing_dist: bool#

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

property LineTargetGraphics3D.label_maximum_viewing_dist: float#

Specify the maximum distance at which the line target label is displayed. Uses Distance Dimension.

property LineTargetGraphics3D.border_wall: Graphics3DBorderWall#

Retrieve the border wall properties.

property LineTargetGraphics3D.vector: Graphics3DVector#

Get the vector.