load_element_distributed_curve_line
EXPRESS specification:
ENTITY
load_element_distributed_curve_line
SUBTYPE
OF
(
load_element_distributed_curve
);
WHERE
WRL19
:
'STRUCTURAL_FRAME_SCHEMA.LINE' IN TYPEOF (SELF\load_element_distributed_curve.curve_definition);
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
load_element_distributed_curve
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
load_element_distributed_curve_line;
ENTITY
load
;
parent_load_case
:
load_case
;
load_name
:
label
;
load_description
:
OPTIONAL
text
;
ENTITY
load_element
;
supporting_element
:
element
;
load_position_label
:
OPTIONAL
label
;
reference_system
:
OPTIONAL
text
;
destablizing_load
:
OPTIONAL
BOOLEAN
;
global_or_local
:
global_or_local_load
;
ENTITY
load_element_distributed
;
projected_or_true
:
projected_or_true_length
;
ENTITY
load_element_distributed_curve
;
start_load_value
:
applied_load
;
end_load_value
:
applied_load
;
curve_definition
:
curve
;
ENTITY
load_element_distributed_curve_line
;
END_ENTITY
;