Hi, I just upgraded to 21.2 and the separator isn't working - unpacking or spliting - when I choose anything other than "Entire Contents" in the Quantity Field
Hi, I just upgraded to 21.2 and the separator isn't working - unpacking or spliting - when I choose anything other than "Entire Contents" in the Quantity Field
I had the same problem. The solution is to change value in model tree - instead of "2" there should be "0".
Thanks for the bug report. I've added a case to the dev list.
I have fixed this issue by adding model trigger with such a code:
Group separatory = Model.find("Tools/Groups/Separatory");
for (int i = 1; i <= separatory.length; i++) {
Object zmien = separatory[i];
Model.find(zmien.name+">variables/unpack").value = 0;
}
16 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