ReferenceSubsetting#

class ansys.sam.sysml2.meta_model.reference_subsetting.ReferenceSubsetting(id: str)#

Bases: ansys.sam.sysml2.meta_model.subsetting.Subsetting

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

Overview#

referenced_feature

Get the referenced feature property.

referencing_feature

Get the referencing feature property.

Import detail#

from ansys.sam.sysml2.meta_model.reference_subsetting import ReferenceSubsetting

Property detail#

property ReferenceSubsetting.referenced_feature: Feature#

Get the referenced feature property.

Returns:
“Feature”

Value of property referenced feature.

property ReferenceSubsetting.referencing_feature: Feature#

Get the referencing feature property.

Returns:
“Feature”

Value of property referencing feature.