NumPy

From FreeCAD Documentation
Revision as of 23:21, 11 June 2020 by Gbroques (talk | contribs)

Introduction

This page aims to document how to use NumPy with FreeCAD.

Particularly for External Workbench development in Python.

Pre-Requisites

1. Use "new style" of workbenches documented by freecad.workbench_starterkit

2. Add numpy to setup.py install_requires (this should be satisfied by FreeCAD's system dependencies already, but it's good to add nonetheless)

FreeCAD Projects Using NumPy

FreeCAD Forum Discussions