cadquery-freecad-module/cadquery/freecad_impl
Gaël Ecorchard 2ebae0461b Use the xDir parameter in Plane.XY() and similar.
Add simple tests for named planes
Use isinstance instead of type in Vector because type caused the
problem that 'type(Vector) is FreeCAD.Base.Vector'.
2015-10-04 22:49:34 +02:00
..
__init__.py another improvement to https://github.com/dcowden/cadquery/pull/87 wich removes multiple calls to _fc_path 2015-05-15 13:26:34 +02:00
exporters.py Next small step in the CQ.py code cleanup. 2015-06-15 15:59:28 -04:00
geom.py Use the xDir parameter in Plane.XY() and similar. 2015-10-04 22:49:34 +02:00
importers.py Updated copyright dates and fixed a few docstring errors. 2015-04-27 13:04:34 -04:00
README.txt the test cases pass now at least 2013-04-16 22:29:06 -04:00
shapes.py Added a test to ensure that finding the center of a compound works correctly. 2015-09-17 19:13:05 -04:00

It is ok for files in this directory to import FreeCAD, FreeCAD.Base, and FreeCAD.Part.

Other modules should _not_ depend on FreeCAD