I would like to access FME Objects from my Python Code. But I don't understand how to import fmeobjects, which is the correct folder to copy in the Python folder ?
I just need to do a simple thing : i have an AutoCAD .dwg file as input in FME and i would like my Python script to go through the layers in the dwg file and to print the name of those layers. (something that FME does using Mapping File Generation to merge the schema features from the dataset).
Thanks,
Paul