located_feature_for_design_part
EXPRESS specification:
ENTITY
located_feature_for_design_part
SUBTYPE
OF
(
located_feature
);
modified_part
:
design_part
;
UNIQUE
URL4
:
location, descriptive_feature, modified_part;
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
located_feature
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
located_feature_for_design_part;
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
located_item
;
location
:
coord_system
;
ENTITY
located_feature
;
descriptive_feature
:
feature
;
ENTITY
located_feature_for_design_part
;
modified_part
:
design_part
;
END_ENTITY
;