One way to get rid of duplicates is to compare decomposed elements. If we share x y and z, cull the list.
Sounds like an interesting project... I am looking forward to seeing your work.
I was actually curious as well and ended up doing something aking to what I think he was describing. Instead I created two variable surfaces projecting a voronoi pattern onto each but varying the elements from one to the other, then connecting the…
Here is something I threw together real quick. Just using some simple math to set two numbers an equal distance from zero and sending them as the offset. Hope it helps.
The script working here is doing a few things. First, there are parametric sections cutting through a surface constructed out of 15ft contours(currently showing a 125' x 125' quads) that are then divided by an equal number of points.These…