LineTargetGraphics3D#
- class ansys.stk.core.stkobjects.LineTargetGraphics3D#
The LineTargetGraphics3D class.
Overview#
Use the maximum viewing distance for displaying the line target label. |
|
Specify the maximum distance at which the line target label is displayed. Uses Distance Dimension. |
|
Retrieve the border wall properties. |
|
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.