ifc import error e.NominalValue.is_a()

This forum section is only for IFC-related issues
Post Reply
nikitron
Posts: 1
Joined: Wed Oct 09, 2019 11:11 am

ifc import error e.NominalValue.is_a()

Post by nikitron »

when importing ifc erorr
C:\Program Files\FreeCAD 0.18\Mod\Arch\importIFC.py lines after 900
ptype = e.NominalValue.is_a()
there is no .is_a() in e.NominalValue
Bugreport:
https://www.freecadweb.org/tracker/view.php?id=4157
And file there
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: ifc import error e.NominalValue.is_a()

Post by bernd »

nikitron wrote: Wed Oct 09, 2019 2:12 pm when importing ifc erorr
C:\Program Files\FreeCAD 0.18\Mod\Arch\importIFC.py lines after 900
ptype = e.NominalValue.is_a()
there is no .is_a() in e.NominalValue
Bugreport:
https://www.freecadweb.org/tracker/view.php?id=4157
And file there
The link does not work for me. You could directly attache the file here. It would be good to have an ifc as small as possible. Best if it would only have the problematic object.
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: ifc import error e.NominalValue.is_a()

Post by bernd »

use the forum editor to create a link to the bug tracker issue #3811
openBrain
Veteran
Posts: 9041
Joined: Fri Nov 09, 2018 5:38 pm
Contact:

Re: ifc import error e.NominalValue.is_a()

Post by openBrain »

bernd wrote: Wed Oct 09, 2019 2:36 pm use the forum editor to create a link to the bug tracker issue #3811
May you take care of issue #4157 (close/delete/link to other/...) ?
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: ifc import error e.NominalValue.is_a()

Post by bernd »

it works now. The status of the ticket was set to private.
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: ifc import error e.NominalValue.is_a()

Post by bernd »

no problems on:

OS: Debian GNU/Linux 10 (buster) (KDE//usr/share/xsessions/plasma)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.18500 (Git)
Build type: Unknown
Branch: femtmp
Hash: 0602c518fd73f3ebcdfcf71cf9aa3642bc2c1e9b
Python version: 3.7.3
Qt version: 5.11.3
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: German/Switzerland (de_CH)


No 0.18.3 at home. I will have a look at work.
Post Reply