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: 

Save group of selection

1 REPLY 1
Reply
Message 1 of 2
mohandis2
264 Views, 1 Reply

Save group of selection

I want to make a VBA code to save a group of components, to use it later and select it in one shut, same as the group command in AutoCAD, any one have an idea?

 

 

1 REPLY 1
Message 2 of 2
ekinsb
in reply to: mohandis2

One idea is to add an attribute to each occurrence that you want in the same group.  It could be something like this where the attribute set name is "Group" and it could contain a single value called "GroupName" where the name could be "Group1", "Group2", or even simpler and just "1", "2", "3", etc.  Every occurrence that you want to be part of a single group would have the same name.  You can then use attribute functionality to find all of the occurrences that have a particular name.


Brian Ekins
Inventor and Fusion 360 API Expert
Mod the Machine blog

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

Post to forums  

Autodesk Design & Make Report