question

Claire Krupp avatar image
0 Likes"
Claire Krupp asked Jason Lightfoot edited

Sorting the model Views

I have many views in my model:

1662999605209.png

I would like to have them shown in a logical order so that it's easier for me and my customer to find what I need to look at, but there are no sort arrows (like there are in a group, for example).

I tried to go into the tree to sort them, and that seemed to work, but the next time I opened the model they reverted to the order in which I created them.

Is there any way to sort them? If not, please add this to your list of future updates.

Thanks

FlexSim 22.2.0
model views
1662999605209.png (10.0 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.

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

You'll find them in the tree under Tools/PerspViews and can change the node positions using the tree tools:

1663000282995.png



1663000282995.png (9.6 KiB)
· 3
5 |100000

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

Claire Krupp avatar image Claire Krupp commented ·
HI @Jason Lightfoot, thank you.


(I did not see this earlier - not sure who "accepted" the answer!)
1 Like 1 ·
Claire Krupp avatar image Claire Krupp commented ·
For anyone else trying this, you have to save, then completely close and re-open FlexSim for the changes to show up in the right order
1 Like 1 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Claire Krupp commented ·

You can close and re-open the Properties panel or reopen the default workspace to get the updated list order without closing the model - or you can run this script:

refreshview(views().find("active>Tools/QuickProperties/1+/~/ToolPanel/Views/Views/SelectView"));

which could also be added to a custom toolbar button, or saved as a model/user script from the script window.

0 Likes 0 ·

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.