Cavity#

class ansys.health.heart.objects.Cavity(surface: SurfaceMesh = None, centroid: numpy.ndarray = None, name=None)#

Bases: Feature

Cavity class.

Overview#

compute_centroid

Compute the centroid of the cavity.

volume

Volume of the cavity.

surface

Surface mesh making up the cavity.

centroid

Centroid 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.