Models selection in Browser tree-Drawing Mode

Models selection in Browser tree-Drawing Mode

karram
Advocate Advocate
398 Views
1 Reply
Message 1 of 2

Models selection in Browser tree-Drawing Mode

karram
Advocate
Advocate

Hello Sanjay,

 

                 In Inventor Drawing Mode how to select the models in Browser tree using VBA, I think using selectset is not possible in my knowledge. Is there any other way to execute the selection . Here I attached the screen shot for more details. Please refer . Hopefully I've explained our needs well enough, if not let me know and I'll try to clarify

0 Likes
399 Views
1 Reply
Reply (1)
Message 2 of 2

adam.nagy
Autodesk Support
Autodesk Support

Hi,

 

Is the issue with selecting multiple nodes?

I don't have a solution for that. A single node you can easily select using BrowserNode.DoSelect

 

Why do you want to select those node? Are you just trying to select the drawing curves that belong to them?

In that case you can get those back from the drawingview and then select them:

http://adndevblog.typepad.com/manufacturing/2012/05/adding-drawingcurve-to-selectionset.html

 

Cheers,



Adam Nagy
Autodesk Platform Services
0 Likes