FeatureValue#
- class ansys.sam.sysml2.meta_model.feature_value.FeatureValue(id: str)#
Bases:
ansys.sam.sysml2.meta_model.membership.MembershipJava class ‘com.ansys.medini.metamodel.sysml.FeatureValue’.
Overview#
Get the value property. |
|
Get the set is initial property. |
|
Get the is default property. |
|
Get the set is default property. |
|
Get the is initial property. |
Import detail#
from ansys.sam.sysml2.meta_model.feature_value import FeatureValue
Property detail#
- property FeatureValue.value: Expression#
Get the value property.
- Returns:
- “Expression”
Value of property value.
- property FeatureValue.set_is_initial: bool#
Get the set is initial property.
- Returns:
- bool
Value of property set is initial.
- property FeatureValue.is_default: bool#
Get the is default property.
- Returns:
- bool
Value of property is default.