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:
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
 torsional_resistance_mxmoment_measure_with_unit (ENTITY)resistance_bending
 bending_resistance_mymoment_measure_with_unit (ENTITY)resistance_bending
 bending_resistance_mzmoment_measure_with_unit (ENTITY)resistance_bending
 buckling_resistance_mbmoment_measure_with_unit (ENTITY)resistance_bending

Derived Attributes

    No derived attributes

Inverse Attributes

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

Supertypes

Entity resistance_bending inherits from the following supertypes:
  resistance

Subtypes

    No subtypes

Referenced By

Entity resistance_bending and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 design_result ENTITY resistance
 resistance ENTITY resistance_bending
 select_design_item SELECT resistance


[Top Level Definitions] [Exit]

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