PartUsage#
- class ansys.sam.sysml2.meta_model.part_usage.PartUsage(id: str)#
Bases:
ansys.sam.sysml2.meta_model.item_usage.ItemUsageJava class ‘com.ansys.medini.metamodel.sysml.PartUsage’.
Overview#
Get the all part definition property. |
|
Get the part definition property. |
|
Get the is actor property. |
|
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.