PaddleStroke
d591aad862
Sketcher: Remove StopOperation from toolbar ( #7569 )
...
Rarely used, see poll at https://forum.freecadweb.org/viewtopic.php?f=8&t=71922
Co-authored-by: Paddle <PaddleStroke@users.noreply.github.com >
2022-10-07 11:03:44 -05:00
PaddleStroke
cd688644a8
Sketcher: Remove two tools from toolbar ( #7568 )
...
Removes "Select conflicting constraints" and "Select redundant constraints", as discussed in https://forum.freecadweb.org/viewtopic.php?f=8&t=71923
Co-authored-by: Paddle <PaddleStroke@users.noreply.github.com >
2022-10-07 11:01:23 -05:00
Chris Hennes
8b252e0004
Sketcher: Remove Snell's Law from toolbar
...
Leave menu item intact so it is still accessible, but does not use up toolbar space.
2022-10-03 09:25:42 -05:00
Abdullah Tahiri
574766a4bf
Remove obsolete DSH Tools - CloseShape and ConnectLines
2022-06-28 19:29:35 +02:00
Kuzemko Alexsandr
05eb2d0324
Crowdin Add some menu text for translation.
2022-06-12 13:02:41 -04:00
Ajinkya Dahale
a4955a27bf
[Sketcher] Correct NURB to NURBS
...
The S in NURBS stands for Spline
2022-02-25 18:22:01 +01:00
Ajinkya Dahale
37e93cc167
[Sketcher] Add knot insertion command in Sketcher workbench
2022-01-09 11:33:53 +01:00
wmayer
6f20e3e4d8
Gui: remove QT_TR_NOOP from command group names and use "CommandGroup" as context string
2021-09-29 16:31:55 +02:00
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
e7e1db28f2
Sketcher: UI toolbar/menu remove axes alignment
2021-06-20 06:16:33 +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
0penBrain
7b5a23968c
[Sketcher] Radiam : make the command basically usable into Gui
2021-06-12 07:07:28 +02:00
Tomas Pavlicek
a7d83b5e15
Sketcher - Add new Split Edge action
2021-04-24 14:30:35 +02:00
luz paz
19e5c1f334
Sketcher: Add 'Sketcher B-spline tools' to translation [skip ci]
...
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=34&t=55381
and several whitespace fixes
2021-02-09 20:18:16 +01:00
j
c8d0ee8e54
Sketcher: new fillet UI command
2021-02-04 08:10:28 +01:00
Abdullah Tahiri
fd2d0e26bc
Sketcher: Remove Internal Alignment constraint from toolbar
...
===========================================================
This constraint command is basically never used by users and almost never by power users.
If it is not removed is because it may be useful for debugging... and maybe we should think about
removing the command althogether, as debugging can be done via Python console.
2021-01-06 13:54:00 +01:00
donovaly
59867215ea
[Sketch] add missing menu entry for new feature
2020-11-09 16:12:27 +01:00
wmayer
d532f8ef33
Sketcher: implement command to decrease degree of a B-spline
2020-10-23 00:36:41 +02:00
vocx-fc
19978b5e31
Sketcher: add BSplineDecreaseDegree although with an empty implementation
...
Currently there is a command to increase the degree of a B-spline
but the corresponding command to reduce the degree does not exist.
So this command is a placeholder for when the full implementation
is added in the future by somebody.
2020-10-22 14:53:52 +02:00
vocx-fc
ff5163cf75
Sketcher: add five tools to the Sketcher toolbar and reorder code
...
Add template specification for `SketcherAddWorkspaceSketchExtra`
for type `Gui::ToolBarItem` so that the following commands
are added to the toolbar as well as the Sketcher menu:
`ReorientSketch`, `ValidateSketch`, `MergeSketch`, `MirrorSketch`,
`StopOperation`.
Reorganize the order of the function declarations
so that they are in this order: Sketch actions (general),
geometries, constraints, tools, B-splines, and virtual space.
Add separators to the list of tools commands in the menu
so that it looks clearer.
Correct the header guard `#ifndef SKETCHER_WORKBENCH_H`.
Previously, it was using a guard `IMAGE_WORKBENCH_H`
seemingly copied from the Image Workbench.
2020-10-22 14:53:52 +02:00
vocx-fc
e7c21e453d
Sketcher: add further commands to the toolbars
...
Most tools should be exposed in the toolbars and not kept
"hidden" in the menus.
* `ConstrainInternalAlignment` is added in the "constraints" toolbar.
* `SelectElementsWithDoF` is added in the "tools" toolbar.
Also amend the name of the `Sketcher_BSplineConvertToNURB` command.
2020-10-01 09:59:26 +02:00
0penBrain
00142c9b32
[Sketcher] Remove 'Hexagonal profile' menu ; fixes #4290
...
Menu creation has been removed (commented) but all other profile feature are kept
for compatibility.
2020-03-20 12:10:35 +01:00
wmayer
56ef40c449
Sketcher: [skip ci] add create polygon command to sketcher menu
2020-02-07 15:28:07 +01:00
wmayer
7064ebc581
Sketcher: [skip ci] explicit command to stop current operation
...
Fore more details: https://forum.freecadweb.org/viewtopic.php?f=3&t=42207
2020-02-06 15:55:00 +01:00
luz.paz
7008cf92de
Sketcher: [skip ci] fix header uniformity
...
This PR fixes header uniformity across all Sketcher WB files
2019-12-22 01:00:29 +01:00
Abdullah Tahiri
383885f2b5
Sketcher: Toolbar - add toggle deactivated state command
2019-06-22 08:26:31 +02:00
Abdullah Tahiri
62e721e8fd
Sketcher: GUI PCH
2019-05-02 07:12:51 +02:00
Abdullah Tahiri
e2d6ca5ca6
Sketcher: Add diameter constraint to the menu and the toolbar
...
fixes #1632
2018-07-30 00:47:25 +02:00
Abdullah Tahiri
f7c827cd23
Sketcher: Add command to delete all constraints to menu
2018-07-29 13:44:09 +02:00
Abdullah Tahiri
fbf5114073
Sketcher: New tool bar icon under the copy command to move
2018-05-31 14:35:54 +02:00
Abdullah Tahiri
7410647c22
Sketcher Toolbar: Removing DoF finder from the toolbar, as it can be accessed from the solver messages now
...
- Renaming of command
2018-05-31 11:40:53 +02:00
Abdullah Tahiri
f60873bae6
Sketcher: New Command to select geometric elements with dependent parameters
2018-05-31 11:39:41 +02:00
Abdullah Tahiri
dbfb81dc47
Sketcher: Section Command enabling the clipping planes
2018-05-25 17:24:57 -03:00
triplus
215f07e523
Sketcher virtual space toolbar issue
...
+ Fix issue when creating sketcher virtual space toolbar
+ Translation support
2018-02-02 16:34:22 +01:00
Abdullah Tahiri
71e16bfbb1
Sketcher: New toolbar for VirtualSpace and Command to switch VirtualSpace
2018-01-26 17:04:08 +01:00
Abdullah Tahiri
46aa2c6356
Sketcher: Change nomenclature relating to Block constraint
2018-01-22 22:52:56 +01:00
Abdullah Tahiri
08d23cf951
Sketcher: Blocked Constraint toolbar commands
2018-01-22 22:52:56 +01:00
Abdullah Tahiri
1ec828936c
Sketcher: Delete all geometry menu command (in sketcher tools)
2017-11-06 14:18:12 +01:00
Alexander Lin
144e4759ce
Adds extend feature to Mod/Sketcher
...
Fixes #1187
2017-06-19 13:07:37 +02:00
Abdullah Tahiri
0ad91f79bd
Sketcher: Carbon Copy toolbar command
2017-04-10 08:57:25 +02:00
Abdullah Tahiri
dc34f7e9fb
Sketcher: Dropdown toolbar button for increase/decrease BSpline knot multiplicity
2017-04-08 12:58:06 +02:00
Abdullah Tahiri
f6f92b428d
Sketcher: BSpline Decrease knot multiplity toolbar command
2017-04-08 12:58:06 +02:00
Abdullah Tahiri
0a9e647a01
Sketcher: Add toolbar command to increase knot multiplicity
2017-04-08 12:58:06 +02:00
Abdullah Tahiri
77e1d1327c
Sketcher: Bspline toolbar command show/hide knot multiplicity geometry information layer
2017-04-08 12:58:06 +02:00
wmayer
a0aa4fdfef
Some fixes of pr 538
...
fix -Wreturn-type
homogenous naming style
use official spelling of B-spline
2017-02-21 13:30:43 +01:00
Abdullah Tahiri
194dcae963
Sketcher: BSpline Increase Degree tool
2017-02-21 13:24:10 +01:00
Abdullah Tahiri
c83472a15a
Sketcher: Shape to NURBS conversion
2017-02-21 13:24:10 +01:00
Abdullah Tahiri
849b5b5ed8
Sketcher: BSpline show/restore geometry information commands as a dropdown menu
2017-02-21 13:24:10 +01:00
Abdullah Tahiri
c25fd56e37
Sketcher: BSpline degree/comb hide/show commands
2017-02-21 13:24:10 +01:00