How to measure radius

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
VincentSkerved
Posts: 4
Joined: Mon Jan 24, 2022 7:28 am

Re: How to measure radius

Post by VincentSkerved »

-alex- wrote: Thu Jan 27, 2022 12:05 pm
VincentSkerved wrote: Wed Jan 26, 2022 12:08 pm Do anyone know if there is any development or plans for a "quick measurment" standard tool for distances and curves?
Such a tool already exists, in Linkstage3 branch of FC though, not in master one.
So, the code exists, @realthunder introduced it about 1 year ago IIRC.
Give it a try:
- download Linkstage3 FC
- then M,P shortcut
Thanks alex. Do you know if there are plans to include it in the master?
User avatar
thomas-neemann
Veteran
Posts: 11893
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: How to measure radius

Post by thomas-neemann »

hal_sk wrote: Sun Nov 21, 2021 12:06 pm .. I was not able to find how to measure outer radius ...
file
Part 074.ipt.zip
(231.62 KiB) Downloaded 30 times


here are 2 possibilities. from min 1:20 and min 1:36


https://www.youtube.com/watch?v=mrzQBBNP7z4


phpBB [video]



OS: Ubuntu 20.04.1 LTS (XFCE/xubuntu)
Word size of FreeCAD: 64-bit
Version: 0.20.27078 (Git) AppImage
Build type: Release
Branch: (HEAD detached at bcdd926)
Hash: bcdd926686f2245fe60baface1cce1ab3dff7a5b
Python version: 3.9.9
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.5.3
Locale: German/Germany (de_DE)
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
User avatar
bambuko
Veteran
Posts: 2185
Joined: Thu Oct 24, 2019 12:53 pm
Location: UK, England, North Devon

Re: How to measure radius

Post by bambuko »

thomas-neemann wrote: Sat Jan 29, 2022 11:17 am here are 2 possibilities. from min 1:20 and min 1:36
What a complicated and convoluted way of doing things :mrgreen:
In FreeCAD Link I just select/enable an option of "measuring (pre)selected geometry"
Maybe one day it will also be available in Master...

Screenshot from 2022-01-29 11.07.22.png
Screenshot from 2022-01-29 11.07.22.png (159.27 KiB) Viewed 1821 times
I am using Link branch and Assembly3
you can also download ... and try it here
excellent Assembly3 tutorials here
User avatar
thomas-neemann
Veteran
Posts: 11893
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: How to measure radius

Post by thomas-neemann »

bambuko wrote: Sat Jan 29, 2022 11:26 am
...What a complicated and convoluted way of doing things
that may be, but i have had bad experiences with addons and try to reduce them to the bare essentials.
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
User avatar
bambuko
Veteran
Posts: 2185
Joined: Thu Oct 24, 2019 12:53 pm
Location: UK, England, North Devon

Re: How to measure radius

Post by bambuko »

thomas-neemann wrote: Sat Jan 29, 2022 11:32 am ..bad experiences with addons and try to reduce them to the bare essentials.
Jedem sein eigenes ;)
I am using Link branch and Assembly3
you can also download ... and try it here
excellent Assembly3 tutorials here
User avatar
thomas-neemann
Veteran
Posts: 11893
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: How to measure radius

Post by thomas-neemann »

bambuko wrote: Sat Jan 29, 2022 11:40 am ..
Jedem sein eigenes ;)
it seems that in realthunder without m p you just move the mouse over the circle and the value is displayed. if you need something like that often, that would be a reason to use realthunder
1.png
1.png (21.92 KiB) Viewed 1766 times
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
User avatar
bambuko
Veteran
Posts: 2185
Joined: Thu Oct 24, 2019 12:53 pm
Location: UK, England, North Devon

Re: How to measure radius

Post by bambuko »

thomas-neemann wrote: Sat Jan 29, 2022 11:55 am it seems that in realthunder without m p you just move the mouse over the circle and the value is displayed.
Not quite how it operates (which I have only learned recently)
so small correction:
You have to enable (toggle on) either of the two options (measure or show info) for those to be displayed

so.. here I have activated measure option
mp01.png
mp01.png (68.05 KiB) Viewed 1730 times
and when a geometry is (pre) selected the measurements are displayed
mp02.png
mp02.png (204.04 KiB) Viewed 1730 times
Notice it doesn't show geometry info.
It will show measurement until I click/toggle it off
I am using Link branch and Assembly3
you can also download ... and try it here
excellent Assembly3 tutorials here
User avatar
thomas-neemann
Veteran
Posts: 11893
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: How to measure radius

Post by thomas-neemann »

bambuko wrote: Sat Jan 29, 2022 12:17 pm ...
You have to enable (toggle on) either of the two options (measure or show info) for those to be displayed
...
thanks for the info, found it, was in an unexpected place
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
User avatar
bambuko
Veteran
Posts: 2185
Joined: Thu Oct 24, 2019 12:53 pm
Location: UK, England, North Devon

Re: How to measure radius

Post by bambuko »

thomas-neemann wrote: Sat Jan 29, 2022 12:26 pm ...thanks for the info, found it, was in an unexpected place
yeah, that's why I do not like keyboard shortcuts - you can't see whether something is on or off
Anyway... I better shut up now (before I get banished into Assembly section of the forum again :lol: )
I am using Link branch and Assembly3
you can also download ... and try it here
excellent Assembly3 tutorials here
User avatar
-alex-
Veteran
Posts: 1861
Joined: Wed Feb 13, 2019 9:42 pm
Location: France

Re: How to measure radius

Post by -alex- »

VincentSkerved wrote: Fri Jan 28, 2022 7:43 pm
-alex- wrote: Thu Jan 27, 2022 12:05 pm
VincentSkerved wrote: Wed Jan 26, 2022 12:08 pm Do anyone know if there is any development or plans for a "quick measurment" standard tool for distances and curves?
Such a tool already exists, in Linkstage3 branch of FC though, not in master one.
So, the code exists, @realthunder introduced it about 1 year ago IIRC.
Give it a try:
- download Linkstage3 FC
- then M,P shortcut
Thanks alex. Do you know if there are plans to include it in the master?
I have no idea.
realthunder wrote:ping
Realthunder, is a PR submitted to merge your great measurment tool in master branch?
Post Reply