cadquery-freecad-module/CadQuery/Libs/cadquery
2015-10-23 17:33:22 -04:00
..
cheatsheet Updated to the latest CadQuery commit. 2015-07-13 10:23:39 -04:00
contrib Updated CadQuery lib. 2015-05-15 08:16:13 -04:00
freecad_impl Updated the CadQuery library for the removal of the hash function. 2015-10-23 17:33:22 -04:00
plugins Updated CadQuery lib. 2015-05-15 08:16:13 -04:00
__init__.py Updated the embedded version of CQ for the version changes. 2015-03-05 17:39:20 -05:00
cq_directive.py Fixing accidental submodule creation. 2014-12-04 23:34:54 -05:00
CQ.py Updating CadQuery library for the polyline change to CadQuery in #121. 2015-10-14 07:58:22 -04:00
README.txt Fixing accidental submodule creation. 2014-12-04 23:34:54 -05:00
selectors.py Updated the CadQuery library. 2015-09-17 10:32:02 -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.

***