:class:`Redefinition` ===================== .. py:class:: ansys.sam.sysml2.meta_model.redefinition.Redefinition(id: str) Bases: :py:obj:`ansys.sam.sysml2.meta_model.subsetting.Subsetting` Java class 'com.ansys.medini.metamodel.sysml.Redefinition'. .. !! processed by numpydoc !! .. py:currentmodule:: Redefinition Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~redefined_feature` - Get the redefined feature property. * - :py:attr:`~redefining_feature` - Get the redefining feature property. Import detail ------------- .. code-block:: python from ansys.sam.sysml2.meta_model.redefinition import Redefinition Property detail --------------- .. py:property:: redefined_feature :type: Feature Get the redefined feature property. :Returns: "Feature" Value of property redefined feature. .. !! processed by numpydoc !! .. py:property:: redefining_feature :type: Feature Get the redefining feature property. :Returns: "Feature" Value of property redefining feature. .. !! processed by numpydoc !!