meshmash / Plankton

A C# half-edge mesh data structure, and components for using this in Grasshopper/Rhino
http://meshmash.github.io/Plankton
GNU Lesser General Public License v3.0
216 stars 66 forks source link

Plankton user object set #26

Closed harrilewis closed 7 years ago

harrilewis commented 9 years ago

I'm finally looking to jump into Plankton properly. To learn the library and create something useful I am going to work on a set of user objects for simple often used processes.

Any requests welcome!

pearswj commented 9 years ago

You've already identified a handy one in #16. The tricky bit in this is how to do the vertex merging FAST.

What about wrapping the some conway operators? I'm about to drop #25 and come to think of it you could review #22 :smile: