Batch process on Multiple drawings

Hi, i am trying to use the Camber nodes to turn off a layer on every drawing and save it before closing the. I stated simple with just one drawing and it seems to work base on the result under the node but i am not sure what should be use to save the drawing after the process is done.

You would plug the ExternalDocument.LoadFromFile node into ExternalDocument.Save, but make sure you add a gate before that to ensure that the previous operation (freezing) completes before the drawing is saved. More info here:

Perfect! Thank you Zachri.

1 Like