BinaryLogicOperation ==================== .. py:class:: ansys.stk.core.graphics.BinaryLogicOperation IntEnum .. py:currentmodule:: BinaryLogicOperation Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~AND` - Logically and together display conditions in the composite. * - :py:attr:`~OR` - Logically or together display conditions in the composite. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import BinaryLogicOperation