section_profile_circle
EXPRESS specification:
ENTITY
section_profile_circle
SUBTYPE
OF
(
section_profile_simple
);
external_radius
:
positive_length_measure_with_unit
;
END_ENTITY
;
References (2):
Name
Type
Referred through
Express-G
section_profile_circle_hollow
Entity
Supertype
No Diagram
section_profile_simple
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
section_profile_circle;
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_simple
;
ENTITY
section_profile_circle
;
external_radius
:
positive_length_measure_with_unit
;
END_ENTITY
;