|
ENTITY Component_feature_relationship SUPERTYPE OF (ONEOF (Component_feature_joint, Component_feature_make_from_relationship)) SUBTYPE OF (Shape_element_relationship); SELF\Shape_element_relationship.relating : Component_feature; SELF\Shape_element_relationship.related : Component_feature; END_ENTITY; -- Component_feature_relationship |
Entity data types and their attributesShape_element_relationship(OPT) relation_type: STRING; (OPT) description: STRING; relating: Shape_element; related: Shape_element; Component_feature_relationship (RT) relating: Component_feature; (RT) related: Component_feature; |
| Component_feature_joint (Component_feature_arm) |
| Component_feature_make_from_relationship (Component_feature_arm) |
Global rules for this entity data type- |