ConstellationConstraintObjectRestriction ======================================== .. py:class:: ansys.stk.core.stkobjects.ConstellationConstraintObjectRestriction Bases: :py:class:`~ansys.stk.core.stkobjects.IConstellationConstraintRestriction` Class related to the constellation constraint restrictions. .. py:currentmodule:: ConstellationConstraintObjectRestriction Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.ConstellationConstraintObjectRestriction.number_of_objects` - A number of objects that must be satisfied to meet conditions for the chain access. Dimensionless. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ConstellationConstraintObjectRestriction Property detail --------------- .. py:property:: number_of_objects :canonical: ansys.stk.core.stkobjects.ConstellationConstraintObjectRestriction.number_of_objects :type: int A number of objects that must be satisfied to meet conditions for the chain access. Dimensionless.