Navigation

resistance_shear

EXPRESS specification:

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;

References (1):

Name Type Referred through Express-G
resistance Entity
Subtype
No Diagram

Inheritance graph

ENTITY resistance_shear;
ENTITY resistance;
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;
ENTITY resistance_shear;
normal_shear_resistance_pv  :  OPTIONAL force_measure_with_unit;
buckling_shear_resistance_pbv  :  OPTIONAL force_measure_with_unit;
END_ENTITY;