everything now gets layer not only omniflo
This commit is contained in:
+2
-3
@@ -651,13 +651,12 @@ def calculate_insert_bounding_box(insert_entity, doc,src_doc,filename,parent_tra
|
||||
"""
|
||||
Berechnet die Bounding Box eines INSERTs inklusive Block-Inhalt
|
||||
"""
|
||||
|
||||
|
||||
try:
|
||||
# Block-Definition finden
|
||||
block_name = insert_entity.dxf.name
|
||||
src_blk = src_doc.blocks[block_name]
|
||||
if block_name == "ccLab_2025312125317867_51":
|
||||
print(filename)
|
||||
|
||||
if block_name in doc.blocks:
|
||||
dst_blk = doc.blocks[block_name]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user