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.
- Host: GitHub
- URL: https://github.com/trots/freecadimportmod
- Owner: trots
- License: mit
- Created: 2023-09-02T22:08:22.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-02T22:16:07.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T08:25:56.871Z (over 1 year ago)
- Language: Python
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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).