An open API service indexing awesome lists of open source software.

https://github.com/trots/freecadimportmod

Short example of FreeCAD importing plugin.
https://github.com/trots/freecadimportmod

Last synced: 10 months ago
JSON representation

Short example of FreeCAD importing plugin.

Awesome Lists containing this project

README

          

# FreecadImportMod

Short example of [FreeCAD](https://www.freecad.org/index.php) importing plugin.

The plugin creates a box model with `width`, `height`, and `depth` properties that are defined in a `*.box` file.

![demo](demo.png)

## Getting started

1. Copy the project folder into the FreeCAD ["Mod" dir](https://wiki.freecad.org/Workbench_creation) (On Windows it is `%APPDATA%\FreeCAD\Mod\`, which is usually `C:\Users\\Appdata\Roaming\FreeCAD\Mod\`).
```
/Mod/
+-- FreecadImportMod/
+-- Init.py
+-- InitGui.py
+-- FreecadImportMod.py
```
2. Run FreeCAD.
3. Create a new project (CTRL+N).
4. Import the `model.box` file (CTRL+I).