cadquery-freecad-module/cadquery/freecad_impl
2015-04-23 00:27:01 -04:00
..
__init__.py Made major improvements to the Mac OS import setup code thanks to troubleshooting from @DrRob. 2014-12-06 22:54:45 -05:00
exporters.py Initial attempt to fix import issues caused by verutil.py implementation. 2014-12-01 11:51:26 -05:00
geom.py Fixed mirror when vertices weren't connected, which would cause the FreeCAD algorithm problems. Also just did some housekeeping and spelling corrections in the code. 2015-04-23 00:27:01 -04:00
importers.py Removed an unneeded import and fixed tab-space mixing issues. 2014-12-11 20:42:41 -05:00
README.txt the test cases pass now at least 2013-04-16 22:29:06 -04:00
shapes.py Fixed the Solid.makeSphere implementation and added CQ.sphere that mirrors the CQ.box high-level functionality. 2015-04-07 14:19:45 -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