FeatureValue#

class ansys.sam.sysml2.meta_model.feature_value.FeatureValue(id: str)#

Bases: ansys.sam.sysml2.meta_model.membership.Membership

Java class ‘com.ansys.medini.metamodel.sysml.FeatureValue’.

Overview#

value

Get the value property.

set_is_initial

Get the set is initial property.

is_default

Get the is default property.

set_is_default

Get the set is default property.

is_initial

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.

property FeatureValue.set_is_default: bool#

Get the set is default property.

Returns:
bool

Value of property set is default.

property FeatureValue.is_initial: bool#

Get the is initial property.

Returns:
bool

Value of property is initial.