|
ENTITY transition_feature SUBTYPE OF (shape_aspect); WHERE WR1: 'AUTOMOTIVE_DESIGN.'+ 'PRODUCT_DEFINITION' IN TYPEOF ( SELF.of_shape. definition ); WR2: SIZEOF ( ['AUTOMOTIVE_DESIGN.'+ 'CHAMFER' , 'AUTOMOTIVE_DESIGN.'+ 'EDGE_ROUND' , 'AUTOMOTIVE_DESIGN.'+ 'FILLET']* TYPEOF ( SELF ) ) =1; END_ENTITY; -- transition_feature |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; transition_feature - |
| chamfer (automotive_design) |
| edge_round (automotive_design) |
| fillet (automotive_design) |
Global rules for this entity data typesubtype_exclusiveness_transition_feature (automotive_design) |