ENTITY resistance_axial

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
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;

Explicit Attributes

Entity resistance_axial 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
 tensile_resistance_ptxforce_measure_with_unit (ENTITY)resistance_axial
 compressive_resistance_pcxforce_measure_with_unit (ENTITY)resistance_axial

Derived Attributes

    No derived attributes

Inverse Attributes

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

Supertypes

Entity resistance_axial inherits from the following supertypes:
  resistance

Subtypes

    No subtypes

Referenced By

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


[Top Level Definitions] [Exit]

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