my model has 30000 objects, 30000 reset events will be excuted, the excuting process need 10 seconds.
I want to disable the reset trigger of object to reduce the count of reset events, can you tell me how to do? thanks
my model has 30000 objects, 30000 reset events will be excuted, the excuting process need 10 seconds.
I want to disable the reset trigger of object to reduce the count of reset events, can you tell me how to do? thanks
You can try deleting the resettriggers if you don't need them to fire:
treenode v; forobjectlayerunder(model()){ v=getvarnode(a,"resettrigger"); if (v) destroyobject(v); }
hi, Jason, getvarnode(a,"resettrigger") return null for all object tpye, so i can not disable the reset trigger with this method
the model will automatically create the reset event for every object,. To prevent the creation, how can I do
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