I'm pretty new to FME so I may be missing something obvious, but here goes: I have two AutoCAD layers, a text layer and a line layer. I need to find which text entities have the same rotation as the line entities. Then I need to take these line & text entities that share the same rotation and find which among them are within X units of each other. I've found the rotation of the lines using the custom transformer AzimuthCalculator, but when I feed both the text and lines into a single tester to see if their rotations are equal, the tester passes nothing, even when the rotations are equal (as verified with the inspector). The text rotation is a 64 bit real and the line rotation is encoded as utf-8, but from what I gather that shouldn't matter. Why is the tester not passing anything? My plan if the tester would work as desired is to then GeometryFilter the passing tester results into line & text and feed them into a NeighborFinder.
Solved
Tester plus NeightborFinder
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.



