ENTITY geometric_tolerance_with_maximum_tolerance
(* SCHEMA Ap242_managed_model_based_3d_engineering_mim_LF; *)
ENTITY geometric_tolerance_with_maximum_tolerance
SUBTYPE OF (geometric_tolerance_with_modifiers);
maximum_upper_tolerance : length_measure_with_unit;
WHERE
WR1: (geometric_tolerance_modifier.maximum_material_requirement IN SELF\geometric_tolerance_with_modifiers.modifiers) OR (geometric_tolerance_modifier.least_material_requirement IN SELF\geometric_tolerance_with_modifiers.modifiers);
WR2: (maximum_upper_tolerance\measure_with_unit.unit_component = SELF\geometric_tolerance.magnitude\measure_with_unit.unit_component) AND (maximum_upper_tolerance\measure_with_unit.value_component > SELF\geometric_tolerance.magnitude\measure_with_unit.value_component);
END_ENTITY;
Explicit Attributes
Entity geometric_tolerance_with_maximum_tolerance has the following local and inherited explicit attributes:
Derived Attributes
Entity geometric_tolerance_with_maximum_tolerance has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity geometric_tolerance_with_maximum_tolerance inherits from the following supertypes:
geometric_tolerance
geometric_tolerance_with_modifiers
Subtypes
No subtypesReferenced By
Entity geometric_tolerance_with_maximum_tolerance and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:07-04:00