Hi, how can I extend an arc until it touches a segment that it does not currently intersect?
Perhaps I should use the Rhino command inside GH?
Also, is there a plug-in that extends the GH commands with “autocad-like” commands (extend, trim, align, stretch, etc.)? I have not found any…
think the other way around
- draw a full circle
- compute the parameter of intersection
- trim the circle to an arc
1 Like
I’m a beginner… how trim the circle ? with shatter ?