Move region return empty region

43 views Asked by At

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)

the region is enter image description here area = 15653 center = 783.516, 148.932

0

There are 0 answers