AccessConstraintCondition ========================= .. py:class:: ansys.stk.core.stkobjects.AccessConstraintCondition Bases: :py:class:`~ansys.stk.core.stkobjects.IAccessConstraint` Class defining access constraints in terms of lighting conditions. .. py:currentmodule:: AccessConstraintCondition Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.AccessConstraintCondition.condition` - Condition uses the ConstraintLighting enum. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import AccessConstraintCondition Property detail --------------- .. py:property:: condition :canonical: ansys.stk.core.stkobjects.AccessConstraintCondition.condition :type: ConstraintLighting Condition uses the ConstraintLighting enum.