I currently have 354 Assembly instances in my model. There are 227 types (certain types have multiple instances). I have identified each Assembly instance with it’s own unique mark value. What I need to do now is apply that mark value to an instance parameter for each component of the assembly.
I am able to sort the components by Assembly Name as shown in the post below (solved by @Vikram_Subbaiah) . When I have multiple instances of an Assembly Type (Assembly Name), how would I break this down even further and apply the instance value? Thanks in advance for the help!!!
The reason I am looking to do this is because of how Assemblies come into Navisworks. I cannot select an assembly. Rather, each component has a parameter associated to it called Assembly Name (which ties back to the assembly). I want to select these Assemblies by instance, not Type.
The highlighted elements below are assigned the Mark value of the adjacent Assembly. All other components are assigned correctly. The red box is an attempt to show what’s composing the assembly.