FreeCAD: master 9346dfa4

Author Committer Branch Timestamp Parent
lambda yorik master 2020-05-25 20:59:19 master ce0a4db5
Changeset Arch: importIFCHelper: Fix crash on unsupported entity

When getCurveSet() is called on an unsupported entity, it runs into a
NameError exception because elts is not defined. Instead print a message
and return gracefully.

This is in line with overall behaviour of the importer: Ignore
unsupported elements instead of thowing errors.
mod - src/Mod/Arch/importIFCHelper.py Diff File