Lincoln@discuss.tchncs.de to Selfhosted@lemmy.worldEnglish · 2 days agoCould anyone recommend me a self-hosteable TinkerCAD equivalent?message-squaremessage-square10fedilinkarrow-up123arrow-down11file-text
arrow-up122arrow-down1message-squareCould anyone recommend me a self-hosteable TinkerCAD equivalent?Lincoln@discuss.tchncs.de to Selfhosted@lemmy.worldEnglish · 2 days agomessage-square10fedilinkfile-text
minus-squareCaptain Aggravated@sh.itjust.workslinkfedilinkEnglisharrow-up3arrow-down4·2 days agoYeah, and it outright isn’t documented.
minus-squarewildbus8979@sh.itjust.workslinkfedilinkEnglisharrow-up8·2 days ago FreeCAD’s Python functions are all well organized in different modules. Some of them are already loaded (imported) when you start FreeCAD. Just try: dir() https://wiki.freecad.org/Python_scripting_tutorial https://wiki.freecad.org/FreeCAD_Scripting_Basics https://wiki.freecad.org/Python_console https://wiki.freecad.org/Power_users_hub https://wiki.freecad.org/Debugging#Python_Debugging https://wiki.freecad.org/Profiling …
Yeah, and it outright isn’t documented.
https://wiki.freecad.org/Python_scripting_tutorial
https://wiki.freecad.org/FreeCAD_Scripting_Basics
https://wiki.freecad.org/Python_console
https://wiki.freecad.org/Power_users_hub
https://wiki.freecad.org/Debugging#Python_Debugging
https://wiki.freecad.org/Profiling
…