Skip to content

Lesson 3. Creating 3D Objects: Parametric Box

📘 Tutorial: Creating Addons for FreeCAD Lesson Goal: Learn to create solid bodies (boxes, cylinders) via Python, understand the FreeCAD document structure, and create an addon that builds a parametric part. In This Article 🧱… 

Lesson 2. Your First Addon: «Hello World»

📘 Tutorial: Creating Addons for FreeCAD Lesson Goal: Create a simple addon that adds a new workbench with a button, and displays a message when clicked. In This Article 📁 Step 1. Preparing the Addon…