Commit Graph

21 Commits

Author SHA1 Message Date
Chris Hennes
4f96e3c568 Add support for integer values. 2020-12-09 08:32:43 -06:00
Chris Hennes
ccc4e5cd21 [Draft] Fix airfoil data detection regex
The regular expression that Draft's airfoil data importer uses did not allow for lowercase "e" when using scientific notation. This corrects that, and silences Python Developer Mode warnings about deprecated escape sequences by converting most of the regex to use raw strings.
2020-12-07 13:13:34 -06:00
luz.paz
ae7cb9e300 Draft: [skip ci] Fix header uniformity
This PR fixes header uniformity across all Draft files
2019-12-27 00:16:12 +01:00
vocx-fc
78cad087c6 Draft: importAirfoilDAT, Pythonic style. Checked with flake8. This module is mostly unmaintained. 2019-08-09 18:31:19 -03:00
vocx-fc
9251151f75 Draft: importAirfoilDAT, use 4 space indentation instead of 8 space 2019-08-09 18:31:19 -03:00
vocx-fc
7c60f49e60 Draft: importAirfoilDAT, removed excessive whitespace 2019-08-09 18:31:19 -03:00
vocx-fc
673a6cdd71 Draft: importAirfoilDAT, improved spacing around operators 2019-08-09 18:31:19 -03:00
vocx-fc
b97824834c Draft: importAirfoilDAT, removed all tabs, and used 4 spaces instead 2019-08-09 18:31:19 -03:00
vocx-fc
0b22d1c340 Draft: importAirfoilDAT, changed entire code to use Linux end of lines, LF, instead of Windows end of lines CRLN 2019-08-09 18:31:19 -03:00
vocx-fc
c63b9d798a Draft: importAirfoilDAT, added proper docstrings to public functions 2019-08-09 18:31:19 -03:00
Syres916
a69abb3b75 Py3 Fix to import Airfoil DAT files
To prevent error message as per https://forum.freecadweb.org/viewtopic.php?f=3&t=33309#p278902

As it's my first PR, I've tried to follow the advice @triplus gave in https://forum.freecadweb.org/viewtopic.php?f=10&t=30340&start=300#p279079 but please let me know if I'm not providing sufficient information.
2019-01-10 10:19:30 -02:00
Kunda
dde52952f4 source typo fixes pt1 (only on py3 merged code)
issue 0002914
2017-02-27 11:32:47 +01:00
Yorik van Havre
8ad2c699f8 py3: open function is in module 'io' in py3 instead of __builtin__ 2017-01-17 09:24:59 +01:00
Yorik van Havre
af97583026 Doc: Fixes in doxygen docs for Draft,Arch, FEM 2016-11-17 17:04:09 -02:00
Yorik van Havre
daedcf4f1c Draft: Adapted Draft module for python3 compatibility - issue #995 2014-10-05 19:40:14 -03:00
Sebastian Hoogen
d537fc9b53 try to use Execptions in Draft module 2014-09-17 12:52:36 +02:00
Jonathan Hahn
7ab2d7ec49 improves airfoil import 2013-12-31 11:25:16 -02:00
Yorik van Havre
f38e6da3c7 Fixed bug 625 in Draft importers 2012-03-12 18:45:47 -03:00
Yorik van Havre
ccf878ec16 Various fixes to Draft and Arch
+ Renamed Draft Scale object to Clone
+ Removed BasePoint property from Draft Clone
+ Reenabled Draft SelectPlane tool
+ Added Draft context tools to Arch module
+ Made the Arch module load pycollada later
2012-01-04 12:06:02 -02:00
Yorik van Havre
579ab53153 + set license blocks of the Draft module to LGPL 2012-01-03 19:41:51 -02:00
wmayer
120ca87015 + unify DLL export defines to namespace names
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-10 13:44:52 +00:00