ENTITY geometric_tolerance_with_maximum_tolerance
(* SCHEMA step_merged_cad_schema; *)
-- IN AP242
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-11-21T15:22:02-05:00