|
|
| ENTITY material_anisotropic;
|
|
|
|
|
| item_description
|
:
|
OPTIONAL text;
|
|
|
|
| item_ref
|
:
|
BAG OF identifier := get_item_ref(SELF);
|
| cost_code
|
:
|
BAG OF label := get_item_cost_code(SELF);
|
|
|
|
| material_number
|
:
|
INTEGER := SELF\structural_frame_item.item_number;
|
| material_name
|
:
|
label := SELF\structural_frame_item.item_name;
|
| material_grade
|
:
|
BAG OF identifier := SELF\structural_frame_item.item_ref;
|
|
|
|