iterating through sub-assemblies
i want to write a vba macro that will delete an undetermined number of sub-assemblies from an assembly.
what is the best way to iterate through the instances of the sub-assemblies and delete them?
lookup traversing through model in api file. then just check the component type to see if it is an assembly, then delete if whatever conditions you require are met.