Skip to main content

Patchwork 3D 2024 X7

Scripting

Available in: Shaper or Matter: Scripting

Scripting allows you to automate repetitive tasks or to extend the functionalities of Patchwork 3D.

Three operating modes are available:

  • The Console mode to execute commands interactively. For assistance click the Documentation button.

    Tip

    At any time you can Interrupt Execution of the command by clicking on the dedicated button and restart the Python interpreter.

  • The Execute script mode to execute a .py script stored on your computer.

  • The Start scripting server mode to launch a server allowing an external Python interpreter to execute commands in Patchwork 3D. The Local connections only parameter disallow remote connections. The Port allows you to choose the communication port between the server and the interpreter.

Examples of scripts (see the Scripts library) were created to help you use Python scripting with Patchwork 3D. Use these examples to familiarize yourself and create new ones.

Tip

At any time you can see the scripting documentation in Matter or Shaper by clicking the Scripting menu > Scripting Help...

Workspaces

Thanks to the workspaces you can reorder the Patchwork 3D user interface toolbars according to your use.  Workspaces use Python scripting, so please read the scripting documentation for more details.

Last modified: 2021-11-15
Publication date: