-
Archives
- 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: November 2010
Generating Doxy documentation for Heekscad in Ubuntu Linux
I was interesting in generating some UML diagrams for HeeksCAD and I was very pleasantly surprised at the easy of use of Doxygen. Here are some of the basic steps which I followed: Step 1) Download the following packages from … Continue reading
Posted in Uncategorized
Leave a comment
Delving into heekscad object->WriteXML(root) hummed to the tune of grandma got run over by a reindeer
This is part of my virtual road trip to write test routine to find constraint bugs, to fix the bugs that are hosing up my pop-up card project. I’m working on function to extract constraint information in part how this … Continue reading
Posted in Uncategorized
2 Comments
Hitting a few little snags on my constraint tester.
I was moving write along.. I got my little test function to fire from the main menu and I tried to get a m_objects as a variable and got myself tripped up a bit because I was attempting to access … Continue reading
Posted in Uncategorized
Leave a comment
Menu Launch for the heekscad constraint validator
I think I have it in my minds eye how I want to build this heekscad constraint tester. Ultimately, I want to move this thing in the code like a probe on a mutlimeter to figure out where things are … Continue reading
Posted in Uncategorized
Leave a comment
Looking a bit more at the constraint validator
On my last post I was looking void HeeksCADapp::SaveXMLFile(const std::list& objects, const wxChar *filepath, bool for_clipboard) and it didn’t realize that the “objects” in for(std::list::const_iterator It = objects.begin(); It != objects.end(); It++) where part of the function call. Tracking things … Continue reading
Posted in Uncategorized
Leave a comment
Taking a look at a constraint validator for heekscad
I’ve been mulling this over a bit. I want to be able to check the constraints on the fly as see If I can pinpoint precisely the point at which they get hose up. I’m thinking that I need to … Continue reading
Posted in Uncategorized
Leave a comment
Giving Doxygen a test whirl with audacity / Heekscad
I wanted to see what this Doxygen tool does. I’ve come to the conclusion that audacity is a project is a exceeding complex project that appears at first glance to have it’s game on. Time to kick the tires, look … Continue reading
Posted in Uncategorized
Leave a comment