Cap#

class ansys.health.heart.objects.Cap(name: str = None, cap_type: CapType = None)#

Bases: Feature

Cap class.

Overview#

global_node_ids_edge

Global node IDs of the edge of the cap.

global_centroid_id

Global centroid ID.

centroid

Centroid of the cap.

cap_normal

Compute mean normal of the cap.

Import detail#

from ansys.health.heart.objects import Cap

Property detail#

property Cap.global_node_ids_edge#

Global node IDs of the edge of the cap.

property Cap.global_centroid_id#

Global centroid ID.

property Cap.centroid#

Centroid of the cap.

property Cap.cap_normal#

Compute mean normal of the cap.