ConstellationFromToParentConstraint =================================== .. py:class:: ansys.stk.core.stkobjects.ConstellationFromToParentConstraint IntEnum .. py:currentmodule:: ConstellationFromToParentConstraint Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ANY` - Constellation constraint: Parent objects can be the same or different. * - :py:attr:`~SAME_PARENT` - Constellation constraint: Parent objects must be the same. * - :py:attr:`~DIFFERENT_PARENT` - Constellation constraint: Parent objects must be different. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ConstellationFromToParentConstraint