
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm programming a rule that searches an assembly for a certain criteria, selects the parts based on that, and I want to show only those selected parts. I can do this manually if I select the parts in the assembly tree, and then right click and choose "Isolate" however after searching through the forums and API Help, I can't seem to find any command that would allow me to do this, although I can do it manually. Is there a way to program this manual option, or am I just missing something?
The criteria I'm using is interference, and I want to see just the two parts that interfere. I've been collecting code and modifying it, and I'm so close. I'm able to recursively search through sub assemblies, and find the parts. I just need to only show the ones that I've selected through the code. I'll post the final code so anyone can use it afterwards.
Solved! Go to Solution.