Search found 658 matches

by logari81
Fri Aug 02, 2013 7:50 am
Forum: Help on using FreeCAD
Topic: Fillet tool in sketcher destroys constraints.
Replies: 30
Views: 7578

Re: Fillet tool in sketcher destroys constraints.

Looking at the two screenshots, you will see that the fillet tool is destroying previously set constraints. Is this normal operation, a bug or is the fillet tool still a WIP? if it just deletes constraints, then it is a feature. if it leaves the sketch over-constrained or with conflicting constrain...
by logari81
Thu Aug 01, 2013 10:46 am
Forum: Open discussion
Topic: Wanted - Helper for Open-Source WilERK-Motor
Replies: 20
Views: 7301

Re: Wanted - Helper for Open-Source WilERK-Motor

one way to roughly estimate the pressure is by specifying the intended output power of your motor. If each working stroke gives you W Joule per cylinder then you get an output power: P = (1- c_losses) * W [Nm] * n_cyl * n_rev / n_stroke n_cyl: number of cylinders n_rev: rpm divided by 60 sec/min n_s...
by logari81
Tue Jul 30, 2013 8:56 pm
Forum: Open discussion
Topic: Solvespace now under GPL
Replies: 8
Views: 4708

Re: Solvespace now under GPL

... I noticed a similarity to your code structure logari, that can't be by chance? I was not aware of this, I started freegcs by mimicking some elements of sketchsolve but not sketchflat. Maybe the creator of sketsolve was influenced by sketchflat, so I ended up being influenced indirectly. Jonatha...
by logari81
Tue Jul 30, 2013 1:40 pm
Forum: Open discussion
Topic: Solvespace now under GPL
Replies: 8
Views: 4708

Solvespace now under GPL

This is not very relevant to FreeCAD but I found it interesting that SolveSpace is finally open sourced: http://solvespace.com/index.pl it is the rewritten version of sketchflat in 3d and it allows constraints solving in 3 dimensions. It might be interesting for ickby to take a look at its solver an...
by logari81
Tue Jul 30, 2013 1:06 pm
Forum: Forum français
Topic: FREECAD en collège
Replies: 38
Views: 15123

Re: FREECAD en collège

J'ai préparé une petite vidéo pour montrer à quel point c'est rapide : http://www.dailymotion.com/video/x12fzmp_freecad-demonstration-de-l-outil-polyligne_creation sorry for interrupting your discussion in English. I just have a comment about closing the contour in the above posted screencast. Norm...
by logari81
Tue Jul 30, 2013 9:53 am
Forum: Open discussion
Topic: Wanted - Helper for Open-Source WilERK-Motor
Replies: 20
Views: 7301

Re: Wanted - Helper for Open-Source WilERK-Motor

some comments/questions: 1. Inventor . I couldn't find any info about Wilhelm Erk on the internet, apart from the wilerk motor websites. Where did he work, did he designed anything that worked and was used by people? What else did he work on in his 83 years on earth apart from the motor? 2. Free ene...
by logari81
Wed Jul 24, 2013 6:50 am
Forum: Help on using FreeCAD
Topic: Constrained sketch leaves room for interpretation
Replies: 7
Views: 3327

Re: Constrained sketch leaves room for interpretation

I don't have the link right now but there is already a bug report on this. Actually this is about multiple possible solutions. One tip to avoid or reduce the possibility of this: use horizontal/vertical distances instead of length constraints. Horizontal/vertical distances accept a sign and thus the...
by logari81
Wed Jul 17, 2013 7:53 pm
Forum: Developers corner
Topic: Interupting the Constraint Solver
Replies: 17
Views: 4963

Re: Interupting the Constraint Solver

could someone replace FullPivHouseholderQR with ColPivHouseholderQR or HouseholderQR and tell us how faster it becomes? Sorry I don't have time to test it myself.

The real solution is to find a sparse rank revealing algorithm to replace the dense versions provided by Eigen.
by logari81
Wed Jun 19, 2013 8:50 pm
Forum: Foro en Español
Topic: Problema de eje con función de patrón polar
Replies: 3
Views: 2128

Re: Problema de eje con función de patrón polar

hola, la documentacion en la wiki no esta actualizada. La opcion de elegir uno de los ejes principales estuvo disponible temporalmente pero al final no se ha incluido en la version 0.13 por razones tecnicas. Lo que igual puedes hacer es definir lineas de construccion en tu sketch y utilizarlas como ...
by logari81
Thu May 30, 2013 7:02 pm
Forum: Archived Pull Requests
Topic: [Feedback] Datum Label Orientation Fix
Replies: 6
Views: 3090

Re: Datum Label Orientation Fix

For such a small fix it seems really inconvenient: I wish we had a better a way of going about this. The best would be if we could all agree to use the same line breaks and apply it to all files of FC. What you can do for now is to use another IDE or set up your IDE so that it will not touch the wh...