How can i get the intersection point of two edges

How can i get the intersection point of two edges?

Alexander Luger's picture

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

WuXuan's picture

THNX

Shing Liu's picture

Use the class
IntTools_EdgeEdge.

WuXuan's picture

ok , i will try