ENTITY measure_with_unit
(* SCHEMA integrated_cnc_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,
solid_angle_measure_with_unit, ratio_measure_with_unit));
value_component : measure_value;
unit_component : unit;
WHERE
WR1: valid_units(SELF);
END_ENTITY; -- 10303-41: measure_schema
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*
solid_angle_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] Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:21-02:00