-
Archives
- April 2023
- November 2017
- April 2017
- March 2017
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- August 2015
- May 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- June 2014
- April 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- July 2013
- June 2013
- May 2013
- April 2013
- January 2013
- December 2012
- November 2012
- October 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- October 2011
- July 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- April 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
-
Meta
Monthly Archives: October 2010
Documentation Map for HeekCAD
I’ve been on my latest kick on the lack of a map for how heekscad is laid out. I thought that perhaps, I could just use some software and magically suck out some UML diagrams to take care of that.. … Continue reading
Posted in Uncategorized
Leave a comment
Giving ArgoUml a whirl
Ok.. So tried umbrello from the synaptic repository and It seems like I was getting some segmentation faults on my first little try… Sort of like a bad first date… Later… Well lets see what first impression are with ArgoUml … Continue reading
Posted in Uncategorized
Leave a comment
Uml tools some basic research
I’ve been playing around trying to develop a tool to identify bad-contraints within HeeksCAD. Well, I was reflecting to myself that this was trying to work out an electrical problem without have a circuit diagram. The thought occurred to me … Continue reading
Posted in Uncategorized
Leave a comment
Is a heekscad Constraint valid?
A friend of my was telling me a story about a programmer who worked on software he uses. Apparently, this guy was brilliant but a bit eccentric. I guess he would program for a couple of hours and take a … Continue reading
Posted in Uncategorized
Leave a comment
First heekscad code contribution, and working on figuring what to do on the second
Well, I submitted what I consider actually coding contribution to Heekscad http://code.google.com/p/heekscad/source/detail?r=1332 It’s not really a address the root cause of why these constraint errors are happening, but at least it catches some of them on a file load and … Continue reading
Posted in Uncategorized
Leave a comment
Yet another heekscad constraint critter… Go figure… Time to build a fly swatter
I think I’m running into a unimplemented function or something… I’m getting the segmentation fault in this routine: line GetLineFromEndedObject(EndedObject* eobj) { eobj->LoadToDoubles(); point p; p.x = &eobj->A->mx; p.y = &eobj->A->my; PushBack(p.x); PushBack(p.y); point p2; p2.x = &eobj->B->mx; p2.y = … Continue reading
Posted in Uncategorized
Leave a comment
Trying to get back to the cylindrical popup project but these bugs related to heekscad constraints keep taunting me
I’ve been playing around with the dimensional constraints and they’re pretty cool. The insidious thing is that there are a bunch of critters in the code that seems to be causing either segmentation faults or cause the constraints on the … Continue reading
Posted in Uncategorized
Leave a comment
Taking a wack at fixing my first heekscad bug.
I have the need to adjust a line to exactly 1″ in heekscad… (I just can’t get into that thar metric stuff just yet). Anyway.. I’m suspect that since I running inch.. Some thing is hosed up in the code. … Continue reading
Posted in Uncategorized
Leave a comment
Rapidsvn frustrations solved for heekscad
My heekscad adventure lately has been a bit disappointing. I had gotten by diagonal pop-up box design made and I was elated. I thought test out the rest of the constraints and make a parametric model of a pop-out cylinder. … Continue reading
Posted in Uncategorized
Leave a comment
Recording a tutorial
This is not a fully developed thought… I just did some quick search and wanted preserve the link. I found pyvnc2swf in the ubuntu synpatic repositories. I thought it would be sort of cool to record a video of stuff … Continue reading
Posted in Uncategorized
Leave a comment