Navigation

load_element_distributed

EXPRESS specification:

ENTITY load_element_distributed
ABSTRACT SUPERTYPE OF (ONEOF(load_element_distributed_surface, load_element_distributed_curve))
SUBTYPE OF ( load_element);
projected_or_true  :  projected_or_true_length;
WHERE
WRL18  :  NOT ('STRUCTURAL_FRAME_SCHEMA.ELEMENT_POINT' IN TYPEOF (SELF\load_element.supporting_element));
END_ENTITY;

References (3):

Name Type Referred through Express-G
load_element Entity
Subtype
No Diagram
load_element_distributed_curve Entity
Supertype
No Diagram
load_element_distributed_surface Entity
Supertype
No Diagram

Inheritance graph

ENTITY load_element_distributed;
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;
END_ENTITY;