Commit Graph

21 Commits

Author SHA1 Message Date
Chris Hennes
8556885f14 Add support for integer values. 2020-12-09 08:32:43 -06:00
Chris Hennes
9e9e1b5b54 [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
8cfa85cf18 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
a635bb1201 Draft: importAirfoilDAT, Pythonic style. Checked with flake8. This module is mostly unmaintained. 2019-08-09 18:31:19 -03:00
vocx-fc
68dac20f09 Draft: importAirfoilDAT, use 4 space indentation instead of 8 space 2019-08-09 18:31:19 -03:00
vocx-fc
b27e609178 Draft: importAirfoilDAT, removed excessive whitespace 2019-08-09 18:31:19 -03:00
vocx-fc
64e9e9ba7f Draft: importAirfoilDAT, improved spacing around operators 2019-08-09 18:31:19 -03:00
vocx-fc
0a787a1e55 Draft: importAirfoilDAT, removed all tabs, and used 4 spaces instead 2019-08-09 18:31:19 -03:00
vocx-fc
fea1b9388d 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
1c216f455f Draft: importAirfoilDAT, added proper docstrings to public functions 2019-08-09 18:31:19 -03:00
Syres916
0cd59fedb8 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
a7414e5789 source typo fixes pt1 (only on py3 merged code)
issue 0002914
2017-02-27 11:32:47 +01:00
Yorik van Havre
876b3595dc py3: open function is in module 'io' in py3 instead of __builtin__ 2017-01-17 09:24:59 +01:00
Yorik van Havre
bf0d37bf28 Doc: Fixes in doxygen docs for Draft,Arch, FEM 2016-11-17 17:04:09 -02:00
Yorik van Havre
203fcb7a1b Draft: Adapted Draft module for python3 compatibility - issue #995 2014-10-05 19:40:14 -03:00
Sebastian Hoogen
67b01c5aae try to use Execptions in Draft module 2014-09-17 12:52:36 +02:00
Jonathan Hahn
1564271840 improves airfoil import 2013-12-31 11:25:16 -02:00
Yorik van Havre
ccf52d9910 Fixed bug 625 in Draft importers 2012-03-12 18:45:47 -03:00
Yorik van Havre
393390a560 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
83894d9900 + 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