question

William D6 avatar image
0 Likes"
William D6 asked Matthew Gillespie edited

Make an object invisible via process flow

How to make an object invisible using the Change Visual command in Process Flow?

FlexSim 21.2.3
processflowobjectinvisible
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
0 Likes"
Matthew Gillespie answered Matthew Gillespie edited

This can be done with the switch_hideshape() command. In the Change Visual activity choose the Code Snippet option and then put in code like this:

switch_hideshape(Model.find("Processor1"), 1);

Here's an example model.

hideShape.fsm


hideshape.fsm (28.9 KiB)
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.