ENTITY rotational_acceleration_unit

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY rotational_acceleration_unit
SUBTYPE OF (derived_unit);
WHERE
	WRR37 : SIZEOF(SELF\derived_unit.elements) = 2;
	WRR38 : ('STRUCTURAL_FRAME_SCHEMA.PLANE_ANGLE_UNIT' IN
 		TYPEOF (SELF\derived_unit.elements[1]\derived_unit_element.unit))
			AND (SELF\derived_unit.elements[1]\derived_unit_element.exponent = 1.0);
	WRR39 : ('STRUCTURAL_FRAME_SCHEMA.TIME_UNIT' IN
 		TYPEOF (SELF\derived_unit.elements[2]\derived_unit_element.unit))
			AND (SELF\derived_unit.elements[2]\derived_unit_element.exponent = -2.0);
END_ENTITY;

Explicit Attributes

Entity rotational_acceleration_unit has the following local and inherited explicit attributes:
AttributeTypeDefined By
 elementsSET OF derived_unit_element (ENTITY)derived_unit

Derived Attributes

Entity rotational_acceleration_unit has the following local and inherited derived attributes:
AttributeTypeDefined By
 namelabel (STRING)derived_unit

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity rotational_acceleration_unit inherits from the following supertypes:
  derived_unit

Subtypes

    No subtypes

Referenced By

Entity rotational_acceleration_unit and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 derived_unit ENTITY rotational_acceleration_unit
 force_per_length_unit ENTITY derived_unit
 inertia_unit ENTITY derived_unit
 linear_acceleration_unit ENTITY derived_unit
 linear_stiffness_unit ENTITY derived_unit
 linear_velocity_unit ENTITY derived_unit
 mass_per_length_unit ENTITY derived_unit
 modulus_unit ENTITY derived_unit
 moment_unit ENTITY derived_unit
 name_attribute_select SELECT derived_unit
 rotational_acceleration_unit ENTITY derived_unit
 rotational_stiffness_unit ENTITY derived_unit
 rotational_velocity_unit ENTITY derived_unit
 select_generic_item SELECT derived_unit
 unit SELECT derived_unit


[Top Level Definitions] [Exit]

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