question

royjuventus29 avatar image
0 Likes"
royjuventus29 asked Mischa Spelt answered

How to disable the "show 3D shape" of a specific object by FlexSim Script?

problem.jpg

FlexSim 24.0.1
flexscript
problem.jpg (128.2 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.

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered
5 |100000

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

Mischa Spelt avatar image
2 Likes"
Mischa Spelt answered

Hi Roy,

You can access the "Show shape" and the other checkboxes through the flags property of the object:

Object entryTransfer = model.find("EntryTransfer1");
entryTransfer.flags.showShape = 0;
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.