cadquery-freecad-module/cadquery
Dave Cowden d8d5669845 Merge pull request #128 from huskier/master
Import a STEP file from the web
2015-12-01 23:01:25 -05:00
..
cheatsheet Moved cheatsheet out of Sphinx documentation directory. 2015-06-23 15:26:19 -04:00
contrib Updated copyright dates and fixed a few docstring errors. 2015-04-27 13:04:34 -04:00
freecad_impl Merge pull request #128 from huskier/master 2015-12-01 23:01:25 -05:00
plugins Updated copyright dates and fixed a few docstring errors. 2015-04-27 13:04:34 -04:00
__init__.py Made changes in preparation for the release of v0.3.0. 2015-11-25 16:20:52 -05:00
cq_directive.py now sphinxdoc works 2013-04-23 20:33:39 -04:00
CQ.py Made the normalize to normalized change to make CadQuery match the PythonOCC/OCC symantics. 2015-11-23 21:44:36 -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.

***