Removing the nets requires just a minor change - you delete the net instead of the terminal that net is on: (foreach term cv~>terminals (foreach pin term~>pins (foreach fig pin~>figs (dbDeleteObject fig)) (dbDeleteObject pin)) (dbDeleteObject term~>net) ) Deleting the net will silently delete the terminal along with the net. Max
↧