Navigation

located_part

EXPRESS specification:

ENTITY located_part
SUBTYPE OF ( located_item);
descriptive_part  :  part;
parent_assembly  :  located_assembly;
DERIVE
features  :  SET OF located_feature_for_located_part :=  bag_to_set 
(USEDIN(SELF,'STRUCTURAL_FRAME_SCHEMA.LOCATED_FEATURE_FOR_LOCATED_PART.MODIFIED_PART'));
UNIQUE
URL9  :  location, descriptive_part, parent_assembly;
WHERE
WRL32  :  SELF\located_item.location.coord_system_use = 'Part Coordinate System';
WRL33  :  'STRUCTURAL_FRAME_SCHEMA.COORD_SYSTEM_CHILD' IN TYPEOF (SELF\located_item.location);
WRL34  :  'STRUCTURAL_FRAME_SCHEMA.ASSEMBLY_MANUFACTURING' IN TYPEOF (parent_assembly.descriptive_assembly);
WRL35  :  SELF\located_item.location.parent_coord_system :=: parent_assembly\located_assembly\located_item.location;
END_ENTITY;

References (8):

Name Type Referred through Express-G
assembly_component_select Select
Select relation
No Diagram
located_assembly Entity
Attribute 'component_parts'
No Diagram
located_feature_for_located_part Entity
Attribute 'modified_part'
No Diagram
located_item Entity
Subtype
No Diagram
located_part_joint Entity
Attribute 'logically_joined_parts'
No Diagram
located_part_marked Entity
Supertype
No Diagram
part Entity
Attribute 'physical_uses'
No Diagram
part_select Select
Select relation
No Diagram

Inheritance graph

ENTITY located_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_part;
descriptive_part  :  part;
parent_assembly  :  located_assembly;
DERIVE
features  :  SET OF located_feature_for_located_part :=  bag_to_set 
(USEDIN(SELF,'STRUCTURAL_FRAME_SCHEMA.LOCATED_FEATURE_FOR_LOCATED_PART.MODIFIED_PART'));
END_ENTITY;