ENTITY resistance_shear

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY resistance_shear
SUBTYPE OF (resistance);
	normal_shear_resistance_pv : OPTIONAL force_measure_with_unit;
	buckling_shear_resistance_pbv : OPTIONAL force_measure_with_unit;
WHERE
	WRR29 : EXISTS(normal_shear_resistance_pv) OR 
		EXISTS(buckling_shear_resistance_pbv);
END_ENTITY;

Explicit Attributes

Entity resistance_shear 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
 normal_shear_resistance_pvforce_measure_with_unit (ENTITY)resistance_shear
 buckling_shear_resistance_pbvforce_measure_with_unit (ENTITY)resistance_shear

Derived Attributes

    No derived attributes

Inverse Attributes

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

Supertypes

Entity resistance_shear inherits from the following supertypes:
  resistance

Subtypes

    No subtypes

Referenced By

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


[Top Level Definitions] [Exit]

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