located_feature_for_located_assembly
EXPRESS specification:
ENTITY
located_feature_for_located_assembly
SUBTYPE
OF
(
located_feature
);
modified_assembly
:
located_assembly
;
UNIQUE
URL5
:
location, descriptive_feature, modified_assembly;
WHERE
WRL24
:
'STRUCTURAL_FRAME_SCHEMA.COORD_SYSTEM_CHILD' IN TYPEOF (SELF\located_item.location);
WRL25
:
SELF\located_item.location.parent_coord_system :=: modified_assembly\located_item.location;
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
located_feature
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
located_feature_for_located_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_located_assembly
;
modified_assembly
:
located_assembly
;
END_ENTITY
;