ENTITY resistance_bending
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
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;
Explicit Attributes
Entity resistance_bending has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
Entity resistance_bending has the following local and inherited inverse attributes:
Supertypes
Entity resistance_bending inherits from the following supertypes:
resistance
Subtypes
No subtypesReferenced By
Entity resistance_bending and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00