Man kann jetzt auch in plant2dxf die Insert sehen

This commit is contained in:
2025-09-11 11:22:36 +02:00
parent 2daae8af83
commit 523fdf9c59
+3
View File
@@ -124,8 +124,11 @@ def import_block(block_name: str, from_doc, to_doc) -> None:
pass
for ent in src:
if ent.dxftype() == "INSERT":
import_block(ent.dxf.name,from_doc, to_doc)
tgt.add_entity(ent.copy())
def berechne_hoehe(csv_path, logger=None):
y_werte = []
try: