ENTITY material_elasticity
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY material_elasticity
SUBTYPE OF (material_representation_item);
poisson_ratio : OPTIONAL REAL;
young_modulus : OPTIONAL pressure_measure;
shear_modulus : OPTIONAL pressure_measure;
secant_modulus : OPTIONAL pressure_measure;
WHERE
WRM20 : EXISTS (poisson_ratio) OR EXISTS (young_modulus)
OR EXISTS (shear_modulus) OR EXISTS (secant_modulus);
END_ENTITY;
Explicit Attributes
Entity material_elasticity has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity material_elasticity inherits from the following supertypes:
representation_item
material_representation_item
Subtypes
No subtypesReferenced By
Entity material_elasticity and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00