cadquery-freecad-module/cadquery
2015-12-31 12:34:20 +00:00
..
contrib Updated copyright dates and fixed a few docstring errors. 2015-04-27 13:04:34 -04:00
freecad_impl 1. Add a mirror function into CQ class(wrap) and Shape class(implement); 2. To get precise BoundBox, add tessellate(0.000001) in the BoundBox function implement...... 2015-12-31 12:34:20 +00:00
plugins Updated copyright dates and fixed a few docstring errors. 2015-04-27 13:04:34 -04:00
__init__.py workable version of cqgi version 2015-12-09 21:01:14 -05:00
cq_directive.py workable version of cqgi version 2015-12-09 21:01:14 -05:00
cq.py 1. Add a mirror function into CQ class(wrap) and Shape class(implement); 2. To get precise BoundBox, add tessellate(0.000001) in the BoundBox function implement...... 2015-12-31 12:34:20 +00:00
cqgi.py fixed various documentation errors. changed license to apache 2015-12-12 15:08:38 -05:00
README.txt the test cases pass now at least 2013-04-16 22:29:06 -04:00
selectors.py min/max selector will return all objects within a tolerance 2015-09-16 23:41:32 +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.

***