load_element_concentrated
EXPRESS specification:
ENTITY
load_element_concentrated
SUBTYPE
OF
(
load_element
);
load_position
:
point
;
load_value
:
applied_load
;
WHERE
WRL40
:
NOT ('STRUCTURAL_FRAME_SCHEMA.APPLIED_LOAD_STATIC_PRESSURE' IN TYPEOF(load_value));
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
load_element
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
load_element_concentrated;
ENTITY
load
;
parent_load_case
:
load_case
;
load_name
:
label
;
load_description
:
OPTIONAL
text
;
ENTITY
load_element
;
supporting_element
:
element
;
load_position_label
:
OPTIONAL
label
;
reference_system
:
OPTIONAL
text
;
destablizing_load
:
OPTIONAL
BOOLEAN
;
global_or_local
:
global_or_local_load
;
ENTITY
load_element_concentrated
;
load_position
:
point
;
load_value
:
applied_load
;
END_ENTITY
;