Skip to main content
Question

How to apply an affixed transformation matrix?

  • March 20, 2025
  • 0 replies
  • 31 views

mariaka
Contributor
Forum|alt.badge.img+14

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?!