Skip to main content

Hello

I want to create a point in the middle of each line in my file. Each of these lines is made up of only 2 vertices. Can you guide me to achieve this. Thanks in advance

The CenterPointReplacer can do this for you.


Or maybe you want to add a vertex in the middle of the line.

That you can do with a CoordinateExtractor, a VertexCreator, and some math.

image


Reply