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:
Attribute | Type | Defined By |
---|
load_combination_factor | REAL | load_combination_occurrence |
parent_load_combination | loading_combination (ENTITY) | load_combination_occurrence |
component_load_case | load_case (ENTITY) | load_combination_occurrence |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity load_combination_occurrence 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