I have a problem with cutting a circle by 2 tangent lines.
How can I join sections with the tangent part of the circle?
Help.3dm (29.5 KB)
Help.gh (7.8 KB)
I have a problem with cutting a circle by 2 tangent lines.
Hello
I think it could be better you read some complete tutorial on Grasshopper
There are many problems.
it is better you internalize the curve by right clicking on curve. It is more simple for helpers than posting a 3dm file.
Shatter doesn’t accept point but curve parameter.
To cut the cut the circle you must input a flatten list of tA. Because circle is on input A
You could use arc that will give you the good part of curve.
It is not very clever but I hope you will learn a bit.
Help (3).gh (7.6 KB)
Thank you