Commit Graph

25136 Commits

Author SHA1 Message Date
donovaly
c013e4e13e [Sketch] fix these issues:
- missing menu entry for centered rectangle
- typo
- uniform word casing
- duplicated accel key
- remove superfluous comment
2021-06-20 19:06:09 +02:00
Abdullah Tahiri
5ba1b79b5a Sketcher: Add centered rectangle to the menu 2021-06-20 08:24:02 +02:00
Abdullah Tahiri
2470d9f959 Sketcher: Update icon resources 2021-06-20 08:23:31 +02:00
Abdullah Tahiri
b9b7ae94a0 Sketcher: centered rectangle icons 2021-06-20 08:23:01 +02:00
Abdullah Tahiri
bf88c21f74 Sketcher: Centered Rectangle Creation 2021-06-20 08:14:18 +02:00
Abdullah Tahiri
cbcbb9de51 Sketcher: Reorder rounded rectangle code next to normal rectangle code 2021-06-20 07:07:22 +02:00
donovaly
c668b4b0d8 [Sketch] update icons - part 4 of 4
save icons with uniform DPI and as plain SVG
2021-06-20 06:43:25 +02:00
donovaly
2d5da47e09 [Sketch] update icons - part 3
save icons with uniform DPI and as plain SVG
2021-06-20 06:42:21 +02:00
donovaly
0691a095c9 [Sketch] update icons - part 2
save icons with uniform DPI and as plain SVG
2021-06-20 06:41:20 +02:00
donovaly
35d1794b8f [Sketch] update icons - part1
save icons with uniform DPi and as plain SVG
2021-06-20 06:40:35 +02:00
Abdullah Tahiri
f8e365534a Sketcher: Resources updated manually 2021-06-20 06:33:17 +02:00
Abdullah Tahiri
b0b28fd97c Sketcher: Remove axes alignment icon 2021-06-20 06:32:51 +02:00
Abdullah Tahiri
e7e1db28f2 Sketcher: UI toolbar/menu remove axes alignment 2021-06-20 06:16:33 +02:00
Abdullah Tahiri
87342ec668 Sketcher: Python wrappers for new remove axes alignment algorithm 2021-06-20 06:16:21 +02:00
Abdullah Tahiri
11410fa53e Sketcher: Remove Axes Alignment algorithm 2021-06-20 06:16:11 +02:00
donovaly
a109ff11f0 [Sketch] add new sketch object rounded rectangle
while constructing I miss often that one cannot insert directly rounded rectangles. As it is, one needs first to insert a rectangle, then go to fillet mode, then click 4 times, then set equal constraint, then often also replace the vertical/horizontal constraints since a rectangle must not necessarily be parallel to a sketch axis

As solution this PR adds rounded rectangles in one step. This saves a lot of time since this object is e.g. often used for milled rectangular pockets, for 3D-printed pads etc.

