Point#

class ansys.health.heart.objects.Point(name: str = None, xyz: numpy.ndarray = None, node_id: int = None)#

Bases: Feature

Point class, which can be used to collect relevant points in the mesh.

Overview#

xyz

XYZ coordinates of the point.

node_id

Global node ID of the point.

Import detail#

from ansys.health.heart.objects import Point

Attribute detail#

Point.xyz: numpy.ndarray = None#

XYZ coordinates of the point.

Point.node_id: int = None#

Global node ID of the point.