Search found 12666 matches

by bernd
Tue May 13, 2014 11:30 pm
Forum: IFC
Topic: IFC Export from FreeCAD
Replies: 114
Views: 48570

Re: IFC Export from FreeCAD

:D Column1.ifc The Polyline needs 2D-Coordinates #29=IFCCARTESIANPOINT((-100.,-100.)); #30=IFCCARTESIANPOINT((100.,-100.)); #31=IFCCARTESIANPOINT((100.,100.)); #32=IFCCARTESIANPOINT((-100.,100.)); #33=IFCCARTESIANPOINT((-100.,-100.)); instead #29=IFCCARTESIANPOINT((-100.,-100.,0.)); #30=IFCCARTESIAN...
by bernd
Tue May 13, 2014 9:45 pm
Forum: IFC
Topic: IFC Export from FreeCAD
Replies: 114
Views: 48570

Re: IFC Export from FreeCAD

:D :D Just checked again. Besides TeklaBimSight all software I use read the geometry of all objects from testhouse2 properly. :D :D Would you mind export two ifc for debugging. One which only consits of the extrusion wall #1164=IFCWALLSTANDARDCASE('9013f1b7_5e27_47d4_971',#5,'Wall Long 1',$,$,#1143,...
by bernd
Tue May 13, 2014 11:55 am
Forum: IFC
Topic: IFC Export from FreeCAD
Replies: 114
Views: 48570

Re: IFC Export from FreeCAD

Found a solution for the circle column. TeklaBimSight displays them and AxisVM gives no more error.
IFCAXIS2PLACEMENT2D only needs one direction. #647 is not needed in my opinion and

Code: Select all

#646=IFCDIRECTION((1.,0.));
#648=IFCCARTESIANPOINT((0.,0.));
by bernd
Tue May 13, 2014 7:59 am
Forum: IFC
Topic: IFC Export from FreeCAD
Replies: 114
Views: 48570

Re: IFC Export from FreeCAD

Attached another exported circle column from AxisVM. Both: this one (AxisVM) an the one which was sent here (Allplan): http://www.forum.freecadweb.org/viewtop ... =60#p51050 displays in all viewers including TeklaBimSight.
by bernd
Tue May 13, 2014 7:06 am
Forum: IFC
Topic: IFC Export from FreeCAD
Replies: 114
Views: 48570

Re: IFC Export from FreeCAD

Allplan --> ok Solibri --> ok Karlruhe IfcViewer --> ok log gives no error : Loading data: Tuesday, 13 May 2014 - 08:43:29 C:\Users\bhb\Desktop\testhouse2.ifc Time for reading and parsing IFC File: 0.109sec Time for preparing data: 0.047sec Time for preparing OpenGL data: 0.031sec TeklaBimSight --> ...
by bernd
Mon May 12, 2014 12:57 pm
Forum: IFC
Topic: IFC Export from FreeCAD
Replies: 114
Views: 48570

Re: IFC Export from FreeCAD

Got another programm which gives some logs. See attached text file.
by bernd
Mon May 12, 2014 10:45 am
Forum: IFC
Topic: IFC Viewer ifcplusplus
Replies: 192
Views: 71121

Re: IFC Viewer ifcplusplus

See Thread IFC Export from FreeCAD viewtopic.php?f=23&t=5125&p=53063#p53063
by bernd
Mon May 12, 2014 10:43 am
Forum: IFC
Topic: IFC Export from FreeCAD
Replies: 114
Views: 48570

Re: IFC Export from FreeCAD

regarding testhouse2.ifc --> posted here: http://forum.freecadweb.org/viewtopic.php?f=23&t=5101&start=50#p53043 All apps have some problems with the testhous2.ifc. There is something wrong with the IFCLOCALPLACEMENT. Fortunately I have an old viewer which gives logs. Attached the log file (i...
by bernd
Mon May 12, 2014 2:48 am
Forum: IFC
Topic: IFC Viewer ifcplusplus
Replies: 192
Views: 71121

Re: IFC Viewer ifcplusplus

yorik wrote:...I'm starting a new testfile here, which now uses the units system: ...
I'll give it a try in all my ifc capable apps too.
by bernd
Mon May 12, 2014 2:16 am
Forum: IFC
Topic: IFC import
Replies: 96
Views: 35642

Re: IFC import

@Yorik, FreeCAD 0.14, Libs: 0.14R3563 (Git) If I would like to open an ifc using the gui I need to comment the following line in importIFC.py (Line 90) #SKIP.extend(["IfcAnnotation"]) Traceback (most recent call last): File "<string>", line 1, in <module> File "/home/.../sna...