Measurement: Added support for cylindrical surfaces#27044
Merged
maxwxyz merged 6 commits intoFreeCAD:mainfrom Jan 24, 2026
Merged
Measurement: Added support for cylindrical surfaces#27044maxwxyz merged 6 commits intoFreeCAD:mainfrom
maxwxyz merged 6 commits intoFreeCAD:mainfrom
Conversation
for more information, see https://pre-commit.ci
Collaborator
|
@hlorus FYI |
2 tasks
Collaborator
|
@MortenVajhoj does it work with the top face or also the cylindrical side face? |
Contributor
Author
It works with the cylindrical faces, but not the top face (The round circle on top). But maybe that should also be added? But currently when you click on the cylindrical face it measures it |
Collaborator
|
Thanks for clarifying. Based on the images I thought the top face was selected. Does this also work for fillets or only closed cylinders? |
Contributor
Author
|
Fillets do not work currently, but that could be interesting to look at |
Contributor
Author
|
It does not only work with fully closed it also works with "Arc From Center" and "Arc From 3 Points" |
kadet1090
approved these changes
Jan 24, 2026
paullee0
pushed a commit
to paullee0/FreeCAD
that referenced
this pull request
Feb 2, 2026
* Added support for cylindrical surfaces * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Removed unnessecary sign * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Reverted change --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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.

I have added support for picking cylindrical surfaces when measuring radius or diameter. And changed the placement of annotation
This means that the user can pick a cylindrical face, an'd get the diameter and radius from the face
Issues
#13724
Before and After Images
I dont know if this counts as UI change but the placement of the annotation has changed

Before
After

This change was also mentioned in the above issue