question

Kim Jh avatar image
0 Likes"
Kim Jh asked Joerg Vogel commented

Question How to get selected objects (the ones with the red box) by FlexScript?​

I have two Question, please answer

Question 1. How to get selected objects (the ones with the red box) by FlexScript?

Question 2. How to merge two model file(.fsm) into one model file?

FlexSim 16.1.0
flexscriptselected objectscommandsquestion
· 1
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
3 Likes"
Joerg Vogel answered Joerg Vogel commented
· 2
5 |100000

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

Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered

Use switch_selected(myobject,1);

  • 0 - set not selected
  • 1 - set selected
  • -1 - return 1 if selected 0 if not.

5 |100000

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