Search found 12668 matches

by bernd
Sat Apr 19, 2014 5:36 pm
Forum: IFC
Topic: IFC import
Replies: 96
Views: 35745

Re: IFC import

... it makes one, big, all-in-one IfcBuildingElementProxy object... But at least it imports fine in FreeCAD! It is not of big use if it is one huge big object. But FreeCAD can only import what it gets. But the imported geometry looks cool :) and FreeCAD is able to do cuts. At the end it helps ifc. ...
by bernd
Fri Apr 18, 2014 10:03 pm
Forum: Announcements & Features
Topic: Draft Layer
Replies: 16
Views: 11369

Re: Draft Layer

It's a pity FreeCAD adopt the word layers for this kind of funktionality. It's not I don't like the funktionality to group elements it's just the word layer is not convenient for it. The word layer never ever was convenient for just a element property. In whole BIM and ifc world a layer is a part of...
by bernd
Fri Apr 18, 2014 2:17 pm
Forum: IFC
Topic: IFC Viewer ifcplusplus
Replies: 192
Views: 72263

Re: IFC Viewer ifcplusplus

Ah I managed to compile. There was a caps problem, when it tries to link to the carve lib, it uses -lcarve (which looks for a libcarve.a or libcarve.so file) but the compiled carve lib is Release/libCarve.so (big C). So I did a simlink named libcarve.so in the same folder and things worked. Thanks ...
by bernd
Thu Apr 17, 2014 2:00 pm
Forum: IFC
Topic: IFC import
Replies: 96
Views: 35745

Re: IFC import

Thanks, Mhh I could have found this myself but never mind. Testing the new work flow. :)
by bernd
Thu Apr 17, 2014 1:55 pm
Forum: IFC
Topic: IFC Export from FreeCAD
Replies: 114
Views: 49154

Re: IFC Export from FreeCAD

by bernd
Thu Apr 17, 2014 1:44 pm
Forum: IFC
Topic: IFC Export from FreeCAD
Replies: 114
Views: 49154

Re: IFC Export from FreeCAD

yorik wrote:... could you make one cylindric column with another software and export it to IFC? ...
Sure, find attached a circle and oval (they are really comon here in Switzerland) columnd exported using Allplan 2014.0.3
by bernd
Thu Apr 17, 2014 10:26 am
Forum: Open discussion
Topic: BOLTS Open Library of Technical Specifications
Replies: 305
Views: 100547

Re: BOLTS Open Library of Technical Specifications

... So it would be great if someone could check whether the resulting profiles are correct or at least reasonable. The other thing is that I don't know a descriptive name for some of the dimensions. At the moment they are called ???, but if someone has a better idea, I would be grateful. Drawing is...
by bernd
Thu Apr 17, 2014 5:02 am
Forum: IFC
Topic: IFC Export from FreeCAD
Replies: 114
Views: 49154

Re: IFC Export from FreeCAD

yorik wrote: ... I guess your columns are circular, right? ...
Yes, they are.
by bernd
Wed Apr 16, 2014 9:29 pm
Forum: IFC
Topic: IFC Export from FreeCAD
Replies: 114
Views: 49154

Re: IFC Export from FreeCAD

Export works even for sophisticated modells quite well. @Yorik, you don't like columns do you? Since all of them are removed by now the basement floor could be used for soccer or stuff like that. ;)
by bernd
Wed Apr 16, 2014 8:35 pm
Forum: IFC
Topic: IFC import
Replies: 96
Views: 35745

Re: IFC import

Thomas has allready adopted ifcopenshell :) It gives a shape for IfcReinforcingBar. >>> import IfcImport >>> import Part >>> i=IfcImport.open("/home/hugo/Documents/projekte--ifc/freecad/IfcReinforcingBar.ifc") >>> ss=IfcImport.create_shape(i.by_id(19269)) >>> s=Part.Shape() >>> s.importBre...