Graphics3DLabelSwapDistance#

class ansys.stk.core.stkobjects.Graphics3DLabelSwapDistance#

Control the level of detail in labels and other screen objects at specified distances.

Overview#

set_distance_level

Select the screen object(s) for which swapping occurs at the specified distance.

distance_value

Distance at which one level of detail is swapped for another. Uses Distance Dimension.

distance_level

Get Distance Level.

Import detail#

from ansys.stk.core.stkobjects import Graphics3DLabelSwapDistance

Property detail#

property Graphics3DLabelSwapDistance.distance_value: float#

Distance at which one level of detail is swapped for another. Uses Distance Dimension.

property Graphics3DLabelSwapDistance.distance_level: Graphics3DLabelSwapDistanceType#

Get Distance Level.

Method detail#

Graphics3DLabelSwapDistance.set_distance_level(self, value: Graphics3DLabelSwapDistanceType) None#

Select the screen object(s) for which swapping occurs at the specified distance.

Parameters:

value : Graphics3DLabelSwapDistanceType

Returns:

None