Commit Graph

21 Commits

Author SHA1 Message Date
Dave Cowden
9b0fa9da83 Merge branch 'master' into sphinx_branch 2015-12-01 23:02:51 -05:00
Dave Cowden
0959d4bbaa fixed documentation 2015-12-01 22:54:36 -05:00
Simon Huskier
f94f9fe115 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
Simon Huskier
51a8d35645 Small fixes for importStepFromURL(url) function... 2015-12-01 08:50:33 +08:00
Youbao Zhang
e0832ec3eb Delete IsURL(url) function... 2015-11-30 23:17:03 +00:00
Youbao Zhang
10209482b7 Add a new function importStepFromURL(url) to import STEP file from the web... 2015-11-30 23:00:21 +00:00
Simon Huskier
f7fcf9bd58 Add URL file import into importStep function, but FreeCAD has a bug for urllib.open() function......, not work properly.... 2015-11-27 17:08:13 +08:00
Jeremy Wright
89efc14ec9 Updated copyright dates and fixed a few docstring errors. 2015-04-27 13:04:34 -04:00
Jeremy Wright
19c84868a8 Removed an unneeded import and fixed tab-space mixing issues. 2014-12-11 20:42:41 -05:00
Jeremy Wright
e51b54d6c4 Made the STEP import function more robust so that it could return a CQ.Workplane object. 2014-12-11 14:35:29 -05:00
Jeremy Wright
087f0621a7 Initial attempt to fix import issues caused by verutil.py implementation. 2014-12-01 11:51:26 -05:00
Jeremy Wright
8994493b7b importShape in importers.py was not returning anything. 2014-08-18 15:50:07 -04:00
Jeremy Wright
ceadc87bde Attempting to fix importers.py. 2014-08-18 15:25:04 -04:00
Jeremy Wright
f096136da9 Removed unneeded freecad_impl reference. 2014-08-18 15:21:39 -04:00
Jeremy Wright
7b3b02133f Attempting to track down an exception with importing a STEP file. 2014-08-18 15:19:52 -04:00
Jeremy Wright
eab2338cf3 Attempting to track down an exception with importing a STEP file that's masked by the try/except. 2014-08-18 15:16:05 -04:00
Jeremy Wright
a21fc64f8c Fixing self errors when not inside a class in ImportShape. 2014-08-18 15:04:22 -04:00
Jeremy Wright
d82f6120c8 Fixing error in ImportShape. 2014-08-18 15:02:49 -04:00
Jeremy Wright
bb62067cd2 Fixing error in ImportShape. 2014-08-18 15:01:53 -04:00
Jeremy Wright
5ad9cd9b94 Removed placeholder raise statement. 2014-08-18 15:00:33 -04:00
Jeremy Wright
699636d699 Fixed copyright dates, added the STEP file importer, and added the supporting tests. 2014-08-18 14:45:02 -04:00