ENTITY volume_unit
(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
ENTITY volume_unit
SUBTYPE OF (named_unit);
WHERE
wr1 : (SELF\named_unit.dimensions.length_exponent = 3.000000) AND (SELF\
named_unit.dimensions.mass_exponent = 0.000000) AND (SELF\named_unit.
dimensions.time_exponent = 0.000000) AND (SELF\named_unit.dimensions.
electric_current_exponent = 0.000000) AND (SELF\named_unit.dimensions.
thermodynamic_temperature_exponent = 0.000000) AND (SELF\named_unit.
dimensions.amount_of_substance_exponent = 0.000000) AND (SELF\named_unit.
dimensions.luminous_intensity_exponent = 0.000000);
END_ENTITY;
Explicit Attributes
Entity volume_unit has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity volume_unit inherits from the following supertypes:
named_unit
Subtypes
No subtypesReferenced By
Entity volume_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:33-04:00