MTOGraphics3DSwapDistances#

class ansys.stk.core.stkobjects.MTOGraphics3DSwapDistances#

MTO track 3D swap distances.

Overview#

use_swap_distances

Opt whether to set swap distances.

label_from

Specify the minimum distance from the viewer reference point at which the track label is visible. Uses Distance Dimension.

label_to

Specify the maximum distance from the viewer reference point at which the track label is visible. Uses Distance Dimension.

model_from

Specify the minimum distance from the viewer reference point at which the track model is visible. Uses Distance Dimension.

model_to

Specify the maximum distance from the viewer reference point at which the track model is visible. Uses Distance Dimension.

marker_from

Specify the minimum distance from the viewer reference point at which the track marker is visible. Uses Distance Dimension.

marker_to

Specify the maximum distance from the viewer reference point at which the track marker is visible. Uses Distance Dimension.

point_from

Specify the minimum distance from the viewer reference point at which the track point is visible. Uses Distance Dimension.

point_to

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.use_swap_distances: bool#

Opt whether to set swap distances.

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.

property MTOGraphics3DSwapDistances.point_from: float#

Specify the minimum distance from the viewer reference point at which the track point is visible. Uses Distance Dimension.

property MTOGraphics3DSwapDistances.point_to: float#

Specify the maximum distance from the viewer reference point at which the track point is visible. Uses Distance Dimension.