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