Need help
How to scale curve1 to curve2 by length?
Unable to use scaling factor to control scaled curve length.
Can you please explain better what you want?
And please, attach a minimal version of the Grasshopper file
scale.gh (7.5 KB)
It is easy.
Change the resolution of the slider to the max precision and connect Galapagos. Follow this image:
or like this:
I want to control the value accurately?How to do it? Thanks
I didn’t wait for Galapagos to end the cycle.
This could be solved using trigonometry but you will be as precise as many digit you will use for Pi.
scale_crv_2024Aug14a.gh (10.8 KB)
The length of ‘curve2’ has this expression: round(x,3)
In theory, precision can be increased by increasing the number of decimal places from ‘3’ to ‘4’ or more, provided the number of decimal places of the ‘Scale Y’ slider is also increased.
scale_crv_2024Aug14aa.gh (11.2 KB)