FeatureMembership#
- class ansys.sam.sysml2.meta_model.feature_membership.FeatureMembership(id: str)#
Bases:
ansys.sam.sysml2.meta_model.membership.Membership,ansys.sam.sysml2.meta_model.type_featuring.TypeFeaturingJava class ‘com.ansys.medini.metamodel.sysml.FeatureMembership’.
Overview#
Get the member feature property. |
|
Get the owning type property. |
|
Get the is composite property. |
|
Get the direction property. |
|
Get the owned member feature property. |
Import detail#
from ansys.sam.sysml2.meta_model.feature_membership import FeatureMembership
Property detail#
- property FeatureMembership.member_feature: Feature#
Get the member feature property.
- Returns:
- “Feature”
Value of property member feature.
- property FeatureMembership.owning_type: Type#
Get the owning type property.
- Returns:
- “Type”
Value of property owning type.
- property FeatureMembership.is_composite: bool#
Get the is composite property.
- Returns:
- bool
Value of property is composite.
- property FeatureMembership.direction: FeatureDirectionKind#
Get the direction property.
- Returns:
- “FeatureDirectionKind”
Value of property direction.