ENTITY conversion_based_unit
(* SCHEMA AUTOMOTIVE_DESIGN; *)
ENTITY conversion_based_unit
SUBTYPE OF (named_unit);
name : label;
conversion_factor : measure_with_unit;
DERIVE
SELF\named_unit.dimensions : dimensional_exponents :=
derive_dimensional_exponents(conversion_factor\measure_with_unit.
unit_component);
END_ENTITY; -- 10303-41: measure_schema
Explicit Attributes
Entity conversion_based_unit has the following local and inherited explicit attributes:
* - Explicit attribute redeclared as derived
Derived Attributes
Entity conversion_based_unit has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity conversion_based_unit inherits from the following supertypes:
named_unit
Subtypes
No subtypesReferenced By
Entity conversion_based_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:16:11-04:00