rmcanany / SolidEdgeHousekeeper

Utility for finding annoying little errors in your Solid Edge project
MIT License
23 stars 10 forks source link

Add new task to break all part copy links. #88

Closed ChrisClems closed 4 months ago

ChrisClems commented 4 months ago

Last feature PR for today. Ported code to break part copy links.

Currently breaks links in CopiedParts and/or CopyConstructions collections in PARs and PSMs based on selected options. I had a function written to break InterpartConstruction links as well in my original script but it's panicking when I try to use it on my test assembly in HouseKeeper. I don't know if I ever thoroughly tested that function before so it may have never worked. Will take a closer look at that later.

Tested on a 170 and 265 part assembly with many links.

closes #72

rmcanany commented 4 months ago

Looks great! I can't believe how fast you figured out how to work with all my quirky code conventions.