Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to select weld bead with VB.net?

0 REPLIES 0
Reply
Message 1 of 1
Anonymous
363 Views, 0 Replies

How to select weld bead with VB.net?

I'm trying to create an add-in (VB.net) for direct editing of welds, because it's sometimes difficult to find quickly the right weld in assembly tree. My idea is to have an icon which let the user click on weld to edit.
I have the icon and I know how to select weld(component), but I don't know how to select specific weld bead.
I use this code to select a component:

Dim oComp As ComponentOccurrence
oComp = ThisApplication.CommandManager.Pick( _
SelectionFilterEnum.kAssemblyLeafOccurrenceFilter,_
"Select a weld")

What do I have to change in that code to get it working as I want.

0 REPLIES 0

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

Post to forums  

Autodesk Design & Make Report