ENTITY dimensional_exponents

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY dimensional_exponents;
 	length_exponent : REAL;
 	mass_exponent : REAL;
 	time_exponent : REAL;
 	electric_current_exponent : REAL;
 	thermodynamic_temperature_exponent : REAL;
 	amount_of_substance_exponent : REAL;
 	luminous_intensity_exponent : REAL;
END_ENTITY;  (*  STEP Part 41 (2nd edition unchanged) *)

Explicit Attributes

Entity dimensional_exponents has the following local and inherited explicit attributes:
AttributeTypeDefined By
 length_exponentREALdimensional_exponents
 mass_exponentREALdimensional_exponents
 time_exponentREALdimensional_exponents
 electric_current_exponentREALdimensional_exponents
 thermodynamic_temperature_exponentREALdimensional_exponents
 amount_of_substance_exponentREALdimensional_exponents
 luminous_intensity_exponentREALdimensional_exponents

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity dimensional_exponents and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 derive_dimensional_exponents FUNCTION dimensional_exponents
 dimensions_for_si_unit FUNCTION dimensional_exponents
 named_unit ENTITY dimensional_exponents
 select_generic_item SELECT dimensional_exponents
 si_unit ENTITY dimensional_exponents
 valid_units FUNCTION dimensional_exponents


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00