|
|
| ENTITY section_profile_angle;
|
|
|
|
|
| item_description
|
:
|
OPTIONAL text;
|
|
|
|
| item_ref
|
:
|
BAG OF identifier := get_item_ref(SELF);
|
| cost_code
|
:
|
BAG OF label := get_item_cost_code(SELF);
|
|
|
|
| section_classification
|
:
|
OPTIONAL label;
|
|
|
|
| section_ref
|
:
|
BAG OF identifier := SELF\structural_frame_item.item_ref;
|
|
|
|
| width_value
|
:
|
REAL := NVL(width.value_component, depth.value_component);
|
|
|
|