I have different IFC files which I want to read and transform.
The geometries each contain a Transformation Matrix. From the FME Form Documentation I know they are not applied.
How can I apply them?
I tried to extract the parameters (with TransformationMatrixExtractor) and then used the 3DAffiner, but with no result.
Ther must be a more convenient way, right?!