I'm using the offsetcurvegenerator against a single line to create both left and right lines. But ofcourse it doesn't carry the z values. What transformers can I implement after the offsetcurvegenerator step to have the two end points of the lines match the z value of the initial line?
can only think to break the line down, use neighbour finder as a test, then set z attribute, but feels inefficient.
Cheers,