Skip to content

Commit

Permalink
added support for IfcProfileDefWithVoids
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Mar 7, 2024
1 parent 300d3de commit 9fd6cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ifc_geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,5 +277,5 @@ def set_geom_property(obj, prop):
changed = set_attribute(ifcfile, elem, prop, value)

if changed:
print("DEBUG: Changing prop", obj.Label, ":", prop, "to", getattr(obj, prop))
FreeCAD.Console.PrintLog("DEBUG: Changing prop", obj.Label, ":", prop, "to", getattr(obj, prop))
return changed

0 comments on commit 9fd6cd1

Please sign in to comment.