Navigation

located_feature

EXPRESS specification:

ENTITY located_feature
ABSTRACT SUPERTYPE OF (ONEOF(located_feature_for_assembly, located_feature_for_design_part, located_feature_for_located_assembly, located_feature_for_located_part, located_feature_for_part))
SUBTYPE OF ( located_item);
descriptive_feature  :  feature;
WHERE
WRL23  :  SELF\located_item.location.coord_system_use = 'Feature Coordinate System';
END_ENTITY;

References (8):

Name Type Referred through Express-G
assembly_component_select Select
Select relation
No Diagram
feature Entity
Attribute 'uses'
No Diagram
located_feature_for_assembly Entity
Supertype
No Diagram
located_feature_for_design_part Entity
Supertype
No Diagram
located_feature_for_located_assembly Entity
Supertype
No Diagram
located_feature_for_located_part Entity
Supertype
No Diagram
located_feature_for_part Entity
Supertype
No Diagram
located_item Entity
Subtype
No Diagram

Inheritance graph

ENTITY located_feature;
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;
END_ENTITY;