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:
AttributeTypeDefined By
 resistance_typelabel (STRING)resistance
 resistance_descriptiontext (STRING)resistance
 resistance_factorREALresistance
 elastic_or_plasticelastic_or_plastic_resistance (ENUM)resistance
 local_or_globalglobal_or_local_resistance (ENUM)resistance

Derived Attributes

    No derived attributes

Inverse Attributes

Entity resistance has the following local and inherited inverse attributes:
AttributeTypeDefined By
 resultsSET OF design_result (ENTITY)resistance

Supertypes

    No supertypes

Subtypes

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:
DefinitionTypeReferenced Entity
 design_result ENTITY resistance
 select_design_item SELECT resistance


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00