Commit Graph

17590 Commits

Author SHA1 Message Date
vocx-fc
2bfad4e850 Draft: importOCA.py, improved Pythonic style, changed a few variables; checked the code with flake8 2019-08-09 18:38:24 -03:00
vocx-fc
9f43163481 Draft: importOCA.py, improved Pythonic style, added spaces around operators and commas 2019-08-09 18:38:24 -03:00
vocx-fc
aa8f94b1b9 Draft: importOCA.py, added proper docstrings to the functions 2019-08-09 18:38:24 -03: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
vocx-fc
6fcb697a92 Draft: DraftVecUtils, position of the Doxygen comments 2019-08-09 18:30:29 -03:00
vocx-fc
710fdb64a8 Draft: DraftVecUtils, improved docstrings and comments 2019-08-09 18:30:29 -03:00
vocx-fc
8803840b89 Draft: DraftVecUtils, improved docstrings and comments; check the isColinear() function, it tests for colinearity between vector differences, and not the vectors themselves. 2019-08-09 18:30:29 -03:00
vocx-fc
a1e92fc324 Draft: DraftVecUtils, improved docstrings; check the isColinear ffunction, because the test succeeds when there are only two vectors, no matter if they are colinear or not 2019-08-09 18:30:29 -03:00
vocx-fc
8cbadac987 Draft: DraftVecUtils, improved docstrings, particularly those with code examples; make sure they only list one return value; the description of that return indicates possible values 2019-08-09 18:30:29 -03:00
vocx-fc
f6bf353837 Draft: DraftVecUtils, improved docstrings 2019-08-09 18:30:29 -03:00
vocx-fc
a17e4ea0d3 Draft: DraftVecUtils, improved docstrings 2019-08-09 18:30:29 -03:00
vocx-fc
91ac85134e Draft: DraftVecUtils, improved docstrings 2019-08-09 18:30:29 -03:00
vocx-fc
4cd98820d4 Draft: DraftVecUtils, improved docstrings 2019-08-09 18:30:29 -03:00
vocx-fc
c648c7e72a Draft: DraftVecUtils, improved docstrings; there is a strange condition, the result is calculated only if the square of the magnitude of a vector is NOT 15, why is this? 2019-08-09 18:30:29 -03:00
vocx-fc
9b4cbb5078 Draft: DraftVecUtils, improved docstrings 2019-08-09 18:30:29 -03:00
vocx-fc
01ab3bd4ff Draft: DraftVecUtils, improved the docstrings 2019-08-09 18:30:29 -03:00
vocx-fc
6411571a10 Draft: DraftVecUtils, improved the docstrings 2019-08-09 18:30:29 -03:00
vocx-fc
800f69c634 Draft: DraftVecUtils, better docstrings; removed the last comma at the end of the list of vectors 2019-08-09 18:30:29 -03:00
vocx-fc
b0f09a7b98 Draft: DraftVecUtils, added docstrings; the test doesn't do anything because the variable doesn't change value 2019-08-09 18:30:29 -03:00
vocx-fc
d71b477333 Draft: DraftVecUtils, use docstrings, shorter lines 2019-08-09 18:30:29 -03:00
vocx-fc
7191d54767 Draft: DraftVecUtils, improved Pythonic spacing, and docstring 2019-08-09 18:30:29 -03:00
vocx-fc
6471404d4f Draft: DraftVecUtils, improved Pythonic spacing and variable name 2019-08-09 18:30:29 -03:00
vocx-fc
6be3cbfeb6 Draft: DraftVecUtils, improved Pythonic spacing around commas and operators 2019-08-09 18:30:29 -03:00
vocx-fc
aa3e5ed178 Draft: DraftVecUtils, improved Pythonic style, spacing and commas 2019-08-09 18:30:29 -03:00
vocx-fc
47cfe5cb92 Draft: DraftVecUtils, improved Pythonic style, spacing and commas 2019-08-09 18:30:29 -03:00
luz.paz
3f3b13240c [AddonManager] Rename Part-o-magic icon 2019-08-09 16:55:38 -03:00
luz.paz
eb5921aa59 [AddonManager] Fix A2plus icon name in .qrc file 2019-08-09 16:55:38 -03:00
luz.paz
f1733bd665 [AddonManager] Fix AirPlaneDesign logo name 2019-08-09 16:55:38 -03:00
luz.paz
d8c5f822da [AddonManager] Rename MOOC workbench icon 2019-08-09 16:55:38 -03:00
luz.paz
e3ff872bed [AddonManager] Add LCInterlocking icon
Closes https://github.com/execuc/LCInterlocking/issues/27
2019-08-09 16:55:38 -03:00
vocx-fc
b7ad13b34f Draft: WorkingPlane, Pythonic style, improved the docstrings, use a shape of type Part.Face 2019-08-09 16:54:50 -03:00
vocx-fc
3eda73fae9 Draft: WorkingPlane, Pythonic style, improved the docstrings; moved the description of the points within the parameter section 2019-08-09 16:54:50 -03:00
vocx-fc
817f076e2e Draft: WorkingPlane, Pythonic style, improved the docstrings 2019-08-09 16:54:50 -03:00
vocx-fc
8aa3f38a7b Draft: WorkingPlane, Pythonic style, improved the docstrings 2019-08-09 16:54:50 -03:00
vocx-fc
abf3139563 Draft: WorkingPlane, Pythonic style, improved the docstrings 2019-08-09 16:54:50 -03:00
vocx-fc
fbc3abc0de Draft: WorkingPlane, Pythonic style, improved the docstrings 2019-08-09 16:54:50 -03:00
vocx-fc
41300ee257 Draft: WorkingPlane, Pythonic style, improved the docstrings; added the other getLocalRot() and getGlobalRot() related functions to the 'See also' sections; need to verify their operation as some of these methods seem to just return the original point 2019-08-09 16:54:50 -03:00
vocx-fc
3f84f43564 Draft: WorkingPlane, Pythonic style, improved the docstrings; added a graphic to explain the type of point that the functions return; maybe getLocalCoords() should be named getRelativeCoords(), as the return value is a relative vector referred to the plane. 2019-08-09 16:54:50 -03:00
vocx-fc
212640b3ce Draft: WorkingPlane, Pythonic style, improved the docstring; why does the projection invert the direction of the component, that is, -x instead of x, if the angle between the vectors x and u is larger than 1 radian? Why specifically 1 radian? 2019-08-09 16:54:50 -03:00
vocx-fc
a5451e6234 Draft: WorkingPlane, Pythonic style, improved the docstrings 2019-08-09 16:54:50 -03:00
vocx-fc
b430036a8b Draft: WorkingPlane, Pythonic style, improved the docstrings 2019-08-09 16:54:50 -03:00
vocx-fc
8b6a3222b6 Draft: WorkingPlane, Pythonic style, improved the docstring 2019-08-09 16:54:50 -03:00
vocx-fc
8004f89e20 Draft: WorkingPlane, Pythonic style, improved the docstring 2019-08-09 16:54:50 -03:00
vocx-fc
6a87b6fe57 Draft: WorkingPlane, Pythonic style, improved the docstrings 2019-08-09 16:54:50 -03:00