ENTITY applied_load_dynamic
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY applied_load_dynamic
SUPERTYPE OF (ONEOF
(applied_load_dynamic_acceleration,
applied_load_dynamic_velocity))
SUBTYPE OF (applied_load);
initial_value : OPTIONAL applied_load_static;
final_value : OPTIONAL applied_load_static;
maximum_value : OPTIONAL applied_load_static;
minimum_value : OPTIONAL applied_load_static;
number_of_cycles : OPTIONAL count_measure;
load_duration : OPTIONAL time_measure_with_unit;
load_frequency : OPTIONAL frequency_measure_with_unit;
WHERE
WRA10 : EXISTS (initial_value) OR EXISTS (final_value) OR
EXISTS (maximum_value) OR EXISTS (minimum_value) OR
EXISTS (number_of_cycles) OR EXISTS (load_duration) OR EXISTS (load_frequency) OR
('STRUCTURAL_FRAME_SCHEMA.APPLIED_LOAD_DYNAMIC_ACCELERATION' IN TYPEOF (SELF)) OR
('STRUCTURAL_FRAME_SCHEMA.APPLIED_LOAD_DYNAMIC_VELOCITY' IN TYPEOF (SELF));
END_ENTITY;
Explicit Attributes
Entity applied_load_dynamic has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity applied_load_dynamic inherits from the following supertypes:
applied_load
Subtypes
Entity applied_load_dynamic has the following subtypes:
applied_load_dynamic_acceleration*
applied_load_dynamic_velocity*
* - Immediate Subtypes
Referenced By
Entity applied_load_dynamic and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00