ENTITY measure_with_unit
(* SCHEMA dimensional_inspection_schema; *)
ENTITY measure_with_unit
SUPERTYPE OF (ONEOF (length_measure_with_unit,mass_measure_with_unit,
time_measure_with_unit,plane_angle_measure_with_unit,
ratio_measure_with_unit));
value_component : measure_value;
unit_component : unit;
WHERE
wr1: valid_units(SELF);
END_ENTITY; -- measure_with_unit
Explicit Attributes
Entity measure_with_unit has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| value_component | measure_value (SELECT) | measure_with_unit |
| unit_component | unit (SELECT) | measure_with_unit |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
Entity measure_with_unit has the following subtypes:
length_measure_with_unit*
mass_measure_with_unit*
measure_representation_item*
plane_angle_measure_with_unit*
ratio_measure_with_unit*
time_measure_with_unit*
uncertainty_measure_with_unit*
* - Immediate Subtypes
Referenced By
Entity measure_with_unit and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:17-04:00