Extend an arc until it touches a segment

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 ?

This can be a start. I am using Viper and Pufferfish components.

Extend_Arc_to_Segment.gh (10.7 KB)