MTOVisibilityMode#

class ansys.stk.core.stkobjects.MTOVisibilityMode#

IntEnum

Overview#

EACH

Return the Track_id and 1 or 0 for every track; where 1 indicates the track is visible and 0 indicates it is not.

EACH_VISIBLE

Return the Track_id and 1 only for those tracks having visibility. If all objects are invisible then the message β€˜No Visibility’ is returned.

EACH_NOT_VISIBLE

Return the Track_id and 0 for those tracks not having visibility. If all objects are visible then the message β€˜Complete Visibility’ is returned.

Import detail#

from ansys.stk.core.stkobjects import MTOVisibilityMode