ENTITY resistance
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY resistance
ABSTRACT SUPERTYPE OF (ONEOF(resistance_bending, resistance_shear, resistance_axial));
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;
END_ENTITY;
Explicit Attributes
Entity resistance has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
Entity resistance has the following local and inherited inverse attributes:
Attribute | Type | Defined By |
---|
results | SET OF design_result (ENTITY) | resistance |
|
Supertypes
No supertypesSubtypes
Entity resistance has the following subtypes:
resistance_axial*
resistance_bending*
resistance_shear*
* - Immediate Subtypes
Referenced By
Entity resistance 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