Sketch datum display revisited

About the development of the Part Design module/workbench. PLEASE DO NOT POST HELP REQUESTS HERE!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
nahshon
Posts: 225
Joined: Wed Jul 24, 2013 8:06 pm

Sketch datum display revisited

Post by nahshon »

Some minor things about sketches... For now I'm only looking at distance between line and point cases which IMHO are easy to improve.

I'm asking for other people's thoughts. If there's an agreement I will proceed to implement it...

When a distance is measured to an existing line (or the main axes) and the arrow is actually touching it, there is no need to draw an additional red line. (cases A, B and C).

Measuring distance between a point and an arbitrary line, If the arrow is not touching the line, the red line should be drawn between the arrow and the nearest end of the line. Not to the projection of the point on the line. (Case D).

Thanks!
linear-datums.png
linear-datums.png (22.11 KiB) Viewed 3296 times
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Sketch datum display revisited

Post by NormandC »

nahshon wrote:I'm asking for other people's thoughts. If there's an agreement I will proceed to implement it...
I agree completely! :)
User avatar
quick61
Veteran
Posts: 3803
Joined: Sat Aug 24, 2013 2:49 am
Location: u.S.A.

Re: Sketch datum display revisited

Post by quick61 »

That would be an improvement! +1
This post made with 0.0% Micro$oft products - GOT LINUX?
User avatar
yorik
Founder
Posts: 13660
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: Sketch datum display revisited

Post by yorik »

Good idea, please make a feature request on the tracker!
User avatar
jriegel
Founder
Posts: 3369
Joined: Sun Feb 15, 2009 5:29 pm
Location: Ulm, Germany
Contact:

Re: Sketch datum display revisited

Post by jriegel »

Or even better - implement it and make a pull request! :)
Stop whining - start coding!
nahshon
Posts: 225
Joined: Wed Jul 24, 2013 8:06 pm

Re: Sketch datum display revisited

Post by nahshon »

jriegel wrote:Or even better - implement it and make a pull request! :)
That was the idea. I hope to find the time for it next week.
mrlukeparry
Posts: 655
Joined: Fri Jul 22, 2011 8:37 pm
Contact:

Re: Sketch datum display revisited

Post by mrlukeparry »

go ahead! :)

Let me know if you have any questions about SoDatumLabel in Sketcher.
Post Reply