cadquery-freecad-module/cadquery
2014-08-19 08:10:46 -04: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 Cleaned up a few of the assert statements and fixed the findall line in exporters.py based on a FutureWarning. 2014-08-19 08:10:46 -04: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 Fixed copyright dates, added the STEP file importer, and added the supporting tests. 2014-08-18 14:45:02 -04:00
cq_directive.py now sphinxdoc works 2013-04-23 20:33:39 -04:00
CQ.py Should not have put a method call for importStep in CQ.py. Took it back out. 2014-08-18 16:33:34 -04: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.

***