ENTITY approximation_tolerance_deviation

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
ENTITY approximation_tolerance_deviation
SUBTYPE OF (founded_item);
  tessellation_type : approximation_method;
  tolerances : SET [1:2] OF tolerance_deviation_select;
  definition_space : product_or_presentation_space;
WHERE
  wr1 : (HIINDEX(SELF.tolerances) = 1) XOR (TYPEOF(SELF.tolerances[1]) <> 
    TYPEOF(SELF.tolerances[2]));
END_ENTITY; -- 10303-46: presentation_appearance_schema

Explicit Attributes

Entity approximation_tolerance_deviation has the following local and inherited explicit attributes:
AttributeTypeDefined By
 tessellation_typeapproximation_method (ENUM)approximation_tolerance_deviation
 tolerancesSET OF tolerance_deviation_select (SELECT)approximation_tolerance_deviation
 definition_spaceproduct_or_presentation_space (ENUM)approximation_tolerance_deviation

Derived Attributes

Entity approximation_tolerance_deviation has the following local and inherited derived attributes:
AttributeTypeDefined By
 usersSET OF founded_item_select (SELECT)founded_item

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity approximation_tolerance_deviation inherits from the following supertypes:
  founded_item

Subtypes

    No subtypes

Referenced By

Entity approximation_tolerance_deviation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 founded_item_select SELECT founded_item
 subtype_exclusiveness_founded_item RULE founded_item
 subtype_mandatory_founded_item RULE founded_item
 tolerance_select SELECT approximation_tolerance_deviation


[Top Level Definitions] [Exit]

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