FairShip
Loading...
Searching...
No Matches
evd_transparentMode.py
Go to the documentation of this file.
1# SPDX-License-Identifier: LGPL-3.0-or-later
2# SPDX-FileCopyrightText: Copyright CERN for the benefit of the SHiP Collaboration
3
4import eveGlobal
5
6SHiPDisplay = eveGlobal.SHiPDisplay
7if SHiPDisplay.TransparentMode == 0:
8 SHiPDisplay.transparentMode()
9else:
10 SHiPDisplay.transparentMode("off")