Search found 21 matches

by jureko
Mon Jun 22, 2020 1:57 pm
Forum: IFC
Topic: Freecad crash (acces error)
Replies: 6
Views: 1834

Re: Freecad crash (acces error)

How do you go about this "import lots of ifc files into one new file"? Are you scripting this in python? Can you share the error you are getting? starting FreeCAD, next 'File/new file', next file/Import, selecting files to import (expml. 100 files, without python script). After importing ...
by jureko
Fri Jun 12, 2020 6:08 am
Forum: IFC
Topic: Freecad crash (acces error)
Replies: 6
Views: 1834

Re: Freecad crash (acces error)

Hi, I'm not sure I understand exactly what you want, but maybe looking at Preferences -> Import/Export -> IFC import helps? Harald So, when I'm trying import lot of ifc files into one new file, few files making problem. FreeCAD dont import these files and hangs. Is any way to skip these files autom...
by jureko
Tue Jun 09, 2020 10:38 am
Forum: IFC
Topic: Freecad crash (acces error)
Replies: 6
Views: 1834

Freecad crash (acces error)

Hi, is any way 'turn on' skipping invalid objects on import ifc files? When import attached files got acces error, and FreeCAD hangs. Have to import lot of files and manually checking is lot of trouble ifcopenshell from: ifcopenshell-python-38-v0.6.0-0d93633-win64 OS: Windows 7 SP 1 (6.1) Word size ...
by jureko
Mon Mar 30, 2020 2:05 pm
Forum: IFC
Topic: import non brep geometry
Replies: 12
Views: 3045

Re: import non brep geometry

Moult wrote: Sun Mar 29, 2020 10:28 pm Perhaps you can download the latest build from IfcOpenBot and replace your FreeCAD ifcopenshell with it?
Yeah, this is it!
Downloaded https://s3.amazonaws.com/ifcopenshell-b ... inux64.zip
and now import all entities, Thank You both Moult an bernd!
by jureko
Sun Mar 29, 2020 8:15 pm
Forum: IFC
Topic: import non brep geometry
Replies: 12
Views: 3045

Re: import non brep geometry

bernd wrote: Sun Mar 29, 2020 7:36 pm Which ifopenshell version do you use?
same:

Code: Select all

>>> ifcopenshell.version
'0.6.0b0'
by jureko
Sun Mar 29, 2020 10:01 am
Forum: IFC
Topic: import non brep geometry
Replies: 12
Views: 3045

Re: import non brep geometry

What exactly is missing? For me import looks good and I can not find any no brep I normaly use non parametric arch objects as import pref. Thank you, bernd, for your answer. That's what I'd like to get, but unfortunately I can't get the same results. As you can see in the first picture, I'm importi...
by jureko
Mon Mar 23, 2020 7:18 am
Forum: IFC
Topic: import non brep geometry
Replies: 12
Views: 3045

import non brep geometry

Hi, trying to import ifc file i've got these warnings: 901 / 1658 object #77915 : IfcBeam no layer found IfcBeam (arch) no brep : Beam898 902 / 1658 object #77930 : IfcBeam no layer found IfcBeam (arch) no brep : Beam899 903 / 1658 object #77959 : IfcBeam no layer found IfcBeam (arch) no brep : Beam...
by jureko
Fri Jan 10, 2020 11:25 am
Forum: IFC
Topic: Problem with huge ifc file
Replies: 28
Views: 8286

Re: Problem with huge ifc file

I have a question. What's the name of the property with the number of a singular entity ifc file? I've printed out a list from the file, and I'd like to save those entitions as individual files. I just don't know how to get the number of a particular part. for product in products: print(product) Ho...
by jureko
Tue Jan 07, 2020 1:14 pm
Forum: IFC
Topic: Problem with huge ifc file
Replies: 28
Views: 8286

Re: Problem with huge ifc file

would you post the file you would like to extract these entities? It's exmpl a file I've already attached, or any other file. I can already split it into single ifc files, I hope all is correct. What's interesting for me is that after merging them into one file I have no problem with import it in F...
by jureko
Thu Dec 19, 2019 2:48 pm
Forum: IFC
Topic: Problem with huge ifc file
Replies: 28
Views: 8286

Re: Problem with huge ifc file

AttributeError: 'file' object has no attribute 'schema' this looks like you have ifcopenshell version 0.5. There you can not choose a schema. I use ifcopenshell version 0.6. $ python3 Python 3.7.3 (default, Apr 3 2019, 05:39:12) [GCC 8.3.0] on linux Type "help", "copyright", &qu...