copy_zones# Edb.copy_zones(working_directory=None)[source]# Copy multizone EDB project to one new edb per zone. Parameters: working_directorystrDirectory path where all EDB project are copied, if empty will use the current EDB project. Returns: dict[str](int, EDB PolygonData) Return a dictionary with edb path as key and tuple Zone Id as first item and EDB polygon Data defining the region as second item.