load_element_distributed_surface_varying
EXPRESS specification:
ENTITY
load_element_distributed_surface_varying
SUBTYPE
OF
(
load_element_distributed_surface
);
load_values
:
SET
[4:4]
OF
applied_load_static_pressure
;
WHERE
WRL45
:
'STRUCTURAL_FRAME_SCHEMA.RECTANGULAR_TRIMMED_SURFACE' IN TYPEOF (SELF\load_element_distributed_surface.surface_definition);
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
load_element_distributed_surface
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
load_element_distributed_surface_varying;
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_surface
;
surface_definition
:
bounded_surface
;
ENTITY
load_element_distributed_surface_varying
;
load_values
:
SET
[4:4]
OF
applied_load_static_pressure
;
END_ENTITY
;