Hi guys,
I’m trying to create circles that are aligned on the same axes as each other, but as you can see in the attached image, their orientation is getting random.
I’ve tried a few different methods but couldn’t get a consistent result.
Any idea how I can make sure all the circles follow the same axis/orientation?
Unitize axises.gh (697.3 KB)
I assume like this:
Unitize axises VR 1.gh (678.8 KB)
though you should probably cull duplicate points for the circles. I have done it in 3D, which is costly because of Offset On Srf (14 sec. for two rows of screws). Worse still, is the Split Surface used to get the surface “frames”. By this, I mean the border of the panels which look like so:
This takes 1 1/2 minutes to calculate, so enable at your own risk.
Thanks again Volker!! You are the best 