ENTITY derived_unit

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 *)
ENTITY derived_unit
SUPERTYPE OF (ONEOF 
		(force_per_length_unit,
 		inertia_unit,
 		linear_acceleration_unit, 
		linear_stiffness_unit,
		linear_velocity_unit, 
 		mass_per_length_unit,
 		modulus_unit,
		moment_unit,
		rotational_acceleration_unit, 
		rotational_stiffness_unit,
		rotational_velocity_unit));
	elements : SET [1:?] OF derived_unit_element;
DERIVE
	name : label := get_name_value (SELF);
WHERE
	WRD7 : ( SIZEOF ( elements ) > 1 ) OR
		(( SIZEOF ( elements ) = 1 ) AND ( elements[1].exponent <> 1.0 ));
  	WRD13 : SIZEOF (USEDIN (SELF, 'STRUCTURAL_FRAME_SCHEMA.' +
                       'NAME_ATTRIBUTE.NAMED_ITEM')) <= 1;
END_ENTITY;  (* expanded STEP Part 41 (modified in 2nd edition)  *)

Explicit Attributes

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

Derived Attributes

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

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity derived_unit has the following subtypes:
    force_per_length_unit*     inertia_unit*     linear_acceleration_unit*     linear_stiffness_unit*     linear_velocity_unit*     mass_per_length_unit*     modulus_unit*     moment_unit*     rotational_acceleration_unit*     rotational_stiffness_unit*     rotational_velocity_unit*
* - Immediate Subtypes

Referenced By

Entity derived_unit and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 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