Sorting the model Views

Sorting the model Views

clairekruppGhafari
Observer Observer
3 Views
4 Replies
Message 1 of 5

Sorting the model Views

clairekruppGhafari
Observer
Observer

[ FlexSim 22.2.0 ]

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

0 Likes
Accepted solutions (1)
4 Views
4 Replies
Replies (4)
Message 2 of 5

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

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

1663000282995.png


0 Likes
Message 3 of 5

clairekruppGhafari
Observer
Observer
HI @Jason Lightfoot, thank you.


(I did not see this earlier - not sure who "accepted" the answer!)
Message 4 of 5

clairekruppGhafari
Observer
Observer
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
Message 5 of 5

jason_lightfootVL7B4
Autodesk
Autodesk

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