ENTITY physical_action

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY physical_action
SUPERTYPE OF (ONEOF
 		(physical_action_permanent, 
 		physical_action_variable,
 		physical_action_accidental, 
 		physical_action_seismic));
 	action_nature : static_or_dynamic;
 	action_spatial_variation : spatial_variation;
 	action_type	 : direct_or_indirect_action;
	basic_magnitude : OPTIONAL measure_with_unit;
	derived_magnitude : OPTIONAL measure_with_unit;
 	derivation_factors : LIST [0:?] OF REAL;
 	derivation_factor_labels : LIST [0:?] OF label;
WHERE
	WRP11 : SIZEOF (derivation_factors) = SIZEOF (derivation_factor_labels);
END_ENTITY;

Explicit Attributes

Entity physical_action has the following local and inherited explicit attributes:
AttributeTypeDefined By
 action_naturestatic_or_dynamic (ENUM)physical_action
 action_spatial_variationspatial_variation (ENUM)physical_action
 action_typedirect_or_indirect_action (ENUM)physical_action
 basic_magnitudemeasure_with_unit (ENTITY)physical_action
 derived_magnitudemeasure_with_unit (ENTITY)physical_action
 derivation_factorsLIST OF REALphysical_action
 derivation_factor_labelsLIST OF label (STRING)physical_action

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity physical_action has the following subtypes:
    physical_action_accidental*
    physical_action_permanent*
    physical_action_seismic*
    physical_action_variable*
    physical_action_variable_long_term
    physical_action_variable_short_term
    physical_action_variable_transient
* - Immediate Subtypes

Referenced By

Entity physical_action and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 loaded_product ENTITY physical_action
 load_case ENTITY physical_action
 select_loading_item SELECT physical_action


[Top Level Definitions] [Exit]

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