Search found 20078 matches

by wmayer
Tue Mar 15, 2011 3:13 pm
Forum: Help on using FreeCAD
Topic: Mesh export settings
Replies: 3
Views: 1662

Re: Mesh export settings

But now i have about 50+ pieces to convert inside FreeCAD. Create mesh from geometry is greyed out when more then one part is selected. That's bad behaviour we should allow to have selected more than one shape. But you can still use the other command where you can select all shapes in the appearing...
by wmayer
Sun Mar 13, 2011 4:20 pm
Forum: Forum in Deutsch
Topic: [EXPORT] in aktueller 32-bit kein dxf ??
Replies: 5
Views: 2412

Re: [EXPORT] in aktueller 32-bit kein dxf ??

Ja, das Ergebnis beim Export ist total wirr. Werde einen Bug-Report an Yorik zuweisen.
by wmayer
Sun Mar 13, 2011 9:37 am
Forum: Install / Compile
Topic: Problem installing FreeCAD on ArchLinux x86_64
Replies: 23
Views: 3669

Re: Problem installing FreeCAD on ArchLinux x86_64

I guess the sources in the debian git repository are the original sources and all the patches are in a separate folder at http://git.debian.org/?p=debian-science/packages/opencascade.git;a=tree;f=debian/patches;h=0d970655a6bbfff4d8312554b3f378b5b6d2fce7;hb=HEAD So, simply go through the files there ...
by wmayer
Sun Mar 13, 2011 1:16 am
Forum: Install / Compile
Topic: Problem installing FreeCAD on ArchLinux x86_64
Replies: 23
Views: 3669

Re: Problem installing FreeCAD on ArchLinux x86_64

Today I have compiled the new OCC 6.5 from scratch following the instructions at https://mail.gna.org/public/pythonocc-users/2011-03/msg00022.html Then when it came to OpenGl_FontMgr.cxx the compilation failed. I have found the solution here http://www.opencascade.org/org/forum/thread_20128/ and ins...
by wmayer
Sat Mar 12, 2011 8:14 pm
Forum: Help on using FreeCAD
Topic: help with Python import path
Replies: 4
Views: 1306

Re: help with Python import path

No. sys.path.append("/home/richard/.wine/drive_c/Program Files/FreeCAD0.10/bin") makes only sure that Python knows where to find the Python module. But since this is a Python extension module, i.e. o normal DLL (or .so file) Windows/Wine must also know where to load this DLL. So, you have ...
by wmayer
Sat Mar 12, 2011 5:56 pm
Forum: Help on using FreeCAD
Topic: help with Python import path
Replies: 4
Views: 1306

Re: help with Python import path

Make sure that the path where FreeCAD.pyd is located is in your system path because otherwise it may have troubles to load the DLL files.
by wmayer
Sat Mar 12, 2011 12:56 pm
Forum: Forum in Deutsch
Topic: [EXPORT] in aktueller 32-bit kein dxf ??
Replies: 5
Views: 2412

Re: [EXPORT] in aktueller 32-bit kein dxf ??

Interessant! Bei mir Linux/Windows funktioniert es bestens. Laut Fehlerbericht scheint die Zeile schuld daran zu sein:

Code: Select all

print "wire verts: ",points # Zeile 753
Wenn Du diese auskommentierst (mit #), geht's dann?
by wmayer
Sat Mar 12, 2011 12:43 pm
Forum: Install / Compile
Topic: Problem installing FreeCAD on ArchLinux x86_64
Replies: 23
Views: 3669

Re: Problem installing FreeCAD on ArchLinux x86_64

OK, thanks for the link. I'll try it today to build OCC 6.5 on my Linux box...
by wmayer
Sat Mar 12, 2011 12:38 pm
Forum: Install / Compile
Topic: openSuse 11.3 / which cmake version
Replies: 1
Views: 681

Re: openSuse 11.3 / which cmake version

On my Windows box I'm using cmake 2.6.4 and on Linux (ubuntu Lucid) it's 2.8.0. I'm not sure if the cmake build system was completely done with FreeCAD-0.1.3729. So, if you find some .vcproj files there then it was definitely not fully done because those were removed once cmake was working. Maybe yo...
by wmayer
Sat Mar 12, 2011 12:30 pm
Forum: Help on using FreeCAD
Topic: Mesh export settings
Replies: 3
Views: 1662

Re: Mesh export settings

The better way is to first create explicitly a mesh object and export this one as .obj file. In the mesh menu you'll find the item "Create mesh from shape". In the dialog you can define edge length and deviation. Maybe you have to play a bit to get a good value. BTW, there is another item ...