https://github.com/slashgordon/gartenhaus
cadquery model for my gartenhaus
https://github.com/slashgordon/gartenhaus
cad modeling python3
Last synced: 11 months ago
JSON representation
cadquery model for my gartenhaus
- Host: GitHub
- URL: https://github.com/slashgordon/gartenhaus
- Owner: SlashGordon
- License: mit
- Created: 2025-05-27T07:11:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-27T12:54:49.000Z (about 1 year ago)
- Last Synced: 2025-06-26T19:46:50.703Z (12 months ago)
- Topics: cad, modeling, python3
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gartenhaus Project
This project generates a 3D model of a garden house using [CadQuery](https://cadquery.readthedocs.io/). It includes functionality to create various components of the house, such as walls, roof, and floor, and exports the resulting models and inventory data.
## Features
- **3D Modeling**: Generates 3D models of the garden house components.
- **Exploded View**: Creates an exploded view of the garden house for better visualization.
- **Inventory Management**: Outputs a JSON file with the inventory of parts used in the construction.
- **STEP File Export**: Exports the models in STEP format for use in CAD software.
## Visualizations
### Assembled Garden House

### Exploded View

### Parts Arranged in a Row

## Prerequisites
- Python 3.8 or higher
- [CadQuery](https://cadquery.readthedocs.io/)
- Docker (optional, for containerized execution)
## Running the Project
1. build docker image:
```bash
make build
```
2. run the project:
```bash
make run
```