Navigation

section_profile_edge_defined

EXPRESS specification:

ENTITY section_profile_edge_defined
SUBTYPE OF ( section_profile_complex);
external_edge  :  bounded_curve;
internal_edges  :  LIST OF bounded_curve;
END_ENTITY;

References (1):

Name Type Referred through Express-G
section_profile_complex Entity
Subtype
No Diagram

Inheritance graph

ENTITY section_profile_edge_defined;
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;
ENTITY section_profile_complex;
ENTITY section_profile_edge_defined;
external_edge  :  bounded_curve;
internal_edges  :  LIST OF bounded_curve;
END_ENTITY;