PartDesign: Added interactive gizmo for draft operation#27111
Merged
kadet1090 merged 2 commits intoFreeCAD:mainfrom Jan 24, 2026
Merged
PartDesign: Added interactive gizmo for draft operation#27111kadet1090 merged 2 commits intoFreeCAD:mainfrom
kadet1090 merged 2 commits intoFreeCAD:mainfrom
Conversation
kadet1090
reviewed
Jan 23, 2026
Member
kadet1090
left a comment
There was a problem hiding this comment.
Nice work! Since your code is generally quite good I'll allow myself to focus on ensuring readability and properly structuring data.
for more information, see https://pre-commit.ci
kadet1090
approved these changes
Jan 23, 2026
maxwxyz
approved these changes
Jan 24, 2026
paullee0
pushed a commit
to paullee0/FreeCAD
that referenced
this pull request
Feb 2, 2026
* PartDesign: Add interactive gizmo for draft operation * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Reqrefusion
pushed a commit
to Reqrefusion/FreeCAD-Documentation-Project
that referenced
this pull request
Feb 7, 2026
…l [[Image:PartDesign_Draft.svg|24px]] [[PartDesign_Draft/fr|Dépouille]]. [FreeCAD/FreeCAD#27111 Pull request #27111]"
Reqrefusion
pushed a commit
to Reqrefusion/FreeCAD-Documentation-html
that referenced
this pull request
Feb 7, 2026
…l [[Image:PartDesign_Draft.svg|24px]] [[PartDesign_Draft/fr|Dépouille]]. [FreeCAD/FreeCAD#27111 Pull request #27111]"
Reqrefusion
pushed a commit
to Reqrefusion/FreeCAD-Documentation-Project
that referenced
this pull request
Feb 8, 2026
…ge:PartDesign_Draft.svg|24px]] [[PartDesign_Draft/de|Formschräge]] hinzugefügt. [FreeCAD/FreeCAD#27111 Pull request #27111]"
Reqrefusion
pushed a commit
to Reqrefusion/FreeCAD-Documentation-html
that referenced
this pull request
Feb 8, 2026
…ge:PartDesign_Draft.svg|24px]] [[PartDesign_Draft/de|Formschräge]] hinzugefügt. [FreeCAD/FreeCAD#27111 Pull request #27111]"
Reqrefusion
pushed a commit
to Reqrefusion/FreeCAD-Documentation-Project
that referenced
this pull request
Feb 12, 2026
…zia [[Image:PartDesign_Draft.svg|24px]] [[PartDesign_Draft/pl|Pochylenie ścian]]. [FreeCAD/FreeCAD#27111 Pull request #27111] * Interaktywne manipulatory zostały dodane do narzędzi Sfera, Prostopadłościan oraz Walec. [FreeCAD/FreeCAD#23700 Pull request #23700]"
Reqrefusion
pushed a commit
to Reqrefusion/FreeCAD-Documentation-html
that referenced
this pull request
Feb 12, 2026
…zia [[Image:PartDesign_Draft.svg|24px]] [[PartDesign_Draft/pl|Pochylenie ścian]]. [FreeCAD/FreeCAD#27111 Pull request #27111] * Interaktywne manipulatory zostały dodane do narzędzi Sfera, Prostopadłościan oraz Walec. [FreeCAD/FreeCAD#23700 Pull request #23700]"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #24187
This PR adds the interactive gizmos for the draft operation. It is bit different from the other implementations because it uses the feature to query some computed data.
Screencast.From.2026-01-23.20-08-45.mp4