DiscussionsIssue archiveOther usage issues

Archived discussion

How can i get the intersection point of two edges

Other usage issuesMon, 03/10/2014 - 14:464 replies

Browse this forum
QuestionAuthor

How can i get the intersection point of two edges?

Discussion

4 archived replies

Posts are displayed in their archived order.

01Commenter-1

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

02Author

THNX

03Commenter-2

Use the class
IntTools_EdgeEdge.

04Author

ok , i will try