mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 09:15:21 +00:00
For cut lines through terrain. I still plan to make these a preference, however.
This commit is contained in:
@@ -1505,7 +1505,7 @@ class CreateDrawing(bpy.types.Operator):
|
|||||||
group = root.find("{http://www.w3.org/2000/svg}g")
|
group = root.find("{http://www.w3.org/2000/svg}g")
|
||||||
|
|
||||||
# TODO: Make this an assignable preference
|
# TODO: Make this an assignable preference
|
||||||
classes_to_move = ["IfcColumn", "IfcBeam", "EPsetStatusStatus-NEW"]
|
classes_to_move = ["IfcColumn", "IfcBeam", "EPsetStatusStatus-NEW", "IfcGeographicElement"]
|
||||||
|
|
||||||
# Iterate through classes in order of preference
|
# Iterate through classes in order of preference
|
||||||
for class_name in classes_to_move:
|
for class_name in classes_to_move:
|
||||||
|
|||||||
Reference in New Issue
Block a user