cadquery-freecad-module/cadquery
adam-urbanczyk 32160d16a2 Symmetric extrude with respect to the workplane
Added additional parameter (both=Flase by default) to the extrude method
which allows to symmetrically extrude with respect to he current
workplane
2016-05-22 20:31:27 +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 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.

***