Save group of selection

Save group of selection

mohandis2
Advocate Advocate
388 Views
1 Reply
Message 1 of 2

Save group of selection

mohandis2
Advocate
Advocate

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?

 

 

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

ekinsb
Alumni
Alumni

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
0 Likes