ENTITY applied_load_static_pressure
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY applied_load_static_pressure
SUBTYPE OF (applied_load_static);
applied_pressure_px : OPTIONAL pressure_measure_with_unit;
applied_pressure_py : OPTIONAL pressure_measure_with_unit;
applied_pressure_pz : OPTIONAL pressure_measure_with_unit;
WHERE
WRA15 : EXISTS (applied_pressure_px) OR
EXISTS (applied_pressure_py) OR
EXISTS (applied_pressure_pz);
END_ENTITY;
Explicit Attributes
Entity applied_load_static_pressure has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity applied_load_static_pressure inherits from the following supertypes:
applied_load
applied_load_static
Subtypes
No subtypesReferenced By
Entity applied_load_static_pressure 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