Hi
I was wondering if it is possible to use some FreeCADGui module functions without actually firing up the FreeCAD window.
I mainly need just the App and Part module functions in my script, but I need to name my object nodes in the scenegraph. Currently, I do this by getting the root of the particular object and then doing root.setName . The seond major function I do using Gui is export the scene as .iv
Is it possible to do this without firing up the main window?