Hi,
I would like to get the user files directory via python script in SpaceClaim. If I use doc_path = GetActiveWindow().Document.Path, I get a different path when I use in Workbench path = GetUserFilesDirectory()
But I want to get the path as for GetUserFilesDirectory() in SpaceClaim. To open SpaceClaim, create a surface or solid, close SpaceClaim, open SpaceClaim again is not an option for my automized python script.
Is there a similar function to get the path as for GetUserFilesDirectory() or a nice workaround?
Thx in advance.