Extension to iterate custom Python snippets over objects
An inkscape extension, written in python, that accepts snippets of Python code, and iteratively executes them over a set of objects. Iteration can be over the current selection, or over an XPath. Python code is given the current node and attributes, and can modify or delete the node, create new nodes, or simply perform calculations.
GeekCAD is a free open source CAD system. It's based on Qt4.
Features of this project:
1. dxf import, export;
2. raster bitmaps export;
3. native postscript or pdf export (in future);
4. Python scripting;
5. Parametric drawings.