ENTITY tolerance_value
(* SCHEMA associative_draughting; *)
ENTITY tolerance_value;
lower_bound : measure_with_unit;
upper_bound : measure_with_unit;
WHERE
wr1: upper_bound.value_component > lower_bound.value_component;
wr2: upper_bound.unit_component = lower_bound.unit_component;
END_ENTITY; -- tolerance_value
Explicit Attributes
Entity tolerance_value has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity tolerance_value and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:14:12-04:00