Skip to main content

How can i automate the translation process of FME(eg:collada to gltf) using python.Is it possible to automate the entire process of automation.

It's probably doable, using the fmeobjects Python module installed with FME.

Have a look at the fmeobjects API manual:

http://docs.safe.com/fme/html/FME_Objects_Python_API/index.html


It's probably doable, using the fmeobjects Python module installed with FME.

Have a look at the fmeobjects API manual:

http://docs.safe.com/fme/html/FME_Objects_Python_API/index.html

can you give any example or any sample code.

 

 


There are three small Python sample projects in the directory

<FMEHOME>\fmeobjects\samples\Python

If you can't find them, verify that you selected to install the API libraries when installing FME.


Reply