Community
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

New Vault Browser inside Inventor 2018 Find in this browser

New Vault Browser inside Inventor 2018 Find in this browser

Good tool to have a vault browser inside Inventor. But please add Find In vault Browser too!

 

Thanks

3 Comments
Senthil_Kumar
Autodesk

Hi,

 

Please review this video - http://autode.sk/2oe3TS6. So you should see the same highlighted component both in Model and Vault Browser. Are you not seeing that?

Senthil_Kumar
Autodesk
Status changed to: Under Review
 
Michel.Brun
Enthusiast

Hello,

 

it is also possible with Macros: VaultFindinBrowser

 

Same command / Not Displayed in 2016

 

 

Code vba inventor

 

    'Get the CommandManager object
    Dim oCommandMgr As CommandManager
    Set oCommandMgr = ThisApplication.CommandManager
            
    'Get control definition for the line command
    Dim oControlDef As ControlDefinition
    Set oControlDef = oCommandMgr.ControlDefinitions.Item("VaultFindinBrowser")

    Call oControlDef.Execute

 

 

 

Can't find what you're looking for? Ask the community or share your knowledge.

Submit Idea  

Autodesk Design & Make Report