Hi,
I'm trying to build a macro, but I am struggling to get started.
I want the user to be prompted to select two things:
1) Select a pattern
2) Select a surface
Next I want a For-loop that will go through the pattern.
The pattern will be a number of points.
So, point for point I now want to...
Hi,
I'm trying to figure out how to make a set of evenly distributed points on a curved surface.
To simplify, imagine a torus/donut as my surface. The points don't have to be perfectly distributed/evenly spaced.
How do I do this?
I have approached it in three steps:
1) Generate an even cloud...