|
ENTITY round_hole SUBTYPE OF (feature_definition); WHERE wr1: SIZEOF ( QUERY ( sa <* get_shape_aspects ( SELF ) | ( sa . description = 'diameter 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 . name = 'diameter' ) AND ( sar . description = 'profile usage' ) AND ( 'automotive_design.' + 'circular_closed_profile' IN TYPEOF ( sar . relating_shape_aspect ) ) ) ) = 1 ) ) ) = 1 ; wr2: SIZEOF ( QUERY ( sa <* get_shape_aspects ( SELF ) | ( sa . description = 'hole depth 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 . name = 'hole depth' ) AND ( sar . description = 'path feature component usage' ) AND ( 'automotive_design.' + 'path_feature_component' IN TYPEOF ( sar . relating_shape_aspect ) ) AND ( sar . relating_shape_aspect . description = 'linear' ) ) ) = 1 ) ) ) = 1 ; wr3: SIZEOF ( QUERY ( sa <* get_shape_aspects ( SELF ) | ( sa . description = 'bottom condition 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 . description = 'hole bottom usage' ) AND ( 'automotive_design.' + 'hole_bottom' IN TYPEOF ( sar . relating_shape_aspect ) ) ) ) = 1 ) ) ) <= 1 ; wr4: SIZEOF ( QUERY ( sa <* get_shape_aspects ( SELF ) | ( sa . description = 'change in diameter 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 . description = 'taper usage' ) AND ( 'automotive_design.' + 'taper' IN TYPEOF ( sar . relating_shape_aspect ) ) ) ) = 1 ) ) ) = 1 ; wr5: 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 ) <> 1 ) ) ) = 0 ; END_ENTITY; -- round_hole |
Entity data types and their attributescharacterized_objectname: label; (OPT) description: text; feature_definition - round_hole - |
| instanced_feature$round_hole (AUTOMOTIVE_DESIGN) |
Global rules for this entity data type- |
public interface ERound_hole extends EFeature_definition |
public class CRound_hole implements ERound_hole |
public class ARound_hole extends AEntitypublic ERound_hole getByIndex(int index)public ERound_hole getCurrentMember(SdaiIterator it) |