-
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
Category Archives: Uncategorized
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
Parametric modeling of a popup cylinder
The diagonal box constraint that I did a few days back didn’t missed a few of the contraints in heekscad. I thought I’d try a cylinder, which probably test out a few that I haven’t done yet. There’s a post … Continue reading
Posted in Uncategorized
Leave a comment
a couple of quick screen shots of a angle box using the constraint solver
It’s everything is automatically rescaled when a line is highlighted and a point dragged. Actually what I’m shooting for here is an upright piano. But for the moment I just need to cut these out and verify that I got … Continue reading
Posted in Uncategorized
Leave a comment
Moving forward.. Issues solved and workarounds figured out.
As you can tell on my pop-up project, I’ve been experiencing a huge amount of pain (well not really, cause it was fun) on trying to use heekcad parametric solver for my little popup card project. Apparently there was at … Continue reading
Posted in Uncategorized
1 Comment
Test file regarding issue 304
This is a screen shot I got when I loaded up constraints.heeks
Posted in Uncategorized
Leave a comment
Continuing the quest for the aha moment, Tracking how a simple line gets loaded in heekscad
Ok… I’ve I’m pretty much picking up from the end of my last post. (I’m not really interested in created revisions every time I edit something so probably keep this in draft mode for a while. Especially since this has … Continue reading
Posted in Uncategorized
Leave a comment