|
ENTITY bead SUBTYPE OF (feature_definition); WHERE wr1: ( SIZEOF ( QUERY ( pdr <* get_property_definition_representations ( SELF ) | 'automotive_design.' + 'shape_representation_with_parameters' IN TYPEOF ( pdr . used_representation ) ) ) <= 1 ) AND ( SIZEOF ( QUERY ( pdr <* get_property_definition_representations ( SELF ) | ( 'automotive_design.' + 'shape_representation_with_parameters' IN TYPEOF ( pdr . used_representation ) ) AND ( SIZEOF ( pdr . used_representation . items ) > 2 ) ) ) = 0 ) ; wr2: SIZEOF ( QUERY ( pdr <* get_property_definition_representations ( SELF ) | ( 'automotive_design.' + 'shape_representation_with_parameters' IN TYPEOF ( pdr . used_representation ) ) AND ( SIZEOF ( QUERY ( i <* pdr . used_representation . items | NOT ( i . name IN [ 'orientation' , 'base radius' ] ) ) ) > 0 ) ) ) = 0 ; wr3: SIZEOF ( QUERY ( pdr <* get_property_definition_representations ( SELF ) | ( 'automotive_design.' + 'shape_representation_with_parameters' IN TYPEOF ( pdr . used_representation ) ) AND ( SIZEOF ( QUERY ( i <* pdr . used_representation . items | ( i . name = 'base radius' ) AND ( SIZEOF ( [ 'automotive_design.' + 'measure_representation_item' , 'automotive_design.' + 'length_measure_with_unit' ] * TYPEOF ( i ) ) = 2 ) ) ) > 1 ) ) ) = 0 ; wr4: SIZEOF ( QUERY ( sa <* get_shape_aspects ( SELF ) | ( sa . name = 'sweep path' ) AND ( sa . description = 'path feature component occurrence' ) AND ( SIZEOF ( QUERY ( sar <* USEDIN ( sa , 'automotive_design.' + 'shape_aspect_relationship.' + 'related_shape_aspect' ) | ( 'automotive_design.' + 'shape_defining_relationship' IN TYPEOF ( sar ) ) AND ( sar . description = 'path feature component usage' ) AND ( 'automotive_design.' + 'path_feature_component' IN TYPEOF ( sar . relating_shape_aspect ) ) ) ) = 1 ) ) ) = 1 ; wr5: SIZEOF ( QUERY ( sa <* get_shape_aspects ( SELF ) | ( sa . name = 'bead profile' ) AND ( sa . description = 'open profile occurrence' ) AND ( SIZEOF ( QUERY ( sar <* USEDIN ( sa , 'automotive_design.' + 'shape_aspect_relationship.' + 'related_shape_aspect' ) | ( 'automotive_design.' + 'shape_defining_relationship' IN TYPEOF ( sar ) ) AND ( sar . description = 'profile usage' ) AND ( SIZEOF ( [ 'automotive_design.' + 'open_path_profile' , 'automotive_design.' + 'partial_circular_profile' , 'automotive_design.' + 'rounded_u_profile' , 'automotive_design.' + 'square_u_profile' , 'automotive_design.' + 'tee_profile' , 'automotive_design.' + 'vee_profile' ] * TYPEOF ( sar . relating_shape_aspect ) ) = 1 ) ) ) = 1 ) ) ) = 1 ; wr6: SIZEOF ( QUERY ( sa <* get_shape_aspects ( SELF ) | ( sa . name = 'end condition' ) AND ( sa . description = 'bead end occurrence' ) AND ( SIZEOF ( QUERY ( sar <* USEDIN ( sa , 'automotive_design.' + 'shape_aspect_relationship.' + 'related_shape_aspect' ) | ( 'automotive_design.' + 'feature_component_relationship' IN TYPEOF ( sar ) ) AND ( sar . name = 'bead end usage' ) AND ( sar . description = 'starting' ) AND ( 'automotive_design.' + 'bead_end' IN TYPEOF ( sar . relating_shape_aspect ) ) ) ) = 1 ) ) ) = 1 ; wr7: SIZEOF ( QUERY ( sa <* get_shape_aspects ( SELF ) | ( sa . name = 'end condition' ) AND ( sa . description = 'bead end occurrence' ) AND ( SIZEOF ( QUERY ( sar <* USEDIN ( sa , 'automotive_design.' + 'shape_aspect_relationship.' + 'related_shape_aspect' ) | ( 'automotive_design.' + 'feature_component_relationship' IN TYPEOF ( sar ) ) AND ( sar . name = 'bead end usage' ) AND ( sar . description = 'ending' ) AND ( 'automotive_design.' + 'bead_end' IN TYPEOF ( sar . relating_shape_aspect ) ) ) ) = 1 ) ) ) = 1 ; END_ENTITY; -- bead |
Entity data types and their attributescharacterized_objectname: label; (OPT) description: text; feature_definition - bead - |
| bead$instanced_feature (AUTOMOTIVE_DESIGN) |
Global rules for this entity data type- |
public interface EBead extends EFeature_definition |
public class CBead implements EBead |
public class ABead extends AEntitypublic EBead getByIndex(int index)public EBead getCurrentMember(SdaiIterator it) |