cadquery-freecad-module/cadquery
2015-06-16 17:03:36 -04:00
..
contrib Updated copyright dates and fixed a few docstring errors. 2015-04-27 13:04:34 -04:00
freecad_impl Next small step in the CQ.py code cleanup. 2015-06-15 15:59:28 -04:00
plugins Updated copyright dates and fixed a few docstring errors. 2015-04-27 13:04:34 -04:00
__init__.py Updated the version numbers for the v0.1.8 release. 2015-03-04 07:48:45 -05:00
cq_directive.py now sphinxdoc works 2013-04-23 20:33:39 -04:00
CQ.py Next phase of cleaning up CQ.py. 2015-06-16 17:03:36 -04:00
README.txt the test cases pass now at least 2013-04-16 22:29:06 -04:00
selectors.py fixed NearestToPointSelector failure with tuple as arguments 2015-06-14 23:09:58 +03: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.

***