ConstraintLighting ================== .. py:class:: ansys.stk.core.stkobjects.ConstraintLighting IntEnum .. py:currentmodule:: ConstraintLighting Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~DIRECT_SUN` - Direct sun. * - :py:attr:`~PENUMBRA` - Penumbra. * - :py:attr:`~PENUMBRA_OR_DIRECT_SUN` - Penumbra or direct sun. * - :py:attr:`~PENUMBRA_OR_UMBRA` - Penumbra or umbra. * - :py:attr:`~UMBRA` - Umbra. * - :py:attr:`~UMBRA_OR_DIRECT_SUN` - Umbra or direct sun. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ConstraintLighting