I have 3D linework (happens to be in AutoCAD) that I am using in FME to create simple 3D faces using the TIN Generator. Some of the faces intersect in 3D space. I would like to break up the faces where they intersect in 3D space, or at least generate the 3D line that shows where they intersect. The 3D faces are not co-planer so the SurfaceOnSurfaceOverlayer does not produce the desired results.
In ESRI 3D Anlyst I can use the "Surface Difference" tool to calculate the intersection and then use the Surface Draper functions of FME to get what I need. But I would like to use FME to create a much more elegant (automated) solution.
Any suggestions would be greatly appreciated.