ENTITY circular_pattern

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
ENTITY circular_pattern
SUBTYPE OF (replicate_feature);
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 {2 <= SIZEOF(pdr.used_representation.items) <= 5})) = 1);
  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 | (i.name = 'diameter') AND (SIZEOF(['AUTOMOTIVE_DESIGN.' + 
    'MEASURE_REPRESENTATION_ITEM', 'AUTOMOTIVE_DESIGN.' + 
    'LENGTH_MEASURE_WITH_UNIT'] * TYPEOF(i)) = 2))) = 1))) <= 1;
  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 feature rotation') AND (SIZEOF([
    'AUTOMOTIVE_DESIGN.' + 'MEASURE_REPRESENTATION_ITEM', 
    'AUTOMOTIVE_DESIGN.' + 'PLANE_ANGLE_MEASURE_WITH_UNIT'] * TYPEOF(i)) = 2
    ))) = 1))) <= 1;
  wr4 : 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 = 'number of features') AND ('AUTOMOTIVE_DESIGN.' + 
    'MEASURE_REPRESENTATION_ITEM' IN TYPEOF(i)) AND ('AUTOMOTIVE_DESIGN.' + 
    'COUNT_MEASURE' IN TYPEOF(i\measure_with_unit.value_component)))) = 1))) = 
    1;
  wr5 : 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 = 'angular spacing') AND (SIZEOF(['AUTOMOTIVE_DESIGN.'
     + 'MEASURE_REPRESENTATION_ITEM', 'AUTOMOTIVE_DESIGN.' + 
    'LENGTH_MEASURE_WITH_UNIT'] * TYPEOF(i)) = 2))) = 1))) = 1;
END_ENTITY; -- 10303-214: automotive_design

Explicit Attributes

Entity circular_pattern has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)characterized_object
 descriptiontext (STRING)characterized_object

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity circular_pattern inherits from the following supertypes:
  characterized_object
    feature_definition
      replicate_feature

Subtypes

    No subtypes

Referenced By

Entity circular_pattern and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 bead_end ENTITY characterized_object
 characterized_definition SELECT characterized_object
 classification_item SELECT feature_definition
 composite_hole ENTITY characterized_object
 document_file ENTITY characterized_object
 document_reference_item SELECT feature_definition
 joggle_termination ENTITY characterized_object
 pocket_bottom ENTITY characterized_object
 slot_end ENTITY characterized_object
 subtype_exclusiveness_characterized_object RULE characterized_object
 subtype_exclusiveness_feature_definition RULE feature_definition
 subtype_exclusiveness_replicate_feature RULE replicate_feature


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:16:11-04:00