:class:`RequirementConstraintMembership` ======================================== .. py:class:: ansys.sam.sysml2.meta_model.requirement_constraint_membership.RequirementConstraintMembership(id: str) Bases: :py:obj:`ansys.sam.sysml2.meta_model.feature_membership.FeatureMembership` Java class 'com.ansys.medini.metamodel.sysml.RequirementConstraintMembership'. .. !! processed by numpydoc !! .. py:currentmodule:: RequirementConstraintMembership Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~kind` - Get the kind property. * - :py:attr:`~constraint` - Get the constraint property. Import detail ------------- .. code-block:: python from ansys.sam.sysml2.meta_model.requirement_constraint_membership import RequirementConstraintMembership Property detail --------------- .. py:property:: kind :type: None Get the kind property. :Returns: :data:`python:None` Value of property kind. .. !! processed by numpydoc !! .. py:property:: constraint :type: None Get the constraint property. :Returns: :data:`python:None` Value of property constraint. .. !! processed by numpydoc !!