Scripting PartDesign Workbench: Difference between revisions

From FreeCAD Documentation
mNo edit summary
mNo edit summary
Line 4: Line 4:
==Introduction==
==Introduction==


Here we will explain to you how to control the [[Part_Workbench|Part]] module directly from the FreeCAD Python interpreter, or from any external script. Be sure to browse the [[Scripting]] section and the [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]] pages if you need more information about how Python scripting works in FreeCAD. If you are new to Python, it is a good idea to first read the [[Introduction_to_Python|Introduction to Python]].
Here we will explain to you how to control the [[File:Workbench_PartDesign.svg|24px]] [[PartDesign_Workbench|PartDesign]] using a script. Be sure to browse the [[Scripting]] section and the [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]] pages if you need more information about how Python scripting works in FreeCAD. If you are new to Python, it is a good idea to first read the [[Introduction_to_Python|Introduction to Python]].


===See also===
===See also===


* [[Part_scripting|Part scripting]]
* [[Part_scripting|Part scripting]]
* [[OpenCASCADE|OpenCASCADE]]

Revision as of 07:57, 2 March 2023

Introduction

Here we will explain to you how to control the PartDesign using a script. Be sure to browse the Scripting section and the FreeCAD Scripting Basics pages if you need more information about how Python scripting works in FreeCAD. If you are new to Python, it is a good idea to first read the Introduction to Python.

See also