resistance_bending
EXPRESS specification:
ENTITY
resistance_bending
SUBTYPE
OF
(
resistance
);
torsional_resistance_mx
:
OPTIONAL
moment_measure_with_unit
;
bending_resistance_my
:
OPTIONAL
moment_measure_with_unit
;
bending_resistance_mz
:
OPTIONAL
moment_measure_with_unit
;
buckling_resistance_mb
:
OPTIONAL
moment_measure_with_unit
;
WHERE
WRR28
:
EXISTS (torsional_resistance_mx) OR EXISTS (bending_resistance_my) OR EXISTS (bending_resistance_mz) OR EXISTS (buckling_resistance_mb);
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
resistance
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
resistance_bending;
ENTITY
resistance
;
resistance_type
:
label
;
resistance_description
:
OPTIONAL
text
;
resistance_factor
:
REAL
;
elastic_or_plastic
:
elastic_or_plastic_resistance
;
local_or_global
:
global_or_local_resistance
;
INVERSE
results
:
SET
[1:?]
OF
design_result
FOR
design_resistance;
ENTITY
resistance_bending
;
torsional_resistance_mx
:
OPTIONAL
moment_measure_with_unit
;
bending_resistance_my
:
OPTIONAL
moment_measure_with_unit
;
bending_resistance_mz
:
OPTIONAL
moment_measure_with_unit
;
buckling_resistance_mb
:
OPTIONAL
moment_measure_with_unit
;
END_ENTITY
;