ENTITY approximation_tolerance_parameter

(* SCHEMA automotive_design; *)
 ENTITY approximation_tolerance_parameter;
  tolerances : SET[1:2] OF tolerance_parameter_select;
  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_parameter has the following local and inherited explicit attributes:
AttributeTypeDefined By
 tolerancesSET OF tolerance_parameter_select (SELECT)approximation_tolerance_parameter

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity approximation_tolerance_parameter and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 tolerance_select SELECT approximation_tolerance_parameter


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:39:29-04:00