AccessConstraintAngle ===================== .. py:class:: ansys.stk.core.stkobjects.AccessConstraintAngle Bases: :py:class:`~ansys.stk.core.stkobjects.IAccessConstraint` Class defining Angle constraints, limiting access to intervals during which the selected angle is within the specified minimum and maximum limits. .. py:currentmodule:: AccessConstraintAngle Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.AccessConstraintAngle.angle` - Angle value for the constraint. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import AccessConstraintAngle Property detail --------------- .. py:property:: angle :canonical: ansys.stk.core.stkobjects.AccessConstraintAngle.angle :type: typing.Any Angle value for the constraint.