Can't constrain arc in sketch

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
User avatar
Joel_graff
Veteran
Posts: 1949
Joined: Fri Apr 28, 2017 4:23 pm
Contact:

Re: Can't constrain arc in sketch

Post by Joel_graff »

abdullah wrote: Fri Nov 23, 2018 12:38 pm Maybe we are doing different things...
Ok, so it seems there's some inconsistency in it.

When I tried the sketch, I couldn't apply anything without getting the error. I started a new document, rebuilt the alignment, and had the same result.

So, I decided to record it and do it again. This time, it worked just fine... until I tried to go in and change values to applied constraints.

See the video for details.

phpBB [video]
Last edited by Joel_graff on Fri Nov 23, 2018 9:20 pm, edited 1 time in total.
FreeCAD Trails workbench for transportation engineering: https://www.github.com/joelgraff/freecad.trails

pivy_trackers 2D coin3D library: https://www.github.com/joelgraff/pivy_trackers
chrisb
Veteran
Posts: 54213
Joined: Tue Mar 17, 2015 9:14 am

Re: Can't constrain arc in sketch

Post by chrisb »

The video is showing only a black screen, audio is ok.
My OS: MacOS.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
abdullah
Veteran
Posts: 4935
Joined: Sun May 04, 2014 3:16 pm
Contact:

Re: Can't constrain arc in sketch

Post by abdullah »

Joel_graff wrote: Fri Nov 23, 2018 2:50 pm
abdullah wrote: Fri Nov 23, 2018 12:38 pm Maybe we are doing different things
No. You should be getting the error with what you're doing. Can you apply angle and radius constraints?

I really have no idea at this point. It eventually fails, though I know in past attempts I have gotten a few constraints to apply before it starts giving me the error
I can apply angle constraints. But afterwards I can not change the angle value. This I can and will debug.

The other constraints I can change the value afterwards, radii and length:
Screenshot_20181123_163051.png
Screenshot_20181123_163051.png (24.32 KiB) Viewed 971 times
EDIT: And I have the problems with angle constraints when drawing the range of dimensions in the international system. I do not think it is US/Imperial related. But it appears to be the size of it. The same geometry with dimensions in the orders of mm works just fine.
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Can't constrain arc in sketch

Post by triplus »

Note that when it comes to units. Locale can play a role (things like decimal separator). Therefore if you two are getting different results, when trying to follow the same procedure, it might be worth a try:

Code: Select all

export LANG=C
export LC_ALL=C
freecad
To see if the results are the same after.
User avatar
Joel_graff
Veteran
Posts: 1949
Joined: Fri Apr 28, 2017 4:23 pm
Contact:

Re: Can't constrain arc in sketch

Post by Joel_graff »

triplus wrote: Fri Nov 23, 2018 7:44 pm Therefore if you two are getting different results, when trying to follow the same procedure, it might be worth a try:
I'll give it a shot the next chance I get. I really think it has to do with magnitudes and the order of construction that determines when constraints get borked.

Incidentally, I fixed the video link in my previous post. No idea what happened with the first attempt...
FreeCAD Trails workbench for transportation engineering: https://www.github.com/joelgraff/freecad.trails

pivy_trackers 2D coin3D library: https://www.github.com/joelgraff/pivy_trackers
User avatar
Joel_graff
Veteran
Posts: 1949
Joined: Fri Apr 28, 2017 4:23 pm
Contact:

Re: Can't constrain arc in sketch

Post by Joel_graff »

abdullah wrote: Fri Nov 23, 2018 3:33 pm I can apply angle constraints. But afterwards I can not change the angle value. This I can and will debug.
That's at least a consistent problem I've seen as well.

I think the other issues are demonstrable, too... In any case, whatever is causing the problem with the angle constraints is likely also causing the problems I've experienced with the other constraints, so debugging the angle constraint issue may fix everything...
FreeCAD Trails workbench for transportation engineering: https://www.github.com/joelgraff/freecad.trails

pivy_trackers 2D coin3D library: https://www.github.com/joelgraff/pivy_trackers
Post Reply