ENTITY load_element
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY load_element
ABSTRACT SUPERTYPE OF (ONEOF
(load_element_distributed,
load_element_thermal,
load_element_concentrated))
SUBTYPE OF (load);
supporting_element : element;
load_position_label : OPTIONAL label;
reference_system : OPTIONAL text;
destablizing_load : OPTIONAL BOOLEAN;
global_or_local : global_or_local_load;
END_ENTITY;
Explicit Attributes
Entity load_element has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
parent_load_case | load_case (ENTITY) | load |
load_name | label (STRING) | load |
load_description | text (STRING) | load |
supporting_element | element (ENTITY) | load_element |
load_position_label | label (STRING) | load_element |
reference_system | text (STRING) | load_element |
destablizing_load | BOOLEAN | load_element |
global_or_local | global_or_local_load (ENUM) | load_element |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity load_element inherits from the following supertypes:
load
Subtypes
Entity load_element has the following subtypes:
load_element_concentrated*
load_element_distributed*
load_element_distributed_curve
load_element_distributed_curve_line
load_element_distributed_surface
load_element_distributed_surface_uniform
load_element_distributed_surface_varying
load_element_thermal*
* - Immediate Subtypes
Referenced By
Entity load_element 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