Create assembly view of unique assemblies

Hi there,

I want to create a 3D view and a part list of already existing assemblies. So I filtered out the unique names of assemblies, but these are just strings, I need the list of unique assemblies. So how can I use this list (unique names) to filter out the unique assemblies.

Hi,

you can use a combination of List.IndexOf and List.GetItemAtIndex, like here:

Thanks!!