Feature#

class ansys.health.heart.objects.Feature(name: str = None)#

Feature class.

Overview#

name

Name of feature.

type

Type of feature.

pid

Part ID associated with feature.

Import detail#

from ansys.health.heart.objects import Feature

Attribute detail#

Feature.name = None#

Name of feature.

Feature.type = None#

Type of feature.

Feature.pid: int = None#

Part ID associated with feature.