Die tags sind nun unsichtbar und nur ein Name wird erstellt. Die z Kordinatenfür ILS syteme wurden hinzugefügt und eine vorübergehende arc für angetriebene Kurven wird erstllet bevor man die Inserts hat
This commit is contained in:
+2
-6
@@ -117,14 +117,10 @@ def create_block_library(input_dir, output_file, config, logger=None):
|
||||
cp = copy_entity(logger, error_files, filename, e, center)
|
||||
if cp:
|
||||
blk.add_entity(cp)
|
||||
add_bounding_box_to_modelspace(blk, boundingbox, centered=True)
|
||||
# add_bounding_box_to_modelspace(blk, boundingbox, centered=True)
|
||||
# Platzierung in Reihen und Spalten
|
||||
# Attribut-Definition (ATTDEF) hinzufügen
|
||||
blk.add_attdef(
|
||||
tag="NAME",
|
||||
insert=(0.2, 0.2), # Position relativ zum Blockursprung
|
||||
|
||||
)
|
||||
|
||||
|
||||
# Blockreferenz-Layer bestimmen
|
||||
blockref_layer = None
|
||||
|
||||
Reference in New Issue
Block a user