FreeCAD
JSON →Integrate with FreeCAD, a free and open-source parametric 3D modeler, via a Python bridge.
Tools · 2
- get_scene_info Retrieves comprehensive information about the current FreeCAD document, including document properties, detailed object information, sketch data, and view information.
- run_script Executes arbitrary Python code within the FreeCAD context to perform complex operations, create new objects, modify existing ones, and automate tasks using FreeCAD's Python API.
Links
★ 187 GitHub stars