Cap
#
- class ansys.health.heart.objects.Cap(name: str = None, cap_type: CapType = None)#
Bases:
Feature
Cap class.
Overview#
Global node IDs of the edge of the cap. |
|
Global centroid ID. |
|
Centroid of the cap. |
|
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.