How to get self-interaction parameters on the curve?

Hi:
I have a curve that has self-intersection. I can found the intersection point(gp_Pnt). I think it should have two parameters on the intersection point. How can I find out? if I "project" the point to the curve. Does it have two points? Thanks a lot.

Best regards,
Shawn

mbd_forever's picture

Hi Shawn,

Maybe you could try ShapeAnalysis_Wire::CheckSelfIntersectingEdge()

mbd_forever

Shawn Yang's picture

Hi mbd_forever,

Thank you for your reply.
I check the "ShapeAnalysis_Wire", it need Wire and Face, but I only have one edge. Could you give me a sample or suggestion?

Sincerely,
Shawn

mbd's picture

Could you send me your edge so that I can try ... ?

Thank you,

mbd