Modifying screws in nested assemblies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I am working on a large assembly composed of multiple subassemblies, which in turn are composed of multiple sub-assemblies.
The parts I'm working with are STEP-files. There are about 150 different screws used in the assembly.
The subassemblies will have part lists included when sent to production, so I need to change either the screws or the part numbers of these screws in these assemblies so that the part numbers line up with the ones in our inventory. The same goes for the Bill Of Materials that needs to be generated.
The screws that need to be replaced also have a slight visual difference. I will just try my best to ignore this as long as possible.
All the screws are 90 degrees tilted when compared to our local parts, so replace all requires the extra step of making a local version that is then manually rotated 90 degrees around the Y-axis.
Furthermore: replace all doesn't replace any of the parts in the sub-assemblies.
The most feasible method I can think of would be to change the source files to match our local part numbers.
Is there a way to change a large quantity of part's part numbers by using a hard-coded lookup table?
Is it also possible to track these changed parts and make them invisible in the main assembly after they have successfully changed?
Preferably I would also change the material on all these screws. Alternatively I would like to be able to look up all the materials in the whole assembly and change every occurrence of this specific material.