Hi all,
I would like to make the bottom level of my rack storage "non storable". Like in the picture below. Is there any way to do it with code?
Thanks!
Hi all,
I would like to make the bottom level of my rack storage "non storable". Like in the picture below. Is there any way to do it with code?
Thanks!
Hi Jacopo,
Try using this code:
Storage.Object rack = Model.find("Rack1"); int i=0; int numBays = rack.bays.length; for (i=1; i<=numBays; i++){ treenode slot = rack.bays[i].levels[1].slots[1]; slot.find("isStorable").value = 0; }
I hope it helps!
13 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved