ENTITY loading_combination
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 *)
ENTITY loading_combination;
loading_combination_name : label;
loading_combination_description : OPTIONAL text;
loaded_model : OPTIONAL analysis_model;
DERIVE
cases : SET [1:?] OF load_combination_occurrence := bag_to_set
(USEDIN(SELF, 'STRUCTURAL_FRAME_SCHEMA.LOAD_COMBINATION_OCCURRENCE.PARENT_LOAD_COMBINATION'));
INVERSE
load_cases : SET [1:?] OF load_combination_occurrence FOR parent_load_combination;
END_ENTITY;
Explicit Attributes
Entity loading_combination has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
loading_combination_name | label (STRING) | loading_combination |
loading_combination_description | text (STRING) | loading_combination |
loaded_model | analysis_model (ENTITY) | loading_combination |
|
Derived Attributes
Entity loading_combination has the following local and inherited derived attributes:
Inverse Attributes
Entity loading_combination has the following local and inherited inverse attributes:
Supertypes
No supertypesSubtypes
No subtypesReferenced By
Entity loading_combination 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