question

Julio R avatar image
0 Likes"
Julio R asked Noah Z commented

Change view perspective with code

Hello,

I´m trying to make a simple code that replicate de effect on clicking on the save views name in the Quick properties when we click on the model floor.

Is there a command or a different way to accomplish this?

FlexSim 18.0.2
codeview
asdf.png (25.5 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

Matthew Gillespie avatar image
1 Like"
Matthew Gillespie answered Noah Z commented
  1. string viewName = "View 1";
  2. applicationcommand("changeperspview", viewName, activedocumentnode());
· 4
5 |100000

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