@tig said:
You could pick your points in 3d, so the possibilities could get muddied.
It's flat, so that's one obstacle out of the way.
@tig said:
You need to collect each newly made edge into another array called @edges
Ok, so instead of connecting points using lines, should I do something like:
edge = Sketchup.active_model.entities.add_line(@pts[@n-1], @pts[@n])
line = edge.line
Sorry to say, but I lost you after that