PartUsage#

class ansys.sam.sysml2.meta_model.part_usage.PartUsage(id: str)#

Bases: ansys.sam.sysml2.meta_model.item_usage.ItemUsage

Java class ‘com.ansys.medini.metamodel.sysml.PartUsage’.

Overview#

all_part_definition

Get the all part definition property.

part_definition

Get the part definition property.

is_actor

Get the is actor property.

is_stakeholder

Get the is stakeholder property.

Import detail#

from ansys.sam.sysml2.meta_model.part_usage import PartUsage

Property detail#

property PartUsage.all_part_definition: List[PartDefinition]#

Get the all part definition property.

Returns:
List[“PartDefinition”]

Value of property all part definition.

property PartUsage.part_definition: List[PartDefinition]#

Get the part definition property.

Returns:
List[“PartDefinition”]

Value of property part definition.

property PartUsage.is_actor: bool#

Get the is actor property.

Returns:
bool

Value of property is actor.

property PartUsage.is_stakeholder: bool#

Get the is stakeholder property.

Returns:
bool

Value of property is stakeholder.