Files
stepanalyser/README.md
Kolja Prothmann 22268781cb moved three.js viewer to static folder
modified upload.html and main.py accordingly
2026-02-27 22:46:20 +01:00

457 B

Internes Tool zur Kalkulation von Blechteilen.

Derzeit keine Unterstützung von Baugruppen!

Zur Installation:

  1. venv erzeugen
  2. . .venv/bin/activate
  3. pip install -r requirements

Web server mit fastapi starten:

uvicorn main:app --host 0.0.0.0 --port 8001 --reload

mit folgender URL im Browser ist der Einstiegpunkt:

http://127.0.0.1:8001/static/upload.html

Ein Viewer für die hochgeladenen STEP files http://127.0.0.1:8001/static/viewer.html