PartUsage#
- class ansys.sam.sysml2.meta_model.part_usage.PartUsage(element_id: str)#
Bases:
ansys.sam.sysml2.meta_model.item_usage.ItemUsageJava class ‘com.ansys.medini.metamodel.sysml.PartUsage’.
Overview#
Get the is stakeholder property. |
|
Get the part definition property. |
|
Get the is actor property. |
|
Get the all part definition property. |
Import detail#
from ansys.sam.sysml2.meta_model.part_usage import PartUsage
Property detail#
- property PartUsage.is_stakeholder: bool#
Get the is stakeholder property.
- Returns:
- bool
Value of property is stakeholder.
- 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.all_part_definition: list[PartDefinition]#
Get the all part definition property.
- Returns:
list[“PartDefinition”]Value of property all part definition.