load_connection
EXPRESS specification:
ENTITY
load_connection
SUBTYPE
OF
(
load
);
supporting_connection
:
assembly_design_structural_connection
;
load_values
:
applied_load
;
WHERE
WRL59
:
NOT ('STRUCTURAL_FRAME_SCHEMA.APPLIED_LOAD_STATIC_PRESSURE' IN TYPEOF(load_values));
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
load
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
load_connection;
ENTITY
load
;
parent_load_case
:
load_case
;
load_name
:
label
;
load_description
:
OPTIONAL
text
;
ENTITY
load_connection
;
supporting_connection
:
assembly_design_structural_connection
;
load_values
:
applied_load
;
END_ENTITY
;