ENTITY geometric_tolerance_with_datum_reference
(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP214
-- DIFF IN AP203e2
-- DIFF IN AP224
-- IN AP203e2/AP214/AP224/AP238 STEP-NC/AP242
ENTITY geometric_tolerance_with_datum_reference
   SUPERTYPE OF (ONEOF(angularity_tolerance, circular_runout_tolerance, coaxiality_tolerance, concentricity_tolerance, parallelism_tolerance, perpendicularity_tolerance, symmetry_tolerance, total_runout_tolerance))
   SUBTYPE OF (geometric_tolerance);
      datum_system : SET [1:?] OF datum_system_or_reference;
   WHERE
      WR1:
         (SIZEOF(QUERY (ds <* datum_system| ('STEP_MERGED_AP_SCHEMA.DATUM_SYSTEM' IN TYPEOF(ds)))) = 0) OR (SIZEOF(datum_system) = 1);
END_ENTITY;
Explicit Attributes
Entity geometric_tolerance_with_datum_reference has the following local and inherited explicit attributes:
Derived Attributes
Entity geometric_tolerance_with_datum_reference has the following local and inherited derived attributes:
Inverse Attributes
Entity geometric_tolerance_with_datum_reference has the following local and inherited inverse attributes:
Supertypes
Entity geometric_tolerance_with_datum_reference inherits from the following supertypes:
  geometric_tolerance
Subtypes
Entity geometric_tolerance_with_datum_reference has the following subtypes:
    angularity_tolerance*
    circular_runout_tolerance*
    coaxiality_tolerance*
    concentricity_tolerance*
    parallelism_tolerance*
    perpendicularity_tolerance*
    symmetry_tolerance*
    total_runout_tolerance*
* - Immediate Subtypes
Referenced By
Entity geometric_tolerance_with_datum_reference and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2025-09-04T17:14:53-04:00