|
ENTITY Shape_element_relationship; relation_type : OPTIONAL STRING; description : OPTIONAL STRING; relating : Shape_element; related : Shape_element; WHERE WR1: EXISTS(relation_type) OR (TYPEOF(SELF\Shape_element_relationship) <> TYPEOF(SELF)); END_ENTITY; -- Shape_element_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 (Component_feature_arm) |
| Non_feature_shape_element_relationship (Non_feature_shape_element_arm) |
| Parallel_shape_element_relationship (Extended_geometric_tolerance_arm) |
| Part_feature_make_from_relationship (Physical_unit_usage_view_arm) |
| Perpendicular_shape_element_relationship (Extended_geometric_tolerance_arm) |
| Shape_element_boundary_relationship (Shape_composition_arm) |
| Shape_element_constituent_relationship (Shape_composition_arm) |
| Shape_element_deriving_relationship (Extended_geometric_tolerance_arm) |
Global rules for this entity data type- |