I have a sheetmetal function with a split feature, so 2 bodies. In a macro, I create a derived config for each body. When I m in one of these derived config and delete the other, I want to activate the parent config so the macro can redo the missing config (just deleted).
I use the deletePreNotify events to do so and its working great except one thing, when the parent config get activated, the cutlist only show one body inside, after all the macro have been run, the second body is there again. I also have the activeConfigurationChangePostNotify events so a rebuilt is trigger from there that makes the macro run...
Any ideas on why a body is missing when changing configuration from inside events? The post notify should be after the config change so the rebuild should take the fully rebuilt part...
Thanks!
