cadquery-freecad-module/cadquery
Derek Anderson c3290fca92 Updated to work with 0.13
- This is _totally_ experimental, and I haven't done exhaustive
   tests
 - 88 unit tests do pass though, and I added a new import test.
 - 0.12 and 0.13 seem to structure stuff a bit differently,
   probably due to changes in the FreeCAD lib wrappers.
 - Not tested on windows (but should work) or 0.12. Need some
   help there.
2013-04-27 23:49:41 -07:00
..
contrib updated licenses 2013-04-14 19:29:35 -04:00
freecad_impl Updated to work with 0.13 2013-04-27 23:49:41 -07:00
plugins now at least you can import 2013-04-15 21:46:52 -04:00
__init__.py now sphinxdoc works 2013-04-23 20:33:39 -04:00
cq_directive.py now sphinxdoc works 2013-04-23 20:33:39 -04:00
CQ.py added export test cases 2013-04-21 17:45:29 -04:00
README.txt the test cases pass now at least 2013-04-16 22:29:06 -04:00
selectors.py the test cases pass now at least 2013-04-16 22:29:06 -04:00
workplane.py the test cases pass now at least 2013-04-16 22:29:06 -04:00

***
Core CadQuery implementation.

No files should depend on or import FreeCAD , pythonOCC, or other CAD Kernel libraries!!!
Dependencies should be on the classes provided by implementation packages, which in turn 
can depend on CAD libraries.

***