Increase the tolerance for selecting edges

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!
Post Reply
peterl94
Veteran
Posts: 1001
Joined: Thu May 23, 2013 7:31 pm
Location: United States

Increase the tolerance for selecting edges

Post by peterl94 »

Hey guys,

I was working on a project that required filleting the inside edges of a lot of pockets. I got quite annoyed because I had to click very precisely to be able to select the edges. So anyways, it would be really great if selecting edges of a concave areas was easier.

After doing a quick code search and a little experimenting, I found a really easy way to achieve this: In the function SoFCUnifiedSelection::getPickedPoint change the tolerance of the intersection points comparison to 1. So would you consider this change, or is there a better way?

Thanks,
Peter
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Increase the tolerance for selecting edges

Post by NormandC »

Hello Peter,

I'm all for it!

I think it would be best if you created a bug report on Mantis. The forum is great for discussion, but subjects tend to be forgotten quickly. http://www.freecadweb.org/tracker/
peterl94
Veteran
Posts: 1001
Joined: Thu May 23, 2013 7:31 pm
Location: United States

Re: Increase the tolerance for selecting edges

Post by peterl94 »

User avatar
jriegel
Founder
Posts: 3369
Joined: Sun Feb 15, 2009 5:29 pm
Location: Ulm, Germany
Contact:

Re: Increase the tolerance for selecting edges

Post by jriegel »

you can also select the bottom face of the pocket and all the edges get filleted....
Stop whining - start coding!
peterl94
Veteran
Posts: 1001
Joined: Thu May 23, 2013 7:31 pm
Location: United States

Re: Increase the tolerance for selecting edges

Post by peterl94 »

Yes, certainly, but in my case I wanted the top edges of the pocket to have a different fillet radius, so I had to select the corner edges separately.
User avatar
jriegel
Founder
Posts: 3369
Joined: Sun Feb 15, 2009 5:29 pm
Location: Ulm, Germany
Contact:

Re: Increase the tolerance for selecting edges

Post by jriegel »

Unfortunaltely its not that ease. Since you have the problem that in some areas are a lot of possible selections and increasing the tolerance can have a negative effect. It can mean you can only select the faces...
But that is just a guess. We have to experiment...
Stop whining - start coding!
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Increase the tolerance for selecting edges

Post by Kunda1 »

This feature would be a sweet present to have in 0.17
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
Post Reply