Skip to main content

I would like export from file e57, rotation (e57_rotation_w, e57_rotation_x, e57_rotation_y and e57_rotation_z) and translation (e57_translation_x, e57_translation_y, e57_translation_z) for the six images in the file. I can see this information in FME Data inspector but I can't see this information in FME Workbench.

Thank

Do you have an example you can show? It might just be a matter of exposing hidden attributes.


 

These are the highlighted settings that I would like to save in FME Workbench

Have a look at the GeometryPropertyExtractor. The traits to extract would be e57_rotation_w etc.


Have a look at the GeometryPropertyExtractor. The traits to extract would be e57_rotation_w etc.

How can I find e57_rotation_w with GeometryPropertyExtractor ?


How can I find e57_rotation_w with GeometryPropertyExtractor ?

You have to type the names into the Trait to Extract.


Reply