Search found 2190 matches

by realthunder
Tue Nov 01, 2022 4:04 am
Forum: Toponaming forum
Topic: [tracker] bugs in the toponaming branch
Replies: 18
Views: 9180

Re: [tracker] bugs in the toponaming branch

drmacro wrote: Sat Oct 29, 2022 11:39 am It was suggested to mention this Part TNP discussion: https://forum.freecadweb.org/viewtopic. ... 91#p636291
PR submitted here
by realthunder
Fri Oct 28, 2022 11:37 pm
Forum: Assembly
Topic: Assembly3: Solver speed debug
Replies: 10
Views: 2360

Re: Assembly3: Solver speed debug

Is it possible to share your file so that I can test?
by realthunder
Fri Oct 28, 2022 9:55 am
Forum: Toponaming forum
Topic: Link Branch Release rendering speed deterioration
Replies: 4
Views: 1343

Re: Link Branch Release rendering speed deterioration

60fps is probably your monitor refreshing rate. Since we lock the draw refresh to vsync, that's the best you can get, so reducing draw calls won't help here. You'll see difference with big complex models (note, model with many small parts). The 'Auto' uses legacy OpenGL display list for caching impl...
by realthunder
Fri Oct 28, 2022 8:44 am
Forum: Toponaming forum
Topic: Link Branch Release rendering speed deterioration
Replies: 4
Views: 1343

Re: Link Branch Release rendering speed deterioration

It looks like you are not using the 'Experiemental' render caching? On my computer using 'Auto' caching, your model can run at about 35fps, while 'Experiemental' can be twice as fast or faster as it is limited by the monitor refreshing rate. There is some kind of warming up effect, only slightly tho...
by realthunder
Thu Oct 27, 2022 10:16 pm
Forum: Toponaming forum
Topic: Sketch_MakeInternals and toponaming
Replies: 5
Views: 1480

Re: Sketch_MakeInternals and toponaming

To minimize uncertainty, please recreate the Pad/Pocket, because there is a bug that I just fixed that may cause the reference to sketch internal geometry got lost in tracking of its name change.
by realthunder
Thu Oct 27, 2022 1:53 pm
Forum: Toponaming forum
Topic: Sketch_MakeInternals and toponaming
Replies: 5
Views: 1480

Re: Sketch_MakeInternals and toponaming

I have just pushed a few commits to fix this problem. Please sync the try.
by realthunder
Sun Oct 23, 2022 5:10 am
Forum: Toponaming forum
Topic: [Ongoing] Testing Toponaming in upstream FreeCAD
Replies: 65
Views: 176017

Re: [Ongoing] Testing Toponaming in upstream FreeCAD

Greetings, Is there an updated status on the progress of the final PR adding the Part Design integration? It's been quite some time and I've been waiting for this before testing as it's a significant part of my primary work flow. Regards, Joe The team agree to make formal release for the toponaming...
by realthunder
Sun Oct 23, 2022 5:08 am
Forum: Toponaming forum
Topic: [Ongoing] Testing Toponaming in upstream FreeCAD
Replies: 65
Views: 176017

Re: [Ongoing] Testing Toponaming in upstream FreeCAD

mfro wrote: Sun Oct 02, 2022 11:58 am Found the "Sketcher_SwapGeometryID" function in the Toponaming branch.

What does it do and why would I use it?
It lets you swap the internal names of the geometries, in order to reduce chance of model breaking in later steps. See this post for and example.
by realthunder
Tue Oct 11, 2022 12:12 am
Forum: Developers corner
Topic: Topological Naming, My Take
Replies: 204
Views: 91607

Re: Topological Naming, My Take

this doesn't look like the behavior I was proposing. The indexed name of a shape element is mostly controlled by OCC. It is still so with my topo naming algorithm. If I were to override this indexed naming scheme, there would have required a much larger change set, and most likely broken many exist...
by realthunder
Sat Oct 08, 2022 11:28 pm
Forum: Developers corner
Topic: Topological Naming, My Take
Replies: 204
Views: 91607

Re: Topological Naming, My Take

From the screenshot I may see that face index is equal to 5 when fillet is activated and is equal to 6 when it is suppressed. But the Opencascade Class "BRepFilletAPI_MakeFillet" provides the following methodes: virtual const TopTools_ListOfShape & Generated (const TopoDS_Shape &E...