Skip to main content
Question

FME Automation

  • September 19, 2018
  • 3 replies
  • 13 views

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

david_r
Celebrity
  • 8391 replies
  • September 19, 2018

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


  • Author
  • 22 replies
  • September 19, 2018

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.

 

 


david_r
Celebrity
  • 8391 replies
  • September 20, 2018

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.