Search found 91 matches

by cadgiru
Fri Dec 10, 2021 6:06 am
Forum: IFC
Topic: Importing a IFC file and FC crashes
Replies: 19
Views: 22463

Re: Importing a IFC file and FC crashes

Hi, tried opening Your file in Solibri and in BlenderBim.
It opens without issues in both.
Looking at header of ifc file
Tekla Structures Educational 2021, FILE_SCHEMA(('IFC2X3'))
Did You have Schema set to IFC2x3?
Test.JPG
Test.JPG (104.5 KiB) Viewed 11205 times
by cadgiru
Wed Sep 29, 2021 6:44 am
Forum: Draft, Arch & BIM
Topic: BIM/Arch development news articles from Yorik's blog
Replies: 251
Views: 152379

Re: BIM/Arch development news articles from Yorik's blog

Great News, thanks Yorik :D
by cadgiru
Fri Aug 28, 2020 5:36 am
Forum: Draft, Arch & BIM
Topic: BIM Workbench
Replies: 232
Views: 109790

Re: BIM Workbench

Maybe it would be better to create a separate BIM subforum?
Why not use the IFC subforum, or rename it BIM ?
by cadgiru
Thu Aug 27, 2020 6:36 pm
Forum: IFC
Topic: IFC export
Replies: 17
Views: 5527

Re: IFC export

@bernd @Moult https://community.osarch.org/discussion/183/blenderbim-imported-geometry-wrong#latest|Post in BlenderBIM , solution. >>> f = ifcopenshell.open('/home/dion/drive/bim/DhFundament.ifc') >>> for e in f.by_type('IfcElement'): ... e.GlobalId = ifcopenshell.guid.new() >>> f.write('/home/dion/...
by cadgiru
Thu Aug 27, 2020 6:40 am
Forum: IFC
Topic: IFC export
Replies: 17
Views: 5527

Re: IFC export

Will try to :D
Trying to replicate verbally:
  • Create Structure object as Beam
  • Move / rotate to correct location
  • No recompute after move (Maybe source of problem)
  • Copy using Move without having performed a recalculate on original
Will try to replicate in model later.
by cadgiru
Wed Aug 26, 2020 8:46 am
Forum: IFC
Topic: IFC export
Replies: 17
Views: 5527

Re: IFC export

What is the correct way to copy a structure object, preserving location ?
by cadgiru
Sun Aug 23, 2020 7:50 pm
Forum: IFC
Topic: IFC export
Replies: 17
Views: 5527

Re: IFC export

Thx BTW tried recompute on all beams... different, but not desired result fc03.jpg BTW 2 Is there a way to define objects in general, in this case Structure/ifcBeam so that it will export to ifc4 with quantities From FreeCAD? fc04.jpg Imported to BlenderBIM, looks correct, but no base QTY. When tick...
by cadgiru
Sun Aug 23, 2020 7:20 am
Forum: IFC
Topic: IFC export
Replies: 17
Views: 5527

IFC export

OS: Windows 10 (10.0) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.22164 (Git) Build type: Release Branch: master Hash: f2a9f712e8d68ee2393d0fe748c02096c4148a32 Python version: 3.8.5 Qt version: 5.12.5 Coin version: 4.0.0 OCC version: 7.4.0 Locale: English/United States (en_US...
by cadgiru
Fri Mar 01, 2019 9:43 am
Forum: IFC
Topic: ifc sql
Replies: 0
Views: 964

ifc sql

Hi
Does anybody know of an implementation using a 'standard' SQL database (PostgreSQL, MySQL, MariaDB) for manipulating ifc files?
If not, does anybody know a ifc UML or layout for storing ifc files in a SQL database?

Regards