Navigation

section_profile

EXPRESS specification:

ENTITY section_profile
SUPERTYPE OF (ONEOF(section_profile_simple, section_profile_complex))
SUBTYPE OF ( structural_frame_item);
section_classification  :  OPTIONAL label;
cardinal_point  :  cardinal_point_ref;
mirrored  :  LOGICAL;
DERIVE
section_ref  :  BAG OF identifier :=  SELF\structural_frame_item.item_ref;
END_ENTITY;

References (11):

Name Type Referred through Express-G
element_curve_complex Entity
Attribute 'cross_sections'
No Diagram
element_curve_simple Entity
Attribute 'cross_section'
No Diagram
part_prismatic_complex Entity
Attribute 'cross_sections'
No Diagram
part_prismatic_simple Entity
Attribute 'profile'
No Diagram
section_profile_complex Entity
Supertype
No Diagram
section_profile_compound Entity
Attribute 'component_sections'
No Diagram
section_profile_derived Entity
Attribute 'original_section'
No Diagram
section_profile_simple Entity
Supertype
No Diagram
section_properties Entity
Attribute 'profile'
No Diagram
structural_frame_item Entity
Subtype
No Diagram
weld_mechanism_prismatic Entity
Attribute 'cross_sections'
No Diagram

Inheritance graph

ENTITY section_profile;
ENTITY structural_frame_item;
item_number  :  INTEGER;
item_name  :  label;
item_description  :  OPTIONAL text;
DERIVE
item_ref  :  BAG OF identifier :=  get_item_ref(SELF);
cost_code  :  BAG OF label :=  get_item_cost_code(SELF);
object_id  :  globally_unique_id :=  get_instance_id(SELF);
ENTITY section_profile;
section_classification  :  OPTIONAL label;
cardinal_point  :  cardinal_point_ref;
mirrored  :  LOGICAL;
DERIVE
section_ref  :  BAG OF identifier :=  SELF\structural_frame_item.item_ref;
END_ENTITY;