|
ENTITY feature_cutting_plane;
|
|
|
item_description
|
:
|
OPTIONAL text;
|
|
|
item_ref
|
:
|
BAG OF identifier := get_item_ref(SELF);
|
cost_code
|
:
|
BAG OF label := get_item_cost_code(SELF);
|
|
|
uses
|
:
|
SET OF located_feature := bag_to_set
(USEDIN(SELF,'STRUCTURAL_FRAME_SCHEMA.LOCATED_FEATURE.DESCRIPTIVE_FEATURE'));
|
|
|
plane_definition
|
:
|
plane;
|
|
|
|