Sketcher docs: add 1.2 feature notes (Text, Group, Projection, Polyline, Merge)#321
Draft
mkcash wants to merge 2 commits into
Draft
Sketcher docs: add 1.2 feature notes (Text, Group, Projection, Polyline, Merge)#321mkcash wants to merge 2 commits into
mkcash wants to merge 2 commits into
Conversation
Owner
|
Do not add T tags yourself; only modify the files in the wiki root directory, do not touch the translation files. Please check the latest version and ensure that the information you are adding has not been added previously. Also, be sure to cite the source of your change. Regression corrections should not be added to the documentation. And it should never contain information that the end user shouldn't know. |
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.
Summary
Sketcher_CreateText – Corrected version tag from 1.1 to 1.2; the Text tool was added in v1.2 (FreeCAD/FreeCAD#22217).
Sketcher_ConstrainGroup – Corrected version tag from 1.1 to 1.2; the Group constraint was added in v1.2 (#22217).
Sketcher_Projection – Bézier curves and Offset curves can now be imported as external geometry (#25144).
Sketcher_CreatePolyline – The polyline tool has been reworked with On-View-Parameter (OVP) support for inline numeric input (#29336).
Sketcher_MergeSketches – Merge now imports external geometry, remaps constraints referencing external geometry, and creates the merged sketch in the shared Body (#29497).
Validation
git diff --check HEAD^ HEADAddresses #94.