DXF-Import: HATCH via Custom-Handler -> gefuellte geschlossene Drawing2D-Flaeche

This commit is contained in:
2026-07-05 14:12:59 +02:00
parent 79ea6b0b3b
commit a44572bf7b
4 changed files with 312 additions and 3 deletions
+5
View File
@@ -1093,6 +1093,11 @@ export interface Contour {
closed: boolean;
/** Ursprünglicher DXF-Layer-Name (für die Kategorisierung beim 2D-Import). */
layer?: string;
/**
* Gefüllte Fläche (aus einer DXF-HATCH). Beim Drawing-Import wird daraus eine
* geschlossene, gefüllte 2D-Form (Vollton-Füllung); sonst nur ein Umriss.
*/
filled?: boolean;
}
/** Ein Satz Konturen (z. B. alle Höhenlinien eines DXF-Imports). */