ENTITY dm_tolerance_analysis_mode_dml

(* SCHEMA dimensional_inspection_schema; *)
  ENTITY dm_tolerance_analysis_mode_dml
    SUBTYPE OF (dimensional_measurement_representation);
    WHERE
      wr1: SIZEOF(QUERY ( repi <* SELF.items | ((('DIMENSIONAL_INSPECTION_SCHEMA.DESCRIPTIVE_REPRESENTATION_ITEM' 
               IN TYPEOF(repi)) AND (repi.name = 
               'feature tolerance mode method')) AND (repi.description IN [
               'least square 3d','least square normal',
               'minimum deviation 3d','standard'])) )) <= 1;
      wr2: SIZEOF(QUERY ( repi <* SELF.items | ((('DIMENSIONAL_INSPECTION_SCHEMA.DESCRIPTIVE_REPRESENTATION_ITEM' 
               IN TYPEOF(repi)) AND (repi.name = 
               'feature tolerance mode option')) AND (repi.description IN [
               'high point','best fit'])) )) <= 1;
      wr3: SIZEOF(QUERY ( repi <* SELF.items | ((('DIMENSIONAL_INSPECTION_SCHEMA.DESCRIPTIVE_REPRESENTATION_ITEM' 
               IN TYPEOF(repi)) AND (repi.name = 
               'feature tolerance mode setting')) AND (repi.description IN 
               ['inner','outer','standard'])) )) <= 1;
      wr4: SIZEOF(QUERY ( repi <* SELF.items | ((('DIMENSIONAL_INSPECTION_SCHEMA.DESCRIPTIVE_REPRESENTATION_ITEM' 
               IN TYPEOF(repi)) AND (repi.name = 
               'feature tolerance mode method default')) AND (repi.
               description IN ['standard'])) )) = 1;
      wr5: SIZEOF(QUERY ( repi <* SELF.items | ((('DIMENSIONAL_INSPECTION_SCHEMA.DESCRIPTIVE_REPRESENTATION_ITEM' 
               IN TYPEOF(repi)) AND (repi.name = 
               'feature tolerance mode option default')) AND (repi.
               description IN ['best fit'])) )) = 1;
      wr6: SIZEOF(QUERY ( repi <* SELF.items | ((('DIMENSIONAL_INSPECTION_SCHEMA.DESCRIPTIVE_REPRESENTATION_ITEM' 
               IN TYPEOF(repi)) AND (repi.name = 
               'feature tolerance mode setting default')) AND (repi.
               description IN ['standard'])) )) = 1;
  END_ENTITY; -- dm_tolerance_analysis_mode_dml

Explicit Attributes

Entity dm_tolerance_analysis_mode_dml has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)representation
 itemsSET OF representation_item (ENTITY)representation
 context_of_itemsrepresentation_context (ENTITY)representation

Derived Attributes

Entity dm_tolerance_analysis_mode_dml has the following local and inherited derived attributes:
AttributeTypeDefined By
 ididentifier (STRING)representation
 descriptiontext (STRING)representation

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity dm_tolerance_analysis_mode_dml inherits from the following supertypes:
  representation
    dimensional_measurement_representation

Subtypes

    No subtypes

Referenced By

Entity dm_tolerance_analysis_mode_dml and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_property_representation ENTITY representation
 acyclic_mapped_representation FUNCTION representation
 definitional_representation ENTITY representation
 description_attribute_select SELECT representation
 dimension_of FUNCTION representation
 id_attribute_select SELECT representation
 pcurve ENTITY representation
 property_definition_representation ENTITY representation
 representation_context ENTITY representation
 representation_map ENTITY representation
 representation_relationship ENTITY representation
 representation_subtype_exclusiveness RULE representation
 using_representations FUNCTION representation


[Top Level Definitions] [Exit]

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