Compute the minimum distance with BRepExtrema_DistShapeShape. Then use PointOnShape() to get the intersection point (if the minimum distance is equal to zero).
Regards,
Alex
Archived discussion
How can i get the intersection point of two edges?
Discussion
Posts are displayed in their archived order.
Compute the minimum distance with BRepExtrema_DistShapeShape. Then use PointOnShape() to get the intersection point (if the minimum distance is equal to zero).
Regards,
Alex
THNX
Use the class
IntTools_EdgeEdge.
ok , i will try