cadquery-freecad-module/Libs/cadquery-lib/cadquery
2017-09-11 21:49:14 -04:00
..
contrib Restructred the repo so that the module files are in the root directory and can be used with FreeCAD-addons. 2017-04-17 09:49:00 -04:00
freecad_impl Implemented build and parameter search CQGI functionality, and updated the CadQuery library. 2017-07-23 00:22:57 -04:00
plugins Restructred the repo so that the module files are in the root directory and can be used with FreeCAD-addons. 2017-04-17 09:49:00 -04:00
__init__.py Restructred the repo so that the module files are in the root directory and can be used with FreeCAD-addons. 2017-04-17 09:49:00 -04:00
cq_directive.py Restructred the repo so that the module files are in the root directory and can be used with FreeCAD-addons. 2017-04-17 09:49:00 -04:00
cq.py Added CQGI debug objects. 2017-09-11 21:49:14 -04:00
cqgi.py Added CQGI debug objects. 2017-09-11 21:49:14 -04:00
README.txt Restructred the repo so that the module files are in the root directory and can be used with FreeCAD-addons. 2017-04-17 09:49:00 -04:00
selectors.py Implemented build and parameter search CQGI functionality, and updated the CadQuery library. 2017-07-23 00:22:57 -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.

***