topological identification of vertexes on a part

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
User avatar
microelly2
Veteran
Posts: 4688
Joined: Tue Nov 12, 2013 4:06 pm
Contact:

Re: topological identification of vertexes on a part

Post by microelly2 »

freecad-heini-1 wrote: Wed Nov 01, 2017 11:08 am Further information concerning topological naming:
Thank you for this colletion, will bew useful when I get my algorithm stable ;)
lambda
Posts: 91
Joined: Sat Feb 25, 2017 3:10 pm
Contact:

Re: topological identification of vertexes on a part

Post by lambda »

@microelly2 it seems the forum ate a (rather lenghty) reply from me. In short: I will test you code when I have time.

I hope to rewrite my post eventually.
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: topological identification of vertexes on a part

Post by triplus »

I just read this article:

http://www.sciencedirect.com/science/ar ... 00117#bib1

What i like about it is it gives a nice and clear overview. And it doesn't just focus on the proposed solution.
User avatar
saso
Veteran
Posts: 1924
Joined: Fri May 16, 2014 1:14 pm
Contact:

Re: topological identification of vertexes on a part

Post by saso »

I find it good to research different possibilities to solve this, however as I understand this is probably still the primary implementation of it that we have for now:

https://docs.google.com/document/d/1-d2 ... 2R9Ug/edit
https://github.com/ickby/FreeCAD_sf_master/tree/Naming
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: topological identification of vertexes on a part

Post by triplus »

Options.jpg
Options.jpg (47.41 KiB) Viewed 1093 times
I sincerely doubt current implementation doesn't have anything to do with one of this (or hybrid). Or there could be more to it and the graph isn't as complete as it could be. Therefore saying there is a better strategy compared to researching just isn't going to fly. ;)

P.S. Image courtesy from the link above.
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: topological identification of vertexes on a part

Post by triplus »

Compare.jpg
Compare.jpg (80.53 KiB) Viewed 1087 times
Looking at this table. It would be nice if our proposed solution could be placed in it. That is where do we stand with PID. Will it be Topology or Geometry based or hybrid. Is it heavily based on one of the existing methods (highly likely)? If yes/no what are the key points, advantages and disadvantages of the selected method we will use? I wouldn't mind if such answers could be provided at some point in the future. To remove the ambiguity involved to some extent (not only from the topology point of view). ;)
User avatar
microelly2
Veteran
Posts: 4688
Joined: Tue Nov 12, 2013 4:06 pm
Contact:

Re: topological identification of vertexes on a part

Post by microelly2 »

wow, a lot to read for tomorrow :shock:

I have improved my methods today a little bit

here the result

phpBB [video]


I want to look for a good topological match. When I have 5 good points pairs identified
than I can calculate from one part to the other using the coordinate system.
but I think topology is the most important thing:
Look at the crash test of a car: the only thing which will be invariant is the topology of some subparts. :lol:

the scripts and model is all in my nurbs wb.
Post Reply