Scripting PartDesign Workbench: Difference between revisions

From FreeCAD Documentation
(Start editing)
 
(Added some framework)
Line 1: Line 1:
{{Docnav
|[[PartDesign_scripting|PartDesign scripting]]
}}

{{TOCright}}

==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]].

===See also===

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

Revision as of 07:54, 2 March 2023

Introduction

Here we will explain to you how to control the 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 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