:class:`Feature` ================ .. py:class:: ansys.health.heart.objects.Feature(name: str = None) Feature class. .. !! processed by numpydoc !! .. py:currentmodule:: Feature Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~name` - Name of feature. * - :py:attr:`~type` - Type of feature. * - :py:attr:`~pid` - Part ID associated with feature. Import detail ------------- .. code-block:: python from ansys.health.heart.objects import Feature Attribute detail ---------------- .. py:attribute:: name :value: None Name of feature. .. !! processed by numpydoc !! .. py:attribute:: type :value: None Type of feature. .. !! processed by numpydoc !! .. py:attribute:: pid :type: int :value: None Part ID associated with feature. .. !! processed by numpydoc !!