Hi FlexSim,
I'm working with the storage system and would like to ask how two calls work:
slot.isStorable and slot.hasSpace
Assuming I'd like one item per slot on a rack, the slot.hasSpace seems to return true if the slot in the rack is slightly larger than the flow item. It only returns false if the slot on the rack is exactly the same size as the flow item.
@zachary.h was able to provide a conditional statement to help circumvent that issue as shown in the attached picture.
Another alternative is I can keep the flow item exactly the same size as the rack slot and make the flow item graphic smaller than the selection box, but I want to avoid that.
Is there documentation available or clarification on how it works that can supplement the reference manual?
Thank you