ENTITY load_member_concentrated
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* New for LPM/6 - see Issue 5 *)
ENTITY load_member_concentrated 
SUBTYPE OF (load_member);
 	load_position : point;
 	load_value : applied_load;
WHERE
	WRL53 : NOT ('STRUCTURAL_FRAME_SCHEMA.APPLIED_LOAD_STATIC_PRESSURE' IN TYPEOF(load_value));
	(* 
		the applied load shall not be a pressure 
	*)
END_ENTITY;
Explicit Attributes
Entity load_member_concentrated has the following local and inherited explicit attributes:
Derived Attributes
    No derived attributes
Inverse Attributes
    No Inverse AttributesSupertypes
Entity load_member_concentrated inherits from the following supertypes:
  load
    load_member
Subtypes
    No subtypesReferenced By
Entity load_member_concentrated 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