How to select several browser nodes using Inventor API

How to select several browser nodes using Inventor API

Anton_Chernomazov
Contributor Contributor
889 Views
4 Replies
Message 1 of 5

How to select several browser nodes using Inventor API

Anton_Chernomazov
Contributor
Contributor

I'm using Inventor API to execute some command definition for single browser node. I need to execute this command for several browser nodes. But when call DoSelest method for next one previous Selected value becames false. How I can select several browser nodes using Inventor API?

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

Anton_Chernomazov
Contributor
Contributor

Yes, I have seen this post. But I'm sure there is must be simpler solution. Using CTRL key is not gracefully in my opinion))

0 Likes
Message 4 of 5

JhoelForshav
Mentor
Mentor
Accepted solution

Ok,

After doing some research I'm pretty sure that there is no way to do this with API-functions alone.

I'd say there is no "graceful" solution to this problem. @HideoYamada 's solution works and in my opinion it's a great "workaround". After all the end user will not see the code. Only the result of it 🙂

Message 5 of 5

Anton_Chernomazov
Contributor
Contributor

All right, you have persuaded me 🙂