question

Cody F avatar image
0 Likes"
Cody F asked Matthew Gillespie converted comment to answer

How to blank and display flow items for animations?

I am trying to have an animation where an AGV pulls into a lifter and then have the item display in my animation and be able to blank it or undisplay the flow item when done. Is this possible and also is there a code snippet to accomplish this to use in other circumstances?

FlexSim 19.1.1
animations
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Matthew Gillespie avatar image
1 Like"
Matthew Gillespie answered

I'm not sure if this is what you're asking for, but this command will tell an object to draw/not draw items inside it

switch_hidecontents(theObject, 0) // Hide items inside
switch_hidecontents(theObject, 1) // Show items inside
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.