As discussed I grouped the rectangle and rounded rectangle.
2021-06-20 06:14:24 +02:00
Abdullah Tahiri
1fe07e6eab Sketcher: Default parameter to meaningful value 2021-06-19 13:56:18 +02:00
0penBrain
4d8e9e8ba1 [Sketcher] Remove no more used preference 2021-06-19 13:45:53 +02:00
0penBrain
398c3fbc2d [Sketcher] Radiam is default tool for radius/diameter constraining
Default is no more an option but last used tool is remained for next session
2021-06-19 13:45:53 +02:00
0penBrain
f3df63b4de [Sketcher] Radiam : fix bug in constraint processing 2021-06-19 13:45:53 +02:00
Bernd Hahnebach
9ec911c0a8 FEM: solver calculix, improve iterations parameter code 2021-06-18 12:09:22 +02:00
Bernd Hahnebach
47238480e4 FEM: solver calculix, better implementation for document restore method 2021-06-18 11:20:18 +02:00
Bernd Hahnebach
a149cfc609 FEM: examples manager, code formating 2021-06-18 11:20:10 +02:00
Yorik van Havre
24362e9020 Merged crowdin translations 2021-06-17 16:04:02 +02:00
Yorik van Havre
d12702e588 Updated ts files 2021-06-17 15:49:33 +02:00
Bernd Hahnebach
1d3e7fa8f6 FEM: examples, add explanation text object to all the rest examples 2021-06-17 12:42:17 +02:00
Bernd Hahnebach
4b892338bc FEM: examples, update manager 2021-06-17 12:41:25 +02:00
Bernd Hahnebach
d390eb8168 FEM: examples, improve import code formating 2021-06-17 11:20:55 +02:00
Bernd Hahnebach
f7439e7eb1 FEM: examples, fix material information in material nonlinear example 2021-06-17 11:00:51 +02:00
Bernd Hahnebach
1730df54c2 FEM: examples, add text explanation object to more examples 2021-06-17 10:40:29 +02:00
Bernd Hahnebach
1d760a979b FEM: examples, improve explanation text object 2021-06-17 10:39:28 +02:00
Bernd Hahnebach
74f28ac5bc FEM: update imports in coding conventions 2021-06-17 10:37:41 +02:00
luz paz
90e5841aad Fix typos
Found via `codespell -q 3 -L aci,ake,aline,alle,alledges,alocation,als,ang,anid,apoints,ba,beginn,behaviour,bloaded,bottome,byteorder,calculater,cancelled,cancelling,cas,cascade,centimetre,childs,colour,colours,commen,connexion,currenty,dof,doubleclick,dum,eiter,elemente,ende,feld,finde,findf,freez,hist,iff,indicies,initialisation,initialise,initialised,initialises,initialisiert,inout,ist,kilometre,lod,mantatory,methode,metres,millimetre,modell,nd,noe,normale,normaly,nto,numer,oder,ontop,orgin,orginx,orginy,ot,pard,parms,pres,programm,que,recurrance,rougly,seperator,serie,sinc,strack,substraction,te,thist,thru,tread,uint,unter,vertexes,wallthickness,whitespaces -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller,./src/Doc/FreeCAD.uml,./build/doc/SourceDocu`
2021-06-17 08:02:57 +02:00
UR-0
0bdb038533 [FEM] typos 2021-06-17 08:02:07 +02:00
Bernd Hahnebach
8974e228b8 FEM: solver calcilix, implement missing document restore for missing attributes for buckling analyisie FINISH BITTE 2021-06-17 06:40:45 +02:00
Bernd Hahnebach
f0b3231c32 FEM: mesh gmsh object, improve code in on doc restore 2021-06-17 06:40:34 +02:00
Bernd Hahnebach
4dac2031bf FEM: solver calculix, typos 2021-06-17 06:40:25 +02:00
sliptonic
6ab568b5e9 Merge pull request #4857 from snelweg/snelweg-patch-1
[Path] PathSanity.py now outputs fillename for the report the same as the postprocessor job
2021-06-16 15:03:35 -05:00
Bernd Hahnebach
2445bc980c FEM: examples, fix mesh information 2021-06-16 16:24:55 +02:00
Bernd Hahnebach
91424d5ca9 FEM: examples gui, add mesh type 2021-06-16 16:24:47 +02:00
Bernd Hahnebach
6466aadbce FEM: examples, move base setups in separate modules 2021-06-16 16:24:39 +02:00
Bernd Hahnebach
cb1af60183 FEM: examples, ltb, add text explanation object 2021-06-16 15:34:38 +02:00
Bernd Hahnebach
5b82e76f00 FEM: ccx dat result text object, delete it on result purging 2021-06-16 15:34:31 +02:00
Bernd Hahnebach
0e24a75788 FEM: calculix dat result text object, move into analysis 2021-06-16 15:34:24 +02:00
Bernd Hahnebach
90911b8b58 FEM: examples icon, use better icon and add it to the FEM tool bar 2021-06-16 15:34:16 +02:00
Bernd Hahnebach
b6768685f3 FEM: examples, move some method in separate module 2021-06-16 15:34:08 +02:00
Bernd Hahnebach
547213a0f8 FEM: examples, add calculix lateral torsional buckling example 2021-06-16 11:58:07 +02:00
Bernd Hahnebach
e1f93da171 FEM: examples, add calculix plate buckling example 2021-06-16 11:57:57 +02:00
Bernd Hahnebach
b62884eded FEM, examples, typos 2021-06-16 11:57:46 +02:00
Bernd Hahnebach
5a9fef24bf FEM: examples, typo in flexural buckling 2021-06-15 20:38:28 +02:00