Paddle
a46bed1a78
Sketcher: remove select DOF.
2022-10-21 09:47:07 -05:00
PaddleStroke
8ef96bb9fe
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
d20f2af95f
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
ef62fc3530
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
19230c83ef
Remove obsolete DSH Tools - CloseShape and ConnectLines
2022-06-28 19:29:35 +02:00
Kuzemko Alexsandr
c2cfccf268
Crowdin Add some menu text for translation.
2022-06-12 13:02:41 -04:00
Ajinkya Dahale
690a7b4ab9
[Sketcher] Correct NURB to NURBS
...
The S in NURBS stands for Spline
2022-02-25 18:22:01 +01:00
Ajinkya Dahale
d920d73af4
[Sketcher] Add knot insertion command in Sketcher workbench
2022-01-09 11:33:53 +01:00
wmayer
fe7f4c4be7
Gui: remove QT_TR_NOOP from command group names and use "CommandGroup" as context string
2021-09-29 16:31:55 +02:00
donovaly
3559710da6
[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
b7f8f249b2
Sketcher: Add centered rectangle to the menu
2021-06-20 08:24:02 +02:00
Abdullah Tahiri
9b34d671e0
Sketcher: UI toolbar/menu remove axes alignment
2021-06-20 06:16:33 +02:00
donovaly
01d2f6298f
[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
ea1e6595b5
[Sketcher] Radiam : make the command basically usable into Gui
2021-06-12 07:07:28 +02:00
Tomas Pavlicek
4d6b1f3eb8
Sketcher - Add new Split Edge action
2021-04-24 14:30:35 +02:00
luz paz
b76fe29412
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
7b9d9fdcdb
Sketcher: new fillet UI command
2021-02-04 08:10:28 +01:00
Abdullah Tahiri
ec73869d1c
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
08efd286df
[Sketch] add missing menu entry for new feature
2020-11-09 16:12:27 +01:00
wmayer
fc89f4eb0c
Sketcher: implement command to decrease degree of a B-spline
2020-10-23 00:36:41 +02:00
vocx-fc
a1e89da8fd
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
b81ea41ae5
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
7b4cd6c0d6
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
71d4eedf0a
[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
f22607a617
Sketcher: [skip ci] add create polygon command to sketcher menu
2020-02-07 15:28:07 +01:00
wmayer
e0f1079f1f
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
b2ffebf1c0
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
f22d1393c7
Sketcher: Toolbar - add toggle deactivated state command
2019-06-22 08:26:31 +02:00
Abdullah Tahiri
dc32a0685b
Sketcher: GUI PCH
2019-05-02 07:12:51 +02:00
Abdullah Tahiri
c84fe5fa3d
Sketcher: Add diameter constraint to the menu and the toolbar
...
fixes #1632
2018-07-30 00:47:25 +02:00
Abdullah Tahiri
1899987e89
Sketcher: Add command to delete all constraints to menu
2018-07-29 13:44:09 +02:00
Abdullah Tahiri
39e82c79f6
Sketcher: New tool bar icon under the copy command to move
2018-05-31 14:35:54 +02:00
Abdullah Tahiri
f7a7d2bade
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
ce4503ae40
Sketcher: New Command to select geometric elements with dependent parameters
2018-05-31 11:39:41 +02:00
Abdullah Tahiri
ab478f947c
Sketcher: Section Command enabling the clipping planes
2018-05-25 17:24:57 -03:00
triplus
23bdf54e98
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
4b7ef1c5b0
Sketcher: New toolbar for VirtualSpace and Command to switch VirtualSpace
2018-01-26 17:04:08 +01:00
Abdullah Tahiri
c7b137fe85
Sketcher: Change nomenclature relating to Block constraint
2018-01-22 22:52:56 +01:00
Abdullah Tahiri
1932a2f152
Sketcher: Blocked Constraint toolbar commands
2018-01-22 22:52:56 +01:00
Abdullah Tahiri
41deaf82dd
Sketcher: Delete all geometry menu command (in sketcher tools)
2017-11-06 14:18:12 +01:00
Alexander Lin
c51d0b4e16
Adds extend feature to Mod/Sketcher
...
Fixes #1187
2017-06-19 13:07:37 +02:00
Abdullah Tahiri
97090f3e0a
Sketcher: Carbon Copy toolbar command
2017-04-10 08:57:25 +02:00
Abdullah Tahiri
7601cdcffa
Sketcher: Dropdown toolbar button for increase/decrease BSpline knot multiplicity
2017-04-08 12:58:06 +02:00
Abdullah Tahiri
8ca728a12f
Sketcher: BSpline Decrease knot multiplity toolbar command
2017-04-08 12:58:06 +02:00
Abdullah Tahiri
bd2f7a0924
Sketcher: Add toolbar command to increase knot multiplicity
2017-04-08 12:58:06 +02:00
Abdullah Tahiri
1d8ba29d86
Sketcher: Bspline toolbar command show/hide knot multiplicity geometry information layer
2017-04-08 12:58:06 +02:00
wmayer
f2dc8c5d31
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
afd761041d
Sketcher: BSpline Increase Degree tool
2017-02-21 13:24:10 +01:00
Abdullah Tahiri
d5b068e0ab
Sketcher: Shape to NURBS conversion
2017-02-21 13:24:10 +01:00
Abdullah Tahiri
00aadc4581
Sketcher: BSpline show/restore geometry information commands as a dropdown menu
2017-02-21 13:24:10 +01:00