cadquery-freecad-module/cadquery/freecad_impl
Dave Cowden d8d5669845 Merge pull request #128 from huskier/master
Import a STEP file from the web
2015-12-01 23:01:25 -05: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 Made the normalize to normalized change to make CadQuery match the PythonOCC/OCC symantics. 2015-11-23 21:44:36 -05:00
importers.py 1. remove PY3 check; 2. replace the home-made local-file-way with tempfile module from the python std library; 3. NOTE: the suffix parameter in the tempfile.NamedTemporaryFile() function is a must, since Part.read need the suffix parameter...... 2015-12-02 11:37:28 +08:00
README.txt the test cases pass now at least 2013-04-16 22:29:06 -04:00
shapes.py Added a label instance attribute to each of the shapes so that they can be identified separately. 2015-11-24 15:45:12 -05:00

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

Other modules should _not_ depend on FreeCAD