Hello,
I'm new to Process Flow and I'm struggling with referencing to the information contained in the actual 3D items.
So, in my PF source I created tokens with a certain label's name, and then are batched based on the label. After that, I create the objects and they enter the 3D flow.
But in a certain part of the 3D flow I need to batch again based on that token's label.
So the way I thought is to wait for an event for the "OnProcessFinish" by the Processor (Racking1) and then destroy those objects, pull from the list where I kept the info of the tokens, batch again and then create new objects.
However, I just can't seem to destroy the objects, they just get stuck in the "Racking" operation after processing. How can I get this done? Sorry if this is easy.
Here is the file: https://www.mediafire.com/file/e73f1s5u3vzbwhp/Simulation+-+Batching.fsm/file
Simulation - Batching.fsm in the drive
Thank you.