Hi all,
I’m looking at making a more complex version of my initial drawing machine test, originally posted here (for reference):
Here is the simple version of what I am trying to achieve that is working fine. Note the “bending” input maintains an aligned straight line anchored at the midpoint “t”
Here’s the file:
ND_DwgMachine_05.gh (29.6 KB)
The problem I am stuck on is in the more complex version of this script with 3 cogs and 8 line segments. The bending component is not working how I would like it to, yet. Here is an annotated diagram of what am trying to achieve. Note the two line segments that I would like to “align”. I can’t seem to figure out why the bending component is not working in this simulation
Here’s the script:
ND_DwgMachine_06.gh (13.9 KB)
Any advice or suggestions would be most welcome. Is it not working like the simple version because the line input is a closed polyline? Or, have I not correctly ordered my data trees?
Many thanks in advance,
Nic