|
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) |
public interface ETransition_feature extends EShape_aspect |
public class CTransition_feature implements ETransition_feature |
public class ATransition_feature extends AEntitypublic ETransition_feature getByIndex(int index)public ETransition_feature getCurrentMember(SdaiIterator it) |