Search found 617 matches

by aapo
Tue Apr 09, 2024 10:01 pm
Forum: Assembly
Topic: Assembly 4 HoleAxis broken in 36438
Replies: 3
Views: 599

Re: Assembly 4 HoleAxis broken in 36438

I only tried this newer version starting today, so I may have missed something on the forum somewhere. Is this part of a bigger problem? Hello! It's actually a part of a bigger problem in the core FreeCAD, issue 11958: https://forum.freecad.org/viewtopic.php?p=746529#p746529 . There is not (yet) a ...
by aapo
Tue Apr 09, 2024 12:20 pm
Forum: Assembly
Topic: Who can help if not Zolko
Replies: 56
Views: 6505

Re: Who can help if not Zolko

I suppose this statement is incorrect and should read „ This version of Assembly4 is not compatible with FreeCAD version you are running ” Not true, I think the warning in Asm4 is exactly correct. Generally, what you say might be true, but in this case the 0.22dev has introduced certain rather irri...
by aapo
Tue Mar 26, 2024 8:08 am
Forum: TechDraw
Topic: Github Issue re ClipGroup
Replies: 9
Views: 682

Re: Github Issue re ClipGroup

Now that I'm reading that @wandererfan, I wonder if ClipGroup are actually of any use. Maybe I have fixed something that actually needs to be removed altogether. Can power users of techdraw weight in to explain the usecases (if any) of the clip group? Or if this tool should be deprecated. Hi, I cur...
by aapo
Wed Mar 20, 2024 12:40 pm
Forum: TechDraw
Topic: Drawing of Assembly "Exploded Views"
Replies: 8
Views: 884

Re: Drawing of Assembly "Exploded Views"

@aapo You are correct it would be better to have minimal impact on techdraw and encapsulate as much as possible in the exploded view object. Now the question is, is it doable. As exploded views are App::FeaturePython we are still going to need to handle them specifically in shapeExtractor. But at l...
by aapo
Wed Mar 20, 2024 7:37 am
Forum: TechDraw
Topic: Drawing of Assembly "Exploded Views"
Replies: 8
Views: 884

Re: Drawing of Assembly "Exploded Views"

@wandererfan what do you think would be the best way? Is it acceptable that techdraw has Assembly as dependency? (the above snippet is simplified and in fact needs a few utils function from assembly). I was thinking that perhaps when the user creates a view with the normal tool, we could detect tha...
by aapo
Fri Mar 15, 2024 1:51 pm
Forum: Assembly
Topic: Who can help if not Zolko
Replies: 56
Views: 6505

Re: Who can help if not Zolko

We are surprised about the attitude in a forum about free software that we must not discuss such a dramatic decision. It was always said, that Free in FreeCAD means more than free beer. Is this still the case? Was it really necessary to play such a power game between the developers and Zolko? Of co...
by aapo
Wed Mar 13, 2024 2:44 pm
Forum: TechDraw
Topic: Issue #5694 Broken View
Replies: 29
Views: 2609

Re: Issue #5694 Broken View

This would work for a single break, but when there are multiple breaks on the same shape, each break affects the positions of all the other breaks - a sort of circular dependency. I would think that each break should have their own Sketch in the 3D model (so strictly one break per one sketch, but p...
by aapo
Wed Mar 13, 2024 12:43 pm
Forum: TechDraw
Topic: Issue #5694 Broken View
Replies: 29
Views: 2609

Re: Issue #5694 Broken View

Suggestion: You could use the actual geometry in the Sketch for making the break line shape. That way, if the user would make the (nicely shaped) break lines for each cut, you'd be able to use the user-made break lines for both the slicing operation and the actual break line drawing by re-using the ...
by aapo
Tue Mar 12, 2024 10:54 am
Forum: Assembly
Topic: ASM4 - Yankee_Differential_Cardan - Progress
Replies: 76
Views: 22990

Re: ASM4 - Yankee_Differential_Cardan - Progress

This is annoyingly similar to what has happened to sketches in links: https://github.com/FreeCAD/FreeCAD/issues/11958 which has yet to be addressed. Indeed, and I think the problem with the Sketches is actually in the PartDesign GUI part of the Sketch handling, so the same problem may very well aff...
by aapo
Thu Feb 15, 2024 10:16 am
Forum: Developers corner
Topic: [announcement] first version of Toponaming is ready for testing
Replies: 82
Views: 52051

Re: [announcement] first version of Toponaming is ready for testing

It now seems to me that the Toponaming merge phase 2 has been completed, and there has been a lot of toponaming work merged to the main branch lately. It seems to me that currently the Toponaming is very active and there's a lot happening at the moment. I don't know for sure, but I'd expect that the...