Essentially I’ve got a hexagonal grid and I’ve piped the lines (with the pipe component). However, the pipes intersect at both ends of each line, which is not good! So I’m looking for a way to make each pipe end where it intersects with another pipe. Or maybe a smarter component than pipe, that would accept the lines as a single entity rather than individually? Or a way to make pipe do that…
Thanks in advance!