Methods of simplfiy geometry

   1937   0   0
User Avatar
Member
153 posts
Joined: June 2010
Offline
I`m looking for better methods to simplify this organic shape like this example i made.
New Ideas are very welcome !

Extra:

I`m looking for away to code this simple algorithm in Houdini :
or even use the “for each” node…

Group B Append point0 from Group A.
Delete Point 0 from Group A
N=number of point in group A

for C in (1 to N):
“point”= (point in groupA that have the smallest distance from the last object in groupB)
append the “point” to group B.
point number of this “point” in group B will be C
delete “point” from group A



you can see where it can be handy in my project file and many other to come.
if there is already node that can do it easily :-) i will happy to know about it.

J.

Attachments:
simplfiy_geometry.hipnc (292.3 KB)

  • Quick Links