ENTITY derived_unit
(* SCHEMA integrated_cnc_schema; *)
ENTITY derived_unit;
elements : SET [1:?] OF derived_unit_element;
DERIVE
name : label := get_name_value(SELF);
WHERE
WR1: (SIZEOF(elements) > 1) OR (SIZEOF(elements) = 1) AND (elements[1].
exponent <> 1.0);
WR2: SIZEOF(USEDIN(SELF, 'INTEGRATED_CNC_SCHEMA.' +
'NAME_ATTRIBUTE.NAMED_ITEM')) <= 1;
END_ENTITY; -- 10303-41: measure_schema
Explicit Attributes
Entity derived_unit has the following local and inherited explicit attributes:
Derived Attributes
Entity derived_unit has the following local and inherited derived attributes:
| Attribute | Type | Defined By |
|---|
| name | label (STRING) | derived_unit |
|
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity derived_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:18-02:00