FeatureChaining#

class ansys.sam.sysml2.meta_model.feature_chaining.FeatureChaining(id: str)#

Bases: ansys.sam.sysml2.meta_model.relationship.Relationship

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

Overview#

chaining_feature

Get the chaining feature property.

feature_chained

Get the feature chained property.

Import detail#

from ansys.sam.sysml2.meta_model.feature_chaining import FeatureChaining

Property detail#

property FeatureChaining.chaining_feature: Feature#

Get the chaining feature property.

Returns:
“Feature”

Value of property chaining feature.

property FeatureChaining.feature_chained: None#

Get the feature chained property.

Returns:
None

Value of property feature chained.