Feature request #2748 Add "Measure radial" to Std Measure Menu?
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
Be nice to others! Read the FreeCAD code of conduct!
Feature request #2748 Add "Measure radial" to Std Measure Menu?
Already found some threads about measuring Radius or Diameter. Most of them use the draft dimension tools.
Here, I talk about getting a Radius or Diameter from an existing step file just for information.
Maybe it is possible just by clicking on the Radius once.
What I would find very comfortable is having a third measuring option besides "Measure Linear" and "Measure Angular" in the "Std Measure Menu" of the "Part Workbench".
We can call it "Measure radial" for example.
Users won't have to switch to the Draft workbench just for measuring a Radius.
Here, I talk about getting a Radius or Diameter from an existing step file just for information.
Maybe it is possible just by clicking on the Radius once.
What I would find very comfortable is having a third measuring option besides "Measure Linear" and "Measure Angular" in the "Std Measure Menu" of the "Part Workbench".
We can call it "Measure radial" for example.
Users won't have to switch to the Draft workbench just for measuring a Radius.
Last edited by jmaustpc on Wed Aug 09, 2017 2:51 pm, edited 2 times in total.
Reason: Added #2748 to the title
Reason: Added #2748 to the title
Re: Add "Measure radial" to Std Measure Menu?
hi
try (resident) How-to determine global coordinates of a circle or arc?
try (with button) How-to determine global coordinates of a circle or arc?
mario
try (resident) How-to determine global coordinates of a circle or arc?
try (with button) How-to determine global coordinates of a circle or arc?
mario
Maybe you need a special feature, go into Macros_recipes and Code_snippets, Topological_data_scripting.
My macros on Gist.github here complete macros Wiki and forum.
My macros on Gist.github here complete macros Wiki and forum.
Re: Add "Measure radial" to Std Measure Menu?
Thanks for the code, but this does not work for me.
Report view output:
EDIT: Thank you @mario52!
Would be very cool if @DeepSOIC could add something like this to the Std Measure Menu. Maybe just the Radius.
Report view output:
Code: Select all
Unnamed
Sphere
Face1
Coordinates point mouse : (-0.16791626811027527, -1.893925428390503, 4.620297908782959)
_____________________
Code: Select all
Unnamed
Sphere
Edge2
Coordinates point mouse : (4.567727088928223, -1.118770539975018e-15, 2.0336833000183105)
Coordinates center circle X : 0.0
Coordinates center circle Y : 0.0
Coordinates center circle Z : 0.0
Radius circle : 5.0
_____________________
Last edited by nokian on Sun Oct 23, 2016 4:13 pm, edited 2 times in total.
Re: Add "Measure radial" to Std Measure Menu?
hi
you must selected the edge and no the face
mario
you must selected the edge and no the face
mario
Maybe you need a special feature, go into Macros_recipes and Code_snippets, Topological_data_scripting.
My macros on Gist.github here complete macros Wiki and forum.
My macros on Gist.github here complete macros Wiki and forum.
Re: Add "Measure radial" to Std Measure Menu?
Especially for new users using the Std Measure Menu an included radius option would be nice.
Should I create a feature request?
Should I create a feature request?
Re: Add "Measure radial" to Std Measure Menu?
hi
the code simplified :
1: select the object
2: run the macro
create your button and Customize your ToolsBar (waiting....)
for request feature open a post in Open discussion with Feature Request: ......
mario
the code simplified :
Code: Select all
print "Radius circle : ",Gui.Selection.getSelectionEx()[0].SubObjects[0].Curve.Radius
2: run the macro
create your button and Customize your ToolsBar (waiting....)
for request feature open a post in Open discussion with Feature Request: ......
mario
Maybe you need a special feature, go into Macros_recipes and Code_snippets, Topological_data_scripting.
My macros on Gist.github here complete macros Wiki and forum.
My macros on Gist.github here complete macros Wiki and forum.
Re: Add "Measure radial" to Std Measure Menu?
It's worth a try.nokian wrote:Especially for new users using the Std Measure Menu an included radius option would be nice.
Should I create a feature request?
Re: Feature request: Add "Measure radial" to Std Measure Menu?
Any Devs mind weighing in on this to FR.
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Re: Feature request: Add "Measure radial" to Std Measure Menu?
May i add another request?
Is it possible to add the measurement menu item as default everywhere? (It isn't even in the complete workbench...)
Is it possible to add the measurement menu item as default everywhere? (It isn't even in the complete workbench...)