Search found 2190 matches

by realthunder
Sat Oct 08, 2022 6:58 am
Forum: Developers corner
Topic: Topological Naming, My Take
Replies: 204
Views: 93432

Re: Topological Naming, My Take

while restoring the old placement on error brings linkdaily back in parity with master branch it would be nice if the attachment itself used the toponaming algorithm, from my example using fillet/chamfer on the face it is clear that the algorithm is capable of finding the correct face after it brea...
by realthunder
Sat Oct 08, 2022 2:30 am
Forum: Developers corner
Topic: Topological Naming, My Take
Replies: 204
Views: 93432

Re: Topological Naming, My Take

chennes wrote: Fri Oct 07, 2022 5:07 pm @realthunder -- in ComplexGeoData, why did you decide to use QVector for ElementIDRefs? (I ask just because it's the lone Qt inclusion in that class).
For the implicit sharing feature, same reason I use QByteArray in StringID and stuff.
by realthunder
Thu Oct 06, 2022 1:34 pm
Forum: Developers corner
Topic: Topological Naming, My Take
Replies: 204
Views: 93432

Re: Topological Naming, My Take

if too many chain-elements inbetween are deleted Too many ? We're talking about 3 simple consecutive PartDesign fonctions where 1 is deleted in the middle, and which doesn't pose any problems in FreeCAD 0.20 So i think it's quite normal that a manually reatachment of any orhphaned leaves/twigs migh...
by realthunder
Thu Sep 22, 2022 2:00 pm
Forum: Toponaming forum
Topic: [Ongoing] Testing Toponaming in upstream FreeCAD
Replies: 65
Views: 190796

Re: [Ongoing] Testing Toponaming in upstream FreeCAD

PR submitted for the taper angle problem. The topo naming enabled algorithm is what originally implemented before the upstream version. I choose to retain it because it problem extra function like independent outer and inner tapper angles (for holes). The PR fixed the backward compatibility by addi...
by realthunder
Sun Sep 04, 2022 6:58 am
Forum: Open discussion
Topic: Which issues will start to arrive with the splitting of complexity?
Replies: 60
Views: 5901

Re: Which issues will start to arrive with the splitting of complexity?

@realthunder: one question, does your TNP solution also take care of the number of solid on multisolids? I thinks so, since your branch allows multsolids. Short answer, no. With the current implementation, the new names are generated for three primitive element type, vertex, edge, and face. There i...
by realthunder
Sun Sep 04, 2022 6:37 am
Forum: Toponaming forum
Topic: development/toponaming branch fails to build on Debian 11
Replies: 5
Views: 1338

Re: development/toponaming branch fails to build on Debian 11

Can you please manually apply the patch here, and try again.
by realthunder
Mon Jul 25, 2022 12:56 pm
Forum: Help on using FreeCAD
Topic: Issue #7245 - Draw Style have some problems with External file Parts`s Link objects
Replies: 18
Views: 2840

Re: Draw Style have some problems with External file Parts`s Link objects

xsuper9988 wrote: Mon Jul 25, 2022 12:40 pm Does this method give the project(DrawStyle_LinkProject.png) full perspective?
Thank you very much for your help and reply
It is as if you manually set the same draw style (e.g. wireframe) for both document, and you'll get the correct visual.
by realthunder
Mon Jul 25, 2022 12:47 pm
Forum: Developers corner
Topic: toponaming solution for sketches
Replies: 24
Views: 4170

Re: toponaming solution for sketches

The TNaming interface has been investigated by others. And in fact, around the same time I was developing my solution, there is another forum member ezzieyguywuf was giving another look at TNaming. See this thread. To complete the picture, this is the thread about my implementation. If any of you ar...
by realthunder
Mon Jul 25, 2022 12:00 pm
Forum: Help on using FreeCAD
Topic: Issue #7245 - Draw Style have some problems with External file Parts`s Link objects
Replies: 18
Views: 2840

Re: Draw Style have some problems with External file Parts`s Link objects

The reason is because the draw style is a per view setting. Since the external linked object lives in another document with a view of different draw style, it is displayed differently. I do have a solution implemented in my branch, but it is not trivial to split it out, and I am quite busy right now...
by realthunder
Sat Jul 23, 2022 1:39 am
Forum: Toponaming forum
Topic: Seems problem (pb!) with boolean fonctions integrated in PartDesign LinkBranch
Replies: 24
Views: 6633

Re: Seems problem (pb!) with boolean fonctions integrated in PartDesign LinkBranch

I have simplify the project to show OCC geometry size problem. The project can be opened in upstream master. This tiny file will explode when you make a fillet for the edge shown in the picture below. The three modified faces are all around 45MiB each. We can export that fillet shape as STEP file a...