Hi everyone, I have a large table of points (example) and a straight polyline file. I need to start from Zero metres and travel along Distance (metres) and draw perpendicular lines (negative is left) on either side for Offset (metres)
IDDistanceOffset123-12123956356210473-34The result should look like this
I tried 2D Vector Generator developed by @takashi but so far I have got only the following
This Line layer has 5 segments has two columns. Only first segment (Start 0 End 1) has worked
The other 4 segments failed with the following error.
StartEnd_failure_reason
23
start index is out of range
IDStartEndA01B12C23D34E45Anyone can help me please? Thanks in advance.