OccurrenceUsage#
- class ansys.sam.sysml2.meta_model.occurrence_usage.OccurrenceUsage(element_id: str)#
Bases:
ansys.sam.sysml2.meta_model.usage.UsageJava class ‘com.ansys.medini.metamodel.sysml.OccurrenceUsage’.
Overview#
Get the portioning feature property. |
|
Get the occurrence definition property. |
|
Get the individual definition property. |
|
Get the is individual property. |
|
Get the portion kind property. |
|
Get the set is individual property. |
Import detail#
from ansys.sam.sysml2.meta_model.occurrence_usage import OccurrenceUsage
Property detail#
- property OccurrenceUsage.portioning_feature: PortioningFeature#
Get the portioning feature property.
- Returns:
- “PortioningFeature”
Value 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.
- property OccurrenceUsage.is_individual: bool#
Get the is individual property.
- Returns:
- bool
Value of property is individual.
- property OccurrenceUsage.portion_kind: PortionKind#
Get the portion kind property.
- Returns:
- “PortionKind”
Value of property portion kind.