mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +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")
|
||||
|
||||
# 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
|
||||
for class_name in classes_to_move:
|
||||
|
||||
Reference in New Issue
Block a user