Hello,
I am trying to automate a workflow where I import data from different file geodatabase in CityEngine and export the generated models. For that I am writing some python scripts, exploiting the CE() functions.
The geodatabases have various feature classes in them, and I would like to select which one(s) to import as one can do in the GUI but with python, e.g. with some parameter in the FGDBImportSettings. However, in the available commands I can't find the appropriate parameter to set the names of the feature classes to import. How can it be done?
Thank you in advance!
Best regards,
Natan