Forum archiveIssue archiveOther usage issues

Archived discussion

2d fillet between 2 arcs

Other usage issuesMon, 12/08/2008 - 09:461 reply

Browse this forum
QuestionAuthor

I have 2 circle/arcs.
I need to find the 2D fillet(arc) solution using
the input arcs/circles.

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Check out Geom2dGcc_Circ2d2TanRad. One of its constructors takes two curves and a radius and computes the set of tangent circles. You can use the Tangent1 and Tangent2 functions to retrieve the parameters for trimming the circle to an arc.