ENTITY load_combination_occurrence

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY load_combination_occurrence;
 	load_combination_factor : OPTIONAL REAL;
 	parent_load_combination : loading_combination;
 	component_load_case : load_case;
UNIQUE
 	URL1 : parent_load_combination, component_load_case;
END_ENTITY;

Explicit Attributes

Entity load_combination_occurrence has the following local and inherited explicit attributes:
AttributeTypeDefined By
 load_combination_factorREALload_combination_occurrence
 parent_load_combinationloading_combination (ENTITY)load_combination_occurrence
 component_load_caseload_case (ENTITY)load_combination_occurrence

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity load_combination_occurrence and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 loading_combination ENTITY load_combination_occurrence
 select_loading_item SELECT load_combination_occurrence


[Top Level Definitions] [Exit]

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