Search found 658 matches

by logari81
Sat Apr 19, 2014 8:34 pm
Forum: Open discussion
Topic: Sketcher destroys topology
Replies: 13
Views: 4813

Re: Sketcher destroys topology

ulrich1a wrote:The solver replaced the 180° angle constraint with a parallel constraint.
I can't imagine how such behavior could be possible. I don't think that this can happen unless there are changes in the sketcher during the last year that I am not aware of.
by logari81
Mon Apr 14, 2014 5:31 pm
Forum: Help on using FreeCAD
Topic: Reorient sketch loses constraints
Replies: 15
Views: 33513

Re: Reorient sketch loses constraints

yes, your diagnosis seems right to me, good catch.
by logari81
Mon Apr 14, 2014 4:20 pm
Forum: Help on using FreeCAD
Topic: Reorient sketch loses constraints
Replies: 15
Views: 33513

Re: Reorient sketch loses constraints

If all constraints disappear (also those not involving external geometries) then this is a bug. They are not actually deleted, they are just hidden/disabled. This was a quirk for solving some issues with undoing/redoing. As far as I remember, the constraints list in a geometry is aware of the geomet...
by logari81
Tue Mar 11, 2014 5:38 pm
Forum: Assembly
Topic: Problem with sketches in experimental Assembly module
Replies: 6
Views: 3794

Re: Problem with sketches in experimental Assembly module

This is the problem that I assumed. Actually we had discussed about the positioning question like 2 years ago. Unfortunately we didn't come with a concrete common strategy about how to deal with the placement property. So that each of us had a different opinion/strategy in his mind. Myself, I used t...
by logari81
Mon Mar 10, 2014 5:15 pm
Forum: Assembly
Topic: Problem with sketches in experimental Assembly module
Replies: 6
Views: 3794

Re: Problem with sketches in experimental Assembly module

could someone post a screenshot showing the problem please.
by logari81
Fri Feb 21, 2014 3:25 pm
Forum: Developers corner
Topic: Exception handling
Replies: 102
Views: 27780

Re: Exception handling

this turned into a very interesting discussion that I am learning a lot from and the test code is also very useful. I just have a comment to the philosophical part of it: In the MS/Windows development style the developer/company has the responsibility/freedom to compile and package all components an...
by logari81
Thu Feb 20, 2014 7:24 pm
Forum: Developers corner
Topic: StdCmdDelete and document recompute
Replies: 7
Views: 2159

Re: StdCmdDelete and document recompute

no, I understood what you said the first time. I mean also after doing further operations, still I cannot see any empty transactions in between in the undo list. What I do to test it is : delete a geometry A add another geometry B undo once (removes geometry B) undo again (adds the deleted geometry A)
by logari81
Thu Feb 20, 2014 7:02 pm
Forum: Developers corner
Topic: StdCmdDelete and document recompute
Replies: 7
Views: 2159

Re: StdCmdDelete and document recompute

hm I cannot confirm this, it works fine with closing the transaction twice. No redundant transaction is included in the undo list.
by logari81
Thu Feb 20, 2014 6:43 am
Forum: Developers corner
Topic: Exception handling
Replies: 102
Views: 27780

Re: FCGear: a gear generator using Bezier curves

I have been fighting Windows bugs for most of December, and wow, I've seen the dark side of Windows development with regards to working outside Microsoft's preferred tool set. sorry triplus, this is a different case, Thomas from OpenShot refers to developping in Windows with MinGW, not with VS. Jür...
by logari81
Wed Feb 19, 2014 10:50 pm
Forum: Developers corner
Topic: StdCmdDelete and document recompute
Replies: 7
Views: 2159

Re: StdCmdDelete and document recompute

ok, I just tried to just close the transaction twice, which fits better my case and it works. So I don't need to change anything in a very central command like StdCmdDelete.