cadquery-freecad-module/CadQuery/Libs/cadquery
2014-12-06 23:20:54 -05:00
..
contrib Fixing accidental submodule creation. 2014-12-04 23:34:54 -05:00
freecad_impl Put safeguards in place to keep non-existent directories from being added to sys.path and updated the CQ module to match the latest version. 2014-12-06 23:20:54 -05:00
plugins Fixing accidental submodule creation. 2014-12-04 23:34:54 -05:00
__init__.py Fixing accidental submodule creation. 2014-12-04 23:34:54 -05:00
cq_directive.py Fixing accidental submodule creation. 2014-12-04 23:34:54 -05:00
CQ.py Fixing accidental submodule creation. 2014-12-04 23:34:54 -05:00
README.txt Fixing accidental submodule creation. 2014-12-04 23:34:54 -05:00
selectors.py Fixing accidental submodule creation. 2014-12-04 23:34:54 -05:00
workplane.py Fixing accidental submodule creation. 2014-12-04 23:34:54 -05: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.

***