mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 23:31:00 +00:00
small tweak to previous
This commit is contained in:
@@ -322,7 +322,7 @@ class DecoratorData:
|
|||||||
symbol = tool.Drawing.get_annotation_symbol(element)
|
symbol = tool.Drawing.get_annotation_symbol(element)
|
||||||
|
|
||||||
# get newline_at
|
# get newline_at
|
||||||
newline_at = pset_data['Newline_At']
|
newline_at = pset_data.get('Newline_At', 0)
|
||||||
|
|
||||||
# other attributes
|
# other attributes
|
||||||
props_literals = props.literals
|
props_literals = props.literals
|
||||||
|
|||||||
Reference in New Issue
Block a user