Search found 602 matches

by eivindkvedalen
Tue Dec 05, 2017 6:10 pm
Forum: Developers corner
Topic: Update issue with expressions
Replies: 20
Views: 3670

Re: Update issue with expressions

Lately I've noticed that expression evaluation doesn't always propagate the value to the property (see StepDown): Capture.PNG Attached file has a Path where the StepDown value of the Engrave operation is the simple expression "0.8" - yet the actual value is "6". This happens if ...
by eivindkvedalen
Mon Dec 04, 2017 8:08 am
Forum: Help on using FreeCAD
Topic: 0.17 Unable to parameter a constraint from exterior link
Replies: 2
Views: 458

Re: 0.17 Unable to parameter a constraint from exterior link

I just finded out its not possible to parameter a constraint directly from an other constraint (L in blue) which is linked from a external geometry. I would like to set the constraint11 H x 1,2 for example. But its possible to do that with in several steps: - delete the external geometry - change t...
by eivindkvedalen
Sat Dec 02, 2017 6:42 pm
Forum: Developers corner
Topic: [Solved] Bug with parametric constraint deletion in sketcher
Replies: 5
Views: 959

Re: Bug with parametric constraint deletion in sketcher

Hi, Thanks for the fix. I confirm it's working for me ! By the way, sorry I did not create the ticket, but I'm not able to log into the Mantis. I posted a topic about this problem but got no response for the moment ( https://forum.freecadweb.org/viewtopic.php?f=10&t=25554 ). It turned out that ...
by eivindkvedalen
Tue Nov 28, 2017 7:41 pm
Forum: Part Design module development
Topic: got a mess with hole+polarpattern
Replies: 2
Views: 1054

Re: got a mess with hole+polarpattern

GlouGlou wrote: Sun Nov 26, 2017 11:59 am It's unable to make a polarpattern on any axis. See my file. Where i made a mistake? bug or not?
Seems to be a bug. Please open a ticket for it, so we don't lose track of it.

Eivind
by eivindkvedalen
Tue Nov 28, 2017 7:37 pm
Forum: Developers corner
Topic: [Solved] Bug with parametric constraint deletion in sketcher
Replies: 5
Views: 959

Re: Bug with parametric constraint deletion in sketcher

This is supposed to be fixed in latest master now.

Eivind
by eivindkvedalen
Tue Nov 28, 2017 6:56 pm
Forum: Developers corner
Topic: 0.17 Bug : Crash when assigning value from SpreadSheet
Replies: 7
Views: 1071

Re: 0.17 Bug : Crash when assigning value from SpreadSheet

I have filed a critical bug (#0003273) ... No crash in: OS: Ubuntu 17.04 Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.17.12671 (Git) Build type: Debug Branch: master Hash: 3e921cbda50264f69fe7b7d27f5917bd05deab42 Python version: 2.7.13 Qt version: 4.8.7 Coin version: 4.0.0a OCC v...
by eivindkvedalen
Tue Nov 28, 2017 6:00 am
Forum: Developers corner
Topic: [Solved by PR 1053] Error with angles in formulas
Replies: 48
Views: 6561

Re: Error with angles in formulas

On second thought, I think we should proceed with the PR as is. In my opinion, it is more important at the moment to get correct behaviour than to optimize for speed or size. We can deal with these things later, if we need to.

Eivind
by eivindkvedalen
Tue Nov 28, 2017 5:58 am
Forum: Open discussion
Topic: [Solved] Use of unit to set attributes of some parts
Replies: 8
Views: 1492

Re: USe of unit to set attributes of some parts

There is a problem with the angle of torus, but I believe also with other parts. Setting one angle of a part with a formula (The torus in my example) with a formula requires value with no unit instead of an angle. See the screenshots that illustrate that. ... This is a bug. The types seem to be cor...
by eivindkvedalen
Mon Nov 27, 2017 8:25 pm
Forum: Help on using FreeCAD
Topic: best workflow for creating a bolted frame assembly?
Replies: 4
Views: 726

Re: best workflow for creating a bolted frame assembly?

... Also, if you define values using a spreadsheet, all the values are assumed to be in mm, regardless of the units you have set for the document. If you assign units to a cell (by right-clicking cell -> properties -> Display Unit), it will show the value of that cell when converted to the unit you...
by eivindkvedalen
Sat Nov 25, 2017 8:39 am
Forum: Developers corner
Topic: [Solved by PR 1053] Error with angles in formulas
Replies: 48
Views: 6561

Re: Error with angles in formulas

That is done. The commit is applied on the latest FreeCAD master. 10/24/2017 00:00 UTC. Tests are run OK. I think we should either apply this PR as is, or come up with an alternate solution. The current behaviour is not good, especially when used with expressions. My only concern with this PR is th...