Category Archives: Uncategorized

polylineArc refactored into sketcher

Well,  logari81 has got a hold of my polylinearc branch and heavily refactored the code.  Wow, I think he was a Viking Berserker in a past life.  Not much of the orginal polylineArc left.  But it is definately much more … Continue reading

Posted in Uncategorized | Leave a comment

Needing to annotate a PDF in Linux using pdf Exchange viewer under Wine

I need to figure out how to annotate a PDF using linux. I found this link http://www.gnurou.org/blog/2008/09/09/finally_real_pdf_annotating_under_linux with seemed to indicate that the best solution was to run an app under wine. This is a project, I just want to … Continue reading

Posted in Uncategorized | Leave a comment

polylineArc added to github

I think I’m starting to think I know what I’m doing (sortof) which is a particularity dangerous time.. 😉 I created a git branch called polylineArc and created my own github repository. http://github.com/JonasThomas/free-cad/tree/polylineArc The think is the last time I … Continue reading

Posted in Uncategorized | Leave a comment

Birds and Bee’s and Gtd

Ok.. So summer of 2012 and I seem to be having a overwhelming number of projects going on. I’ve attemping to introduce a new queen, I’ve run across,  nuture a small swarm to see if I can turn it into … Continue reading

Posted in Uncategorized | Leave a comment

speeding up the kids minecraft

So.. the kid has been in my ear about getting her mind craft running faster and wanting to install mods… and….and… and… I guess the first step is figure out how slow her mind craft is running… I found a … Continue reading

Posted in Uncategorized | Leave a comment

Freecad polyline arc starting to comply..

It seems, that the polyline arc project is starting to bend to my will sort of. It seems like a line and an arc is working now..   The next test would be line-arc-line.     Ok… A few kinks … Continue reading

Posted in Uncategorized | Leave a comment

Research notes for Single stepping python code for in Qt-Creator for free-cad

Working through single stepping through the freecad in the qt-creator I hit some python scripts that would have been really handy to step into.    I thought I through the question out to the qt-creator  irc if it was possible to … Continue reading

Posted in Uncategorized | Leave a comment

Constraints issues with the polyline Arc

It seems that I’ve isolated issue that’s been causing me the pain in my question for the polyline arc. The issue that I’ve been having relates to arcs which appear to be drawn clockwise but are rendered clockwise by reversing … Continue reading

Posted in Uncategorized | Leave a comment

pressButton and releaseButton for the freeCad Polylinearc

The mousemove arcs and CW CCW seem to be working out ok. Now comes the fun stuff: To see if I can get the Arc to actually draw out properly as a real freecad object in the pressButton and releaseButton  … Continue reading

Posted in Uncategorized | Leave a comment

Working out ccw cw on the polyline-arc for freecad

So… I’m going to need how to figure out whether or not I need to go cw or ccw when drawing a polyline arc. So what I need to know if the point “B” is basically about the Tangent line … Continue reading

Posted in Uncategorized | Leave a comment