ENTITY load_connection

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY load_connection
SUBTYPE OF (load);
	supporting_connection : assembly_design_structural_connection;
	load_values : applied_load;
WHERE
	WRL59 : NOT ('STRUCTURAL_FRAME_SCHEMA.APPLIED_LOAD_STATIC_PRESSURE' IN TYPEOF(load_values));
END_ENTITY;

Explicit Attributes

Entity load_connection has the following local and inherited explicit attributes:
AttributeTypeDefined By
 parent_load_caseload_case (ENTITY)load
 load_namelabel (STRING)load
 load_descriptiontext (STRING)load
 supporting_connectionassembly_design_structural_connection (ENTITY)load_connection
 load_valuesapplied_load (ENTITY)load_connection

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity load_connection inherits from the following supertypes:
  load

Subtypes

    No subtypes

Referenced By

Entity load_connection and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 load ENTITY load_connection
 load_case ENTITY load
 select_loading_item SELECT load


[Top Level Definitions] [Exit]

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