Search found 625 matches

by aapo
Fri Mar 17, 2023 8:59 pm
Forum: Open discussion
Topic: Removing Image wb
Replies: 67
Views: 6490

Re: Removing Image wb

Do we even need it as a separate tool in the tools menu? I was thinking the user would do File->import and select an image. The image would automatically be placed on a plane. Ooh, that's a nice idea! :D Then after opening the file, the toolbox/dialog/whatever could pop up and you'd be able to inpu...
by aapo
Fri Mar 17, 2023 7:00 pm
Forum: TechDraw
Topic: Dimension Reference Corruption
Replies: 12
Views: 1648

Re: Dimension Reference Corruption

I am also very excited by this new feature, and have tested it a little. So far, it seems to work as advertised, and it has a graceful fallback. E.g., if I make a dimension for the fillet height, and remove the fillet afterwards, it seems that all the other dimensions are transformed back into the c...
by aapo
Fri Mar 17, 2023 5:41 pm
Forum: TechDraw
Topic: [FIXED] TechDraw Detail View circle cropping does not work
Replies: 4
Views: 761

Re: [BUG?] TechDraw Detail View circle cropping does not work

Should be better after e3dcb24ebe Thanks! Confirmed fixed on Linux! :D I think it should work on Windows, too, although I couldn't test on Windows, because the weekly snapshots have not been updated for a while, and I can't compile on Windows. 20230317 TD-DetailCircleCroppingBug-pic02.png OS: Debia...
by aapo
Fri Mar 17, 2023 4:34 pm
Forum: Developers corner
Topic: GD&T Workbench for FreeCAD
Replies: 124
Views: 44626

Re: GD&T Workbench for FreeCAD

Ok thanks for these answers. As the recovery of the face on which the Feature is attached is done with the instruction : FreeCADGui.Selection.getSelectionEx() How to recover the corresponding reference from the function to the body ? And is it really necessar, knowing that if the surfaces are modif...
by aapo
Fri Mar 17, 2023 3:52 pm
Forum: Developers corner
Topic: GD&T Workbench for FreeCAD
Replies: 124
Views: 44626

Re: GD&T Workbench for FreeCAD

It is only a warning. You reference elements (face, lines, vertex) from features (in that case probably Pocket001), not the whole Body, outside the Body. This means when you add a feature to the Body (for example a fillet), it will not be considered. It still references to the not last visible feat...
by aapo
Wed Mar 15, 2023 1:42 pm
Forum: TechDraw
Topic: Dimension Reference Corruption
Replies: 12
Views: 1648

Re: Dimension Reference Corruption

There will be a proof of concept for 8878 available in the next day or two. I will be asking for testing help. The general approach of the proof of concept is outlined in the issue. Feedback is welcome. Thanks. I read your proposal, and it sounds wonderful to me! I've also thought about implementin...
by aapo
Wed Mar 15, 2023 8:43 am
Forum: Developers corner
Topic: [announcement] first version of Toponaming is ready for testing
Replies: 82
Views: 52243

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

I feel that it'd be helpful to post here the Good News for those who don't follow the GitHub process very closely. Today, I noticed that the first actual Toponaming commits have actually landed into the FreeCAD master! So it's not just a separate toponaming branch any more, great! https://github.com...
by aapo
Sat Mar 11, 2023 8:52 am
Forum: TechDraw
Topic: [FIXED] TechDraw Detail View circle cropping does not work
Replies: 4
Views: 761

Re: [BUG?] TechDraw Detail View circle cropping does not work

I haven't looked into this yet, but is this due to line widths? Can you try your file with a really thin line? That's what I first thought, but as you can see from the screenshot the arcs don't have the same radius, i.e. the Detail View circle is radius 5.00 mm and the offending geometry is radius ...
by aapo
Fri Mar 10, 2023 1:15 pm
Forum: TechDraw
Topic: [FIXED] TechDraw Detail View circle cropping does not work
Replies: 4
Views: 761

[FIXED] TechDraw Detail View circle cropping does not work

Hi! I noticed that the TechDraw Detail View circle cropping does not work any more with the newest TD version, so I think there is a regression with this functionality. The Detail View is supposed to draw a circle around the Detail View and crop everything outside the perimeter of this circle, howev...
by aapo
Fri Feb 24, 2023 11:16 am
Forum: Developers corner
Topic: Multibody parametric drawings, some early work
Replies: 12
Views: 2744

Re: Multibody parametric drawings, some early work

@aapo Edited my original post and attached the scripts. Truly don't know if they'll be usable. Thank you very much! It's surprisingly straightforward proof-of-concept, I mean there's not too much code for what it can already do. I guess that's just a good thing when trying to understand the mechani...