Cavity
#
- class ansys.health.heart.objects.Cavity(surface: SurfaceMesh = None, centroid: numpy.ndarray = None, name=None)#
Bases:
Feature
Cavity class.
Overview#
Compute the centroid of the cavity. |
Volume of the cavity. |
Import detail#
from ansys.health.heart.objects import Cavity
Property detail#
- property Cavity.volume#
Volume of the cavity.
Attribute detail#
- Cavity.surface: SurfaceMesh#
Surface mesh making up the cavity.
- Cavity.centroid: numpy.ndarray = None#
Centroid of the cavity.
Method detail#
- Cavity.compute_centroid()#
Compute the centroid of the cavity.