located_part_marked
EXPRESS specification:
ENTITY
located_part_marked
SUBTYPE
OF
(
located_part
);
piece_mark
:
OPTIONAL
label
;
prelim_mark
:
OPTIONAL
label
;
bar_code
:
OPTIONAL
label
;
quantity
:
OPTIONAL
INTEGER
;
main_piece
:
LOGICAL
;
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
located_part
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
located_part_marked;
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'));
ENTITY
located_part_marked
;
piece_mark
:
OPTIONAL
label
;
prelim_mark
:
OPTIONAL
label
;
bar_code
:
OPTIONAL
label
;
quantity
:
OPTIONAL
INTEGER
;
main_piece
:
LOGICAL
;
END_ENTITY
;