ENTITY geometric_tolerance_with_datum_reference

(* SCHEMA Ap242_managed_model_based_3d_engineering_mim_LF; *)
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 | 'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.' + '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:
AttributeTypeDefined By
 namelabel (STRING)geometric_tolerance
 descriptiontext (STRING)geometric_tolerance
 magnitudelength_measure_with_unit (ENTITY)geometric_tolerance
 toleranced_shape_aspectgeometric_tolerance_target (SELECT)geometric_tolerance
 datum_systemSET OF datum_system_or_reference (SELECT)geometric_tolerance_with_datum_reference

Derived Attributes

Entity geometric_tolerance_with_datum_reference has the following local and inherited derived attributes:
AttributeTypeDefined By
 controlling_shapeproduct_definition_shape (ENTITY)geometric_tolerance

Inverse Attributes

    No 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:
DefinitionTypeReferenced Entity
 attribute_language_item SELECT geometric_tolerance
 draughting_model_item_definition SELECT geometric_tolerance
 geometric_tolerance ENTITY geometric_tolerance_with_datum_reference
 geometric_tolerance_relationship ENTITY geometric_tolerance
 geometric_tolerance_with_maximum_tolerance ENTITY geometric_tolerance
 item_identified_representation_usage_definition SELECT geometric_tolerance
 multi_language_attribute_item SELECT geometric_tolerance
 subtype_exclusiveness_geometric_tolerance RULE geometric_tolerance
 tolerance_zone_target SELECT geometric_tolerance


[Top Level Definitions] [Exit]

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