cadquery-freecad-module/cadquery
2014-11-28 15:05:01 -05:00
..
contrib Fixed copyright dates, added the STEP file importer, and added the supporting tests. 2014-08-18 14:45:02 -04:00
freecad_impl Fixed version numbers so that you can use == to grab test for a specific version. 2014-11-28 15:05:01 -05:00
plugins Fixed copyright dates, added the STEP file importer, and added the supporting tests. 2014-08-18 14:45:02 -04:00
__init__.py Updated the version number in init. 2014-11-19 21:16:54 -05:00
cq_directive.py now sphinxdoc works 2013-04-23 20:33:39 -04:00
CQ.py Added toFreecad function and modified the examples to use it. Also cleaned up minor PEP non-conformances. 2014-11-04 17:13:21 -05:00
README.txt the test cases pass now at least 2013-04-16 22:29:06 -04:00
selectors.py Fixed copyright dates, added the STEP file importer, and added the supporting tests. 2014-08-18 14:45:02 -04:00
workplane.py Fixed copyright dates, added the STEP file importer, and added the supporting tests. 2014-08-18 14:45: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.

***