For cut lines through terrain. I still plan to make these a preference, however.

This commit is contained in:
Ryan Schultz
2025-04-19 12:46:52 -05:00
parent b87a7b3d0a
commit 05f79c844a
@@ -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: