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#
Import detail#
from ansys.health.heart.objects import Point
Attribute detail#
- Point.xyz: numpy.ndarray = None#
XYZ coordinates of the point.