ChainConstellationConstraintsMode ================================= .. py:class:: ansys.stk.core.stkobjects.ChainConstellationConstraintsMode IntEnum .. py:currentmodule:: ChainConstellationConstraintsMode Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~UNKNOWN` - Unsupported Constellation Constraints mode. * - :py:attr:`~STRANDS` - The Constellation Constraints mode is set to apply constraints across valid strands. * - :py:attr:`~OBJECTS` - The Constellation Constraints mode is set to apply constraints per instance. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ChainConstellationConstraintsMode