Search found 177 matches

by hardeeprai
Fri Nov 09, 2018 7:39 am
Forum: IFC
Topic: IFC with just site and project detail
Replies: 12
Views: 2287

IFC with just site and project detail

I created a freecad file with BIM route, with no real building element, to test ifc import/export. FreeCAD file is: https://github.com/GreatDevelopers/FreeCAD-BuildingModels/tree/77ddabf0523b0ae21753a664c33d52d10f79cc87/Residences/Exp It's ifc file is: https://github.com/GreatDevelopers/FreeCAD-Buil...
by hardeeprai
Wed Nov 07, 2018 12:04 pm
Forum: Help on using FreeCAD
Topic: Grid problems in Draft mode
Replies: 14
Views: 9790

Re: Grid problems in Draft mode

Preferences still require closing the application and reopening. Because Draft is a python workbench, not a C++ workbench, this won't change anytime soon if ever. As per https://forum.freecadweb.org/viewtopic.php?f=3&t=7265&sid=9e557538f97095662347111e49e617e9&start=10 issue is fixed, a...
by hardeeprai
Thu Nov 01, 2018 3:17 pm
Forum: IFC
Topic: Exporting rectangular section to ifc
Replies: 9
Views: 2052

Re: Expoting rectangular section to ifc

I have found an issue that FreeCAD considers any shape (other than Circle, Ellipse and may be some more) arbitary. In the above thread, what I found is that other softwares like Revit, Tekla structures use ifcRectangleProfileDef for a rectangle shaped structure whereas FreeCAD uses ifcArbitaryClose...
by hardeeprai
Wed Oct 24, 2018 4:42 pm
Forum: Help on using FreeCAD
Topic: Bug in Importing IFC in freeCad
Replies: 10
Views: 1600

Re: Bug in Importing IFC in freeCad

Please incorporate the habit of posting your full FreeCAD info ( Help > About FreeCAD > Copy to clipboard when posting. Mine system is: OS: Ubuntu 16.04.5 LTS Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.18.14498 (Git) Build type: Release Branch: master Hash: e381e6b739a6b83b5f47...
by hardeeprai
Wed Oct 24, 2018 3:14 pm
Forum: Help on using FreeCAD
Topic: Bug in Importing IFC in freeCad
Replies: 10
Views: 1600

Re: Bug in Importing IFC in freeCad

finally i am able to run Changed IFC file to Staadpro with its properties and material . Problem i am facing is that the changed IFC is not working back in freeCad now, but changed IFC works all GOOD in SOLIBRI and IFCPLUSPLUS for references all files and screenshots are attached original IFC file ...
by hardeeprai
Sun Oct 07, 2018 2:16 am
Forum: IFC
Topic: Issue regarding ifc file in FreeCAD
Replies: 23
Views: 5543

Re: Issue regarding ifc file in FreeCAD

#28= IFCRECTANGLEPROFILEDEF(.AREA.,'test rectangle',#8,0.05,0.05); and see if there is any difference? One need to give XDim and YDim, in place of Area, refer: http://www.buildingsmart-tech.org/ifc/IFC2x3/TC1/html/ifcprofileresource/lexical/ifcrectangleprofiledef.htm In any case, IfcArbitraryClosed...
by hardeeprai
Sun Oct 07, 2018 2:04 am
Forum: IFC
Topic: Issue regarding ifc file in FreeCAD
Replies: 23
Views: 5543

Re: Issue regarding ifc file in FreeCAD

I don't know staad pro I would try to tell about StaadPro. A beam or column in StaadPro (or for that matter any other Structural Analysis software (Finite Element or Stiffness method based )), is represented by its end points (called nodes, which are 3D points), like wise slab can be represented by...
by hardeeprai
Sat Sep 29, 2018 7:40 am
Forum: IFC
Topic: Issue regarding ifc file in FreeCAD
Replies: 23
Views: 5543

Re: Issue regarding ifc file in FreeCAD

In case the IFC file doesn't contain what you want, can you attach the freecad file here so we can have a look? I suggest to make exported ifc file (from FreeCAD) available to us (may be from DropBox or GoogleDrive), along with .fcstd file. Also tell, what you are looking in staad-pro, which, in yo...
by hardeeprai
Thu Sep 27, 2018 12:12 pm
Forum: IFC
Topic: Issue regarding ifc file in FreeCAD
Replies: 23
Views: 5543

Re: Issue regarding ifc file in FreeCAD

Gurbhej Singh wrote: Thu Sep 27, 2018 12:05 pm
I have created an ifc file using FreeCAD and tried to import it to the Staad Pro.
How are you importing ifc to Staad Pro software?
by hardeeprai
Mon Sep 10, 2018 3:34 am
Forum: Help on using FreeCAD
Topic: GeoData
Replies: 22
Views: 6003

Re: GeoData

I have updated the osm GUI. Now you can also copy and paste URL from some map providers instead of only entering (latitude,longitude). You can give it a try. The source code is here: https://github.com/SurajDadral/geodata Wow! Thank you Suraj for making it more user friendly. @microelly2 Please see...