cadquery-freecad-module/cadquery
2013-04-23 21:31:56 -04:00
..
contrib updated licenses 2013-04-14 19:29:35 -04:00
freecad_impl make pip installer 2013-04-23 21:31:56 -04: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.

***