Hi everybody. I have an assembly that requires several components to be suppressed and several components to be unsuppressed. I use the command SetSuppression2() looping over the components but the method is very slow because every time the command is executed solidworks idles a while during it's own "crunching".
I know that exists other commands like swModel.EditSuppress2(), swModel.EditUnSuppress2() and swModel.EditRebuild3(). My question is: Is it possible to use this commands to make the suppress and unsuppress faster? Generally speaking is there a method to add the components to be suppressed and unsuppressed to two different lists and only later execute the command and update?