TopOpeBRep_FaceIntersector

I have two faces with essentially same surfaces (coincident surfaces). However, TopOpeBRep_FaceIntersector fails to identify that these surfaces are tangent. These surfaces are bspline surfaces. It finds the overlapping triangles, but classifies it as a non-tangent non-intersecting surfaces.

This is a bug.

Yogesh Sajanikar's picture

Further to my earlier issue. I found that analytical (implicit surfaces) are handled well, however the bspline surfaces are not handled correctly for there coincidence.

I am using TopOpeBRep_ShapeIntersector, which in turn calls TopOpeBRep_FaceIntersector.

Forum supervisor's picture

Dear Yogesh,
If you have confidence that it is a bug
you are welcome to register it in Mantis BugTracker
which is available via the Collaborative portal -
http://dev.opencascade.org/index.php?q=home/get_involved
Don't forget to attach the shapes allowing reproduce the case.
Regards

Yogesh Sajanikar's picture

Thanks,

Will try to create a test case.

Also looking for an alternative here.

~Yogesh