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.
Page 1 / 1
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
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.