ENTITY si_unit
(* SCHEMA Ap242_managed_model_based_3d_engineering_mim_LF; *)
ENTITY si_unit
SUBTYPE OF (named_unit);
prefix : OPTIONAL si_prefix;
name : si_unit_name;
DERIVE
SELF\named_unit.dimensions : dimensional_exponents := dimensions_for_si_unit(name);
WHERE
WR1: NOT(('AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.MASS_UNIT' IN TYPEOF(SELF)) AND
(SIZEOF(USEDIN(SELF,'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.DERIVED_UNIT_ELEMENT.UNIT')) > 0)) OR
(prefix = si_prefix.kilo);
END_ENTITY;
Explicit Attributes
Entity si_unit has the following local and inherited explicit attributes:
* - Explicit attribute redeclared as derived
Derived Attributes
Entity si_unit has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity si_unit inherits from the following supertypes:
named_unit
Subtypes
Entity si_unit has the following subtypes:
si_absorbed_dose_unit* si_capacitance_unit* si_conductance_unit* si_dose_equivalent_unit* si_electric_charge_unit* si_electric_potential_unit* si_energy_unit* si_force_unit* si_frequency_unit* si_illuminance_unit* si_inductance_unit* si_magnetic_flux_density_unit* si_magnetic_flux_unit* si_power_unit* si_pressure_unit* si_radioactivity_unit* si_resistance_unit*
* - Immediate Subtypes
Referenced By
Entity si_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:20:07-04:00