located_feature_for_assembly
EXPRESS specification:
ENTITY
located_feature_for_assembly
SUBTYPE
OF
(
located_feature
);
modified_assembly
:
assembly
;
UNIQUE
URL3
:
location, descriptive_feature, modified_assembly;
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
located_feature
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
located_feature_for_assembly;
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_assembly
;
modified_assembly
:
assembly
;
END_ENTITY
;