I have a polygon with a line inside. I want to create several polygons out of the big one by snipping the line every 1 Meter. See my image for reference: I want to cut the red line every meter and split the polygon at that point by using a perpendicular line to the red one. As a result I will get more than 10 polygons.
Yes, but it didn't work properly. I managed to create the perpendicular lines. How can I combine them to polygons ?
@katt if you feed in the perpendicular lines and the polygon into PolygonCutter, that should cut your polygon for you as @danilo_fme suggests. I've attached an example workspace (FME 2021.2). If this doesn't work with your data, perhaps attach a small example dataset.
@katt if you feed in the perpendicular lines and the polygon into PolygonCutter, that should cut your polygon for you as @danilo_fme suggests. I've attached an example workspace (FME 2021.2). If this doesn't work with your data, perhaps attach a small example dataset.
Thanks @Mark Stoakes for endorse my answer.
Hi @katt , the BoundsSplitter transformer from FME Hub could also be helpful.