OccurrenceUsage#
- class ansys.sam.sysml2.meta_model.occurrence_usage.OccurrenceUsage(id: str)#
Bases:
ansys.sam.sysml2.meta_model.usage.UsageJava class ‘com.ansys.medini.metamodel.sysml.OccurrenceUsage’.
Overview#
Get the portion kind property. |
|
Get the set is individual property. |
|
Get the is individual property. |
|
Get the portioning feature property. |
|
Get the occurrence definition property. |
|
Get the individual definition property. |
Import detail#
from ansys.sam.sysml2.meta_model.occurrence_usage import OccurrenceUsage
Property detail#
- property OccurrenceUsage.portion_kind: None#
Get the portion kind property.
- Returns:
NoneValue of property portion kind.
- property OccurrenceUsage.set_is_individual: bool#
Get the set is individual property.
- Returns:
- bool
Value of property set is individual.
- property OccurrenceUsage.is_individual: None#
Get the is individual property.
- Returns:
NoneValue of property is individual.
- property OccurrenceUsage.portioning_feature: None#
Get the portioning feature property.
- Returns:
NoneValue of property portioning feature.
- property OccurrenceUsage.occurrence_definition: List[Class]#
Get the occurrence definition property.
- Returns:
List[“Class”]Value of property occurrence definition.
- property OccurrenceUsage.individual_definition: OccurrenceDefinition#
Get the individual definition property.
- Returns:
- “OccurrenceDefinition”
Value of property individual definition.