Comment on Could anyone recommend me a self-hosteable TinkerCAD equivalent?
wildbus8979@sh.itjust.works 2 days agoFreeCAD’s Python functions are all well organized in different modules. Some of them are already loaded (imported) when you start FreeCAD. Just try:
dir()
wiki.freecad.org/Python_scripting_tutorial
wiki.freecad.org/FreeCAD_Scripting_Basics
wiki.freecad.org/Python_console
wiki.freecad.org/Power_users_hub
wiki.freecad.org/Debugging#Python_Debugging
…