Search found 2787 matches

by shoogen
Sun Jan 08, 2012 7:37 pm
Forum: Open discussion
Topic: SVG import
Replies: 30
Views: 8132

Re: SVG import

I found out that is is allowed not to have any whitespace sourounding the commads. For Example: "M100,100L200,200" Your code would handle some of these cases but not all posible. I think we have to implement a custom split function to parse these strings or utilise Regular expressions. pit...
by shoogen
Sat Jan 07, 2012 9:50 pm
Forum: Open discussion
Topic: SVG import
Replies: 30
Views: 8132

Re: SVG import

Hi Yorik as don't like sourforges model of handling git write access. And i dont think write access would be suitabel in my case.I created a repo on github currently in only contains the master branch and my personal branch. You can browse it via https://github.com/5263/free-cad or fetch from it via...
by shoogen
Sat Jan 07, 2012 3:15 pm
Forum: Open discussion
Topic: SVG import
Replies: 30
Views: 8132

Re: SVG import

As support for the 'Path' is now complete. I'd like to talk about the other primitives. I've seen code for the elements path, circle, line, rect and text. Therefore support for ellipse, polyline, polygon and image is missing. 1. I think that the image Element has least use to Freecad. But there migh...
by shoogen
Thu Jan 05, 2012 3:12 pm
Forum: Open discussion
Topic: SVG import
Replies: 30
Views: 8132

Re: SVG import

Hi yorik Thanks a lot for your prompt answers and fixes! I tried to open other file types. So far the problem only occurs with SVG. My next theory is that, when opening a file via the GUI there is no STDOUT opened for the import script (in Windows). In that case a single ‘print’ statement would caus...
by shoogen
Thu Jan 05, 2012 11:21 am
Forum: Open discussion
Topic: SVG import
Replies: 30
Views: 8132

SVG import

Yesterday I started to investigate why the SVG import didn’t work for me in 0.12 on Windows. 1. Opening and importing does not work from the GUI. There are instructions shown on the python console, but either command fails with an Exception ([Errno 9] Bad file descriptor) Issuing the same command fr...
by shoogen
Fri Dec 02, 2011 7:55 pm
Forum: Forum in Deutsch
Topic: Versetzten von Flächen oder Schnitten
Replies: 2
Views: 1756

Re: Versetzten von Flächen oder Schnitten

Die Funktion ist genau was ich suche. Bei den Shapes aus den Shapes der ersten beiden Konstruktionsschritte (Wedge und Fillet) funktioniert die Funktion. Bei komplizierteren Shapes wird eine BRepAlgo_Image::Bind Exception geworfen. Ich habe die Vermutung dass unnötige Kanten eine Ursache sein könnte...
by shoogen
Thu Dec 01, 2011 6:18 pm
Forum: Forum in Deutsch
Topic: Versetzten von Flächen oder Schnitten
Replies: 2
Views: 1756

Versetzten von Flächen oder Schnitten

Hallo Zusammen, ich versuche einen Solid mit einer festen Wandstärke aus den Aussenkontoruen abzuleiten. Ich habe auch schon versucht Schnitte mit der Funktion Versetzen aus dem Draft Modul zu bearbeiten. Das war aber nicht möglich. Gibt es eine Möglichkeit sowas mit Freecad zu modellieren? http://w...