Navigation

resistance_axial

EXPRESS specification:

ENTITY resistance_axial
SUBTYPE OF ( resistance);
tensile_resistance_ptx  :  OPTIONAL force_measure_with_unit;
compressive_resistance_pcx  :  OPTIONAL force_measure_with_unit;
WHERE
WRR30  :  EXISTS (tensile_resistance_ptx) OR EXISTS (compressive_resistance_pcx);
END_ENTITY;

References (1):

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

Inheritance graph

ENTITY resistance_axial;
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_axial;
tensile_resistance_ptx  :  OPTIONAL force_measure_with_unit;
compressive_resistance_pcx  :  OPTIONAL force_measure_with_unit;
END_ENTITY;