Search found 18 matches

by Taufeeq2
Fri Jul 20, 2018 2:44 pm
Forum: Help on using FreeCAD
Topic: FreeCAD fail to run after upgrade to 0.17
Replies: 3
Views: 504

FreeCAD fail to run after upgrade to 0.17

During initialization the error /usr/lib/freecad/lib/libSMESH.so: undefined symbol: _ZN23TCollection_AsciiString4SwapERS_ occurred in /home/nsamba/.FreeCAD/Mod/Cfd/InitGui.py Please look into the log file for further information During initialization the error /usr/lib/freecad/lib/libSMESH.so: undef...
by Taufeeq2
Sun May 13, 2018 9:31 am
Forum: IFC
Topic: IFC export not working
Replies: 15
Views: 4135

Re: IFC export not working

I have followed the tutorial on the freecad website about installung ifcopenshell but i cant find the site packages folder on my ubuntu freecad installation
by Taufeeq2
Mon May 07, 2018 4:47 pm
Forum: Python scripting and macros
Topic: lack of Arch module support in freecadcmd
Replies: 6
Views: 809

Re: lack of Arch module support in freecadcmd

The part module works without asking for an active document
by Taufeeq2
Mon May 07, 2018 10:08 am
Forum: FEM
Topic: non uniform distributed load
Replies: 45
Views: 8307

Re: non uniform distributed load

there is a routine here http://web.mit.edu/calculix_v2.7/Calcul ... de190.html
But i dont know how to incoporate it in freecad
by Taufeeq2
Mon May 07, 2018 7:23 am
Forum: Python scripting and macros
Topic: lack of Arch module support in freecadcmd
Replies: 6
Views: 809

Re: lack of Arch module support in freecadcmd

Attemping to circumvent the Draft problem using the Part module to make the line then subsequently use the line to make a wall through Arch.makeWall results in the following error: Traceback (most recent call last): File "<input>", line 1, in <module> File "/usr/lib/freecad/Mod/Arch/A...
by Taufeeq2
Mon May 07, 2018 7:18 am
Forum: Python scripting and macros
Topic: lack of Arch module support in freecadcmd
Replies: 6
Views: 809

Re: lack of Arch module support in freecadcmd

Sorry for the delay, the error shows up both for the Arch module and Draft module, Traceback (most recent call last): File "<input>", line 1, in <module> File "/usr/lib/freecad/Mod/Draft/Draft.py", line 891, in makeLine obj = makeWire([p1,p2]) File "/usr/lib/freecad/Mod/Draf...
by Taufeeq2
Fri May 04, 2018 3:48 pm
Forum: Python scripting and macros
Topic: lack of Arch module support in freecadcmd
Replies: 6
Views: 809

lack of Arch module support in freecadcmd

Support for the Arch and Draft module is non existent in Freecadcmd as it requires an active object in the gui.
Any help on work arounds is greatly appreciated!
by Taufeeq2
Fri Mar 30, 2018 12:47 pm
Forum: FEM
Topic: non uniform distributed load
Replies: 45
Views: 8307

non uniform distributed load

Does anyone know of a way of applying a non uniform distributed load on a face using freecad?
I have tried reading the calculix manual but couldnt get my head around the way calculix code is written.
Any help would be greatly appreciated