Mehrere Regionen können über das Blatt verteilt sein. Sammle alle zusammengehörigen Items in Gruppen

This commit is contained in:
2026-01-23 17:59:31 +01:00
parent 1cb0ce8442
commit 48a5b1f971
4 changed files with 284 additions and 63 deletions
-1
View File
@@ -13,7 +13,6 @@ import os
import json
from pathlib import Path
import ezdxf
from ezdxf.math import Vec3
# Umgebungsvariablen
PROJECT = os.getenv('PROJECT', Path(__file__).parent.parent.absolute())