Commit Graph

17927 Commits

Author SHA1 Message Date
vocx-fc
21e9f99845 Draft: DraftVecUtils, improved the docstrings 2019-08-09 18:30:29 -03:00
vocx-fc
50cc1fef5c Draft: DraftVecUtils, improved the docstrings 2019-08-09 18:30:29 -03:00
vocx-fc
40fbd91777 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
7088b14ba8 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
c0d3ab1731 Draft: DraftVecUtils, use docstrings, shorter lines 2019-08-09 18:30:29 -03:00
vocx-fc
87a6357160 Draft: DraftVecUtils, improved Pythonic spacing, and docstring 2019-08-09 18:30:29 -03:00
vocx-fc
0eb660a14c Draft: DraftVecUtils, improved Pythonic spacing and variable name 2019-08-09 18:30:29 -03:00
vocx-fc
03ffcb35f0 Draft: DraftVecUtils, improved Pythonic spacing around commas and operators 2019-08-09 18:30:29 -03:00
vocx-fc
b44d966984 Draft: DraftVecUtils, improved Pythonic style, spacing and commas 2019-08-09 18:30:29 -03:00
vocx-fc
753cc68555 Draft: DraftVecUtils, improved Pythonic style, spacing and commas 2019-08-09 18:30:29 -03:00
luz.paz
2d9da934f8 [AddonManager] Rename Part-o-magic icon 2019-08-09 16:55:38 -03:00
luz.paz
5e8945f6c4 [AddonManager] Fix A2plus icon name in .qrc file 2019-08-09 16:55:38 -03:00
luz.paz
fd4d81bd2d [AddonManager] Fix AirPlaneDesign logo name 2019-08-09 16:55:38 -03:00
luz.paz
4225125fd6 [AddonManager] Rename MOOC workbench icon 2019-08-09 16:55:38 -03:00
luz.paz
3799aff97d [AddonManager] Add LCInterlocking icon
Closes https://github.com/execuc/LCInterlocking/issues/27
2019-08-09 16:55:38 -03:00
vocx-fc
1769b6d7f3 Draft: WorkingPlane, Pythonic style, improved the docstrings, use a shape of type Part.Face 2019-08-09 16:54:50 -03:00
vocx-fc
bbf22c6a40 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
12ef13e5f7 Draft: WorkingPlane, Pythonic style, improved the docstrings 2019-08-09 16:54:50 -03:00
vocx-fc
ee4a067930 Draft: WorkingPlane, Pythonic style, improved the docstrings 2019-08-09 16:54:50 -03:00
vocx-fc
bbc37d5537 Draft: WorkingPlane, Pythonic style, improved the docstrings 2019-08-09 16:54:50 -03:00
vocx-fc
e844e7b4b6 Draft: WorkingPlane, Pythonic style, improved the docstrings 2019-08-09 16:54:50 -03:00
vocx-fc
14c7f43614 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
05cb2cb4c1 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
023cf12c50 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
ad74402d9f Draft: WorkingPlane, Pythonic style, improved the docstrings 2019-08-09 16:54:50 -03:00
vocx-fc
ee09fc323a Draft: WorkingPlane, Pythonic style, improved the docstrings 2019-08-09 16:54:50 -03:00
vocx-fc
34c2dcb277 Draft: WorkingPlane, Pythonic style, improved the docstring 2019-08-09 16:54:50 -03:00
vocx-fc
53ef53e0c8 Draft: WorkingPlane, Pythonic style, improved the docstring 2019-08-09 16:54:50 -03:00
vocx-fc
2bdf33478b Draft: WorkingPlane, Pythonic style, improved the docstrings 2019-08-09 16:54:50 -03:00
vocx-fc
f13529deac Draft: WorkingPlane, Pythonic style, improved the docstrings 2019-08-09 16:54:50 -03:00
vocx-fc
cf430bf754 Draft: WorkingPlane, Pythonic style, improved the docstring 2019-08-09 16:54:50 -03:00
vocx-fc
8ac3b21ca9 Draft: WorkingPlane, Pythonic style, improved the docstring; these methods only work when 'FreeCAD.GuiUp' is True; it should print a message to the console indicating that. 2019-08-09 16:54:50 -03:00
vocx-fc
5a4ca2a4f7 Draft: WorkingPlane, Pythonic style, improved the docstring; setup() only works when 'FreeCAD.GuiUp' is True, otherwise it fails silently. This should be change to print a message to the console. 2019-08-09 16:54:50 -03:00
vocx-fc
17f39fc410 Draft: WorkingPlane, Pythonic style, improved the docstrings; alignToSelection() only works when 'FreeCADGui.Selection' is available, that is, when the graphical interface is loaded. 2019-08-09 16:54:50 -03:00
vocx-fc
97a02d8795 Draft: WorkingPlane, Pythonic style, improved the docstrings; alignToSelection() only really works with Faces because it calls alignToFace(); it doesn't work with Edges nor Wires because alignToCurve() isn't fully implemented. 2019-08-09 16:54:50 -03:00
vocx-fc
7b91cbce33 Draft: WorkingPlane, Pythonic style, improved the docstrings 2019-08-09 16:54:50 -03:00
vocx-fc
51e6f91824 Draft: WorkingPlane, Pythonic style, improved the docstring, although alignToCurve is not yet implemented so it doesn't do anything 2019-08-09 16:54:50 -03:00
vocx-fc
1a328e58f4 Draft: WorkingPlane, Pythonic style, improved the docstring. 2019-08-09 16:54:50 -03:00
vocx-fc
04a0c0bbf8 Draft: WorkingPlane, Pythonic style, improved the docstring. 2019-08-09 16:54:50 -03:00
vocx-fc
2d294994a7 Draft: WorkingPlane, Pythonic style, improved the docstrings. 2019-08-09 16:54:50 -03:00
vocx-fc
9b3aba60b0 Draft: WorkingPlane, Pythonic style, improved the docstrings, in particular offsetToPoint(); I have some doubts about the implementation in 3D space as it seems to calculate a projected distance, and not the real distance; I don't think this is very helpful when the direction is different from perpendicular (normal); perpendicular distance is certainly the most common case, so I don't know if there is any problem at all in practice. 2019-08-09 16:54:50 -03:00
vocx-fc
59f66dcf87 Draft: WorkingPlane, Pythonic style, docstring of the initialization of the plane class 2019-08-09 16:54:50 -03:00
vocx-fc
dbbb84b441 Draft: WorkingPlane, Pythonic style, docstring of the plane class 2019-08-09 16:54:50 -03:00
vocx-fc
89b9e64786 Draft: WorkingPlane, Pythonic style, docstring of the plane class 2019-08-09 16:54:50 -03:00
vocx-fc
15b11b8cb9 Draft: WorkingPlane, Pythonic style, added whitespace 2019-08-09 16:54:50 -03:00
vocx-fc
1161cbb9ba Draft: WorkingPlane, moved document docstring to the top 2019-08-09 16:54:50 -03:00
vocx-fc
f54cbb9682 Draft: WorkingPlane, Pythonic style, added spaces after commas, and removed trailing whitespace 2019-08-09 16:54:50 -03:00
vocx-fc
ba5ba2af68 Draft: WorkingPlane, Pythonic style, added spaces after commas 2019-08-09 16:54:50 -03:00
vocx-fc
cdde9a4df6 Draft: WorkingPlane, Pythonic style, added spaces after commas 2019-08-09 16:54:50 -03:00
vocx-fc
0decb4118b Draft: WorkingPlane, Pythonic style, added spaces 2019-08-09 16:54:50 -03:00