LandMarks#

class ansys.health.heart.landmarks.LandMarks#

Heart anatomical points.

Overview#

sa_node

Sinoatrial node.

av_node

Atrioventricular node.

his_bif_node

His bundle bifurcation node.

his_left_end_node

His bundle left end node.

his_right_end_node

His bundle right end node.

bachmann_end_node

Bachmann bundle end node.

left_fascicle_end_node

Left fascicle end node.

left_apex

Left ventricle apex (endocardium).

right_apex

Right ventricle apex (endocardium).

Import detail#

from ansys.health.heart.landmarks import LandMarks

Attribute detail#

LandMarks.sa_node: ansys.health.heart.objects.Point#

Sinoatrial node.

LandMarks.av_node: ansys.health.heart.objects.Point#

Atrioventricular node.

LandMarks.his_bif_node: ansys.health.heart.objects.Point#

His bundle bifurcation node.

LandMarks.his_left_end_node: ansys.health.heart.objects.Point#

His bundle left end node.

LandMarks.his_right_end_node: ansys.health.heart.objects.Point#

His bundle right end node.

LandMarks.bachmann_end_node: ansys.health.heart.objects.Point#

Bachmann bundle end node.

LandMarks.left_fascicle_end_node: ansys.health.heart.objects.Point#

Left fascicle end node.

LandMarks.left_apex: ansys.health.heart.objects.Point#

Left ventricle apex (endocardium).

LandMarks.right_apex: ansys.health.heart.objects.Point#

Right ventricle apex (endocardium).