CapType
#
- class ansys.health.heart.objects.CapType(*args, **kwds)#
Bases:
enum.Enum
Enumeration tracking cap names.
Overview#
Cap representing mitral valve region. |
|
Cap representing aortic valve region. |
|
Cap representing mitral valve region on the atrial side. |
|
Combined mitral aortic valve. Valid for truncated models. |
|
Cap representing pulmonary valve region. |
|
Cap representing tricuspid valve region. |
|
Cap representing tricuspid valve region on the atrial side. |
|
Cap representing left atrium appendage region. |
|
Cap representing left superior pulmonary vein region. |
|
Cap representing left inferior pulmonary vein region. |
|
Cap representing right inferior pulmonary vein region. |
|
Cap representing right superior pulmonary vein region. |
|
Cap representing superior vena cava region. |
|
Cap representing inferior vena cava region. |
|
Cap with unknown association. |
Import detail#
from ansys.health.heart.objects import CapType
Attribute detail#
- CapType.MITRAL_VALVE = 'mitral-valve'#
Cap representing mitral valve region.
- CapType.AORTIC_VALVE = 'aortic-valve'#
Cap representing aortic valve region.
- CapType.MITRAL_VALVE_ATRIUM = 'mitral-valve-atrium'#
Cap representing mitral valve region on the atrial side.
- CapType.COMBINED_MITRAL_AORTIC_VALVE = 'combined-mitral-aortic-valve'#
Combined mitral aortic valve. Valid for truncated models.
- CapType.PULMONARY_VALVE = 'pulmonary-valve'#
Cap representing pulmonary valve region.
- CapType.TRICUSPID_VALVE = 'tricuspid-valve'#
Cap representing tricuspid valve region.
- CapType.TRICUSPID_VALVE_ATRIUM = 'tricuspid-valve-atrium'#
Cap representing tricuspid valve region on the atrial side.
- CapType.LEFT_ATRIUM_APPENDAGE = 'left-atrium-appendage'#
Cap representing left atrium appendage region.
- CapType.LEFT_SUPERIOR_PULMONARY_VEIN = 'left-superior-pulmonary-vein'#
Cap representing left superior pulmonary vein region.
- CapType.LEFT_INFERIOR_PULMONARY_VEIN = 'left-inferior-pulmonary-vein'#
Cap representing left inferior pulmonary vein region.
- CapType.RIGHT_INFERIOR_PULMONARY_VEIN = 'right-inferior-pulmonary-vein'#
Cap representing right inferior pulmonary vein region.
- CapType.RIGHT_SUPERIOR_PULMONARY_VEIN = 'right-superior-pulmonary-vein'#
Cap representing right superior pulmonary vein region.
- CapType.SUPERIOR_VENA_CAVA = 'superior-vena-cava'#
Cap representing superior vena cava region.
- CapType.INFERIOR_VENA_CAVA = 'inferior-vena-cava'#
Cap representing inferior vena cava region.
- CapType.UNKNOWN = 'unknown-cap'#
Cap with unknown association.