I have a region and I want to move it to the right by 590 columns with the move_region operator, but the operator returns me an empty region
union1 (Regions, Regions)
move_region(Regions, RegionMoved, 0, 590)
connection(RegionMoved, ConnectedRegions)