:class:`InterfaceDefinition` ============================ .. py:class:: ansys.sam.sysml2.meta_model.interface_definition.InterfaceDefinition(id: str) Bases: :py:obj:`ansys.sam.sysml2.meta_model.connection_definition.ConnectionDefinition` Java class 'com.ansys.medini.metamodel.sysml.InterfaceDefinition'. .. !! processed by numpydoc !! .. py:currentmodule:: InterfaceDefinition Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~interface_end` - Get the interface end property. Import detail ------------- .. code-block:: python from ansys.sam.sysml2.meta_model.interface_definition import InterfaceDefinition Property detail --------------- .. py:property:: interface_end :type: List[PortUsage] Get the interface end property. :Returns: :obj:`List`\["PortUsage"] Value of property interface end. .. !! processed by numpydoc !!