ENTITY tolerance_value
(* SCHEMA integrated_cnc_schema; *)
ENTITY tolerance_value;
lower_bound : measure_with_unit;
upper_bound : measure_with_unit;
WHERE
WR1: upper_bound\measure_with_unit.value_component > lower_bound\
measure_with_unit.value_component;
WR2: upper_bound\measure_with_unit.unit_component = lower_bound\
measure_with_unit.unit_component;
END_ENTITY; -- 10303-47: shape_tolerance_schema
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] Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:23-02:00