Hello everybody,
I’m trying to create a simple axis grid. It should consist of X-directed and Y-directed axis lines and you should be able to set the number of axes and the distances between them by number-sliders.
My first thought was:
- lines on the X and Y axis
- points on these lines to determine distances and number of axes (e.g. length 10 m, number of points 5 --> points every 2 m)
- axis grid lines: Starting points are the points on the axes (X direction, if point on Y axis and vice versa)
It seems quite complicated to me and I can imagine that there is an easier way. Does anyone know?
Best regards, Heiko