cadquery-freecad-module/cadquery
adam-urbanczyk 7d7591719b Initial implementation of the selector grammar using PyParsing
For now the grammar is defined. It is not yet used in the
StringSyntaxSelector
2016-06-20 21:48:25 +02:00
..
contrib Updated copyright dates and fixed a few docstring errors. 2015-04-27 13:04:34 -04:00
freecad_impl Changed where val was being called to keep the implementation cosistent with what has been done before. 2016-04-26 20:20:18 -04:00
plugins Updated copyright dates and fixed a few docstring errors. 2015-04-27 13:04:34 -04:00
__init__.py Version update for 0.5.1 2016-04-22 21:54:26 -04:00
cq_directive.py workable version of cqgi version 2015-12-09 21:01:14 -05:00
cq.py Symmetric extrude with respect to the workplane 2016-05-22 20:31:27 +02:00
cqgi.py added describe_parameter 2016-04-05 21:04:09 -04:00
README.txt the test cases pass now at least 2013-04-16 22:29:06 -04:00
selectors.py Initial implementation of the selector grammar using PyParsing 2016-06-20 21:48:25 +02: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.

***