MTOGraphics3DSwapDistances#
- class ansys.stk.core.stkobjects.MTOGraphics3DSwapDistances#
MTO track 3D swap distances.
Overview#
Opt whether to set swap distances. |
|
Specify the minimum distance from the viewer reference point at which the track label is visible. Uses Distance Dimension. |
|
Specify the maximum distance from the viewer reference point at which the track label is visible. Uses Distance Dimension. |
|
Specify the minimum distance from the viewer reference point at which the track model is visible. Uses Distance Dimension. |
|
Specify the maximum distance from the viewer reference point at which the track model is visible. Uses Distance Dimension. |
|
Specify the minimum distance from the viewer reference point at which the track marker is visible. Uses Distance Dimension. |
|
Specify the maximum distance from the viewer reference point at which the track marker is visible. Uses Distance Dimension. |
|
Specify the minimum distance from the viewer reference point at which the track point is visible. Uses Distance Dimension. |
|
Specify the maximum distance from the viewer reference point at which the track point is visible. Uses Distance Dimension. |
Import detail#
from ansys.stk.core.stkobjects import MTOGraphics3DSwapDistances
Property detail#
- property MTOGraphics3DSwapDistances.label_from: float#
Specify the minimum distance from the viewer reference point at which the track label is visible. Uses Distance Dimension.
- property MTOGraphics3DSwapDistances.label_to: float#
Specify the maximum distance from the viewer reference point at which the track label is visible. Uses Distance Dimension.
- property MTOGraphics3DSwapDistances.model_from: float#
Specify the minimum distance from the viewer reference point at which the track model is visible. Uses Distance Dimension.
- property MTOGraphics3DSwapDistances.model_to: float#
Specify the maximum distance from the viewer reference point at which the track model is visible. Uses Distance Dimension.
- property MTOGraphics3DSwapDistances.marker_from: float#
Specify the minimum distance from the viewer reference point at which the track marker is visible. Uses Distance Dimension.
- property MTOGraphics3DSwapDistances.marker_to: float#
Specify the maximum distance from the viewer reference point at which the track marker is visible. Uses Distance Dimension.