Search found 626 matches

by aapo
Mon May 08, 2023 11:26 am
Forum: Open discussion
Topic: Shipped Modules with FreeCAD
Replies: 59
Views: 23624

Re: Shipped Modules with FreeCAD

because it's not useful for everybody. What I use all the time are the fasteners from the fasteners workbench, which I suspect are used by much more people than the openscad things, and yet it's an external WB. And there is no problem with that, it's the very purpose of a modular design. I think wh...
by aapo
Tue Apr 11, 2023 11:45 am
Forum: TechDraw
Topic: Changing How Dimension Text is Positioned
Replies: 20
Views: 3612

Re: Changing How Dimension Text is Positioned

wandererfan wrote: Sun Apr 02, 2023 4:40 pm Any thoughts?
My thought: Yes, please! :D
by aapo
Mon Mar 27, 2023 6:27 pm
Forum: Open discussion
Topic: [Please Vote] FPA Logo
Replies: 77
Views: 12659

Re: [Please Vote] FPA Logo

C
by aapo
Mon Mar 27, 2023 9:42 am
Forum: Developers corner
Topic: [announcement] first version of Toponaming is ready for testing
Replies: 82
Views: 52504

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

The 1st phase of the realthunder's Toponaming algorithm appears now to be completed under the guidance of Ondsel's new developer John Dupuy (JohnAD in GitHub). So, the next phases should start to add code that are actually activated and are going to change how FreeCAD behaves (but still not full TNP...
by aapo
Sun Mar 26, 2023 4:09 pm
Forum: TechDraw
Topic: Dimension Reference Error Detection and Correction
Replies: 32
Views: 4421

Re: Dimension Reference Error Detection and Correction

Prior to this 7830 being resolved, it was necessary to connect the 3d reference geometry to the corresponding 2d geometry using LinkDimension. Now, the 3d reference geometry is projected directly onto the view. This eliminates one source of mismatches. Ah, I see, so there's already a new independen...
by aapo
Sat Mar 25, 2023 11:39 pm
Forum: TechDraw
Topic: Dimension Reference Error Detection and Correction
Replies: 32
Views: 4421

Re: Dimension Reference Error Detection and Correction

The error detection and correction algo works for 3d dimensions also. It doesn't know about projection or hidden lines. It just compares the current referenced shape with the saved copy. But doesn't the axonometric system depend on the 3D model for the correct distances? If the 3D model changes, th...
by aapo
Sat Mar 25, 2023 5:41 pm
Forum: TechDraw
Topic: Dimension Reference Error Detection and Correction
Replies: 32
Views: 4421

Re: Dimension Reference Error Detection and Correction

The other gif shows incorrect operations for the redefinition (link to the model) of the dimension in axonometric using different procedures. :( Yes, WandererFan's algorithm for TNP mitigation concerns only 2D geometry, which is flattened from 3D model -> 2D drawing by OCCT routines. Because axonom...
by aapo
Fri Mar 24, 2023 5:22 pm
Forum: Open discussion
Topic: The need for a default assembly workbench
Replies: 244
Views: 52845

Re: The need for a default assembly workbench

If this looks like Assembly4 features then you're right. It is all I know, but 90% happy with it. If someone familiar with A2P and ASM3 could make a similar list then we would have a way to make comparisons and contrasts of essential features. I also use exclusively Asm4 for assemblies; as you said...
by aapo
Fri Mar 24, 2023 7:28 am
Forum: TechDraw
Topic: Dimension Reference Error Detection and Correction
Replies: 32
Views: 4421

Re: Dimension Reference Error Detection and Correction

Those wanting to test the 1st phase changes without compilation, you'll be able to find the test versions from weekly-builds, where the currently most recent versions (32457) contain this TechDraw TNP mitigation 1st phase code. It's already pretty great, if you e.g. add holes into your model (see gi...
by aapo
Thu Mar 23, 2023 12:48 pm
Forum: TechDraw
Topic: Dimension Reference Error Detection and Correction
Replies: 32
Views: 4421

Re: Dimension Reference Error Detection and Correction

Big thanks for coding the error correction system! This newly merged feature, and especially the further improvements currently under development are going to make maintaining TD drawings much much easier in the future. Of course, there'll still be room for improvement, but this is already going to ...