Man kann jetzt auch in plant2dxf die Insert sehen
This commit is contained in:
@@ -124,8 +124,11 @@ def import_block(block_name: str, from_doc, to_doc) -> None:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
for ent in src:
|
for ent in src:
|
||||||
|
if ent.dxftype() == "INSERT":
|
||||||
|
import_block(ent.dxf.name,from_doc, to_doc)
|
||||||
tgt.add_entity(ent.copy())
|
tgt.add_entity(ent.copy())
|
||||||
|
|
||||||
|
|
||||||
def berechne_hoehe(csv_path, logger=None):
|
def berechne_hoehe(csv_path, logger=None):
|
||||||
y_werte = []
|
y_werte = []
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user