Joining two lines(3D) with a circular arc fillet

  • Thread starter Thread starter velanvela
  • Start date Start date
  • Tags Tags
    Arc Circular
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 6K views
velanvela
Messages
3
Reaction score
0
Hi all,
I have two lines in three dimensional form [P1(x1,y1,z1),P2(x2,y2,z2), and P3(x3,y3,z3), P4(x4,y4,z4) ] joined by a fillet, with known radius. i want to know the, start of the fillet(bend), end of the fillet, center of the fillet in a mathematical expression. with the above solution, i can formulate in a C program for further use. Thanks in advance.

regards
velan
 
Physics news on Phys.org
Please read or at least glimpse over all the stickies in the sub-forums for which you post for the first time. Problems like these belong in the homework help subforums.
 
Hi all,
I have two lines in three dimensional form [P1(x1,y1,z1),P2(x2,y2,z2), and P3(x3,y3,z3), P4(x4,y4,z4) ] joined by a fillet, with known radius. i want to know the, start of the fillet(bend), end of the fillet, center of the fillet in a mathematical expression. with the above solution, i can formulate in a C program for further use. Thanks in advance.

regards
velan
 
Hi velanvelam, are the two lines assumed to be co-planar (that is, are they known to intersect).
 
Last edited:
No, the two lines are not in the same plane.

regards
velan
 
velanvela said:
No, the two lines are not in the same plane.

regards
velan

The arc itself defines a plane. If the two segments are not coplanar then the arc can't be tangent to both.