load_case_documented
EXPRESS specification:
ENTITY
load_case_documented
SUBTYPE
OF
(
load_case
);
code_ref
:
document_usage_constraint
;
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
load_case
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
load_case_documented;
ENTITY
load_case
;
load_case_name
:
label
;
load_case_factor
:
OPTIONAL
REAL
;
governing_analyses
:
SET
OF
analysis_method
;
time_variation
:
physical_action
;
DERIVE
load_components
:
SET
[1:?]
OF
load
:= bag_to_set
(USEDIN(SELF, 'STRUCTURAL_FRAME_SCHEMA.LOAD.PARENT_LOAD_CASE'));
INVERSE
loads
:
SET
[1:?]
OF
load
FOR
parent_load_case;
ENTITY
load_case_documented
;
code_ref
:
document_usage_constraint
;
END_ENTITY
;