Skip to main content

The output needs to be a horizontally flat line that is built on the values from the measure field. I would also like to insert a vertex at every measure change.

Hi @jberneathy​ Use a VertexCreator to replace the geometry with a point where X is the measure field and Y is the constant value of your horizontal line. Then join the points together with a LineBuilder.


Reply