Create a Point ++ Module (accept multiple data types)

I have had to get a little creative to make this work. I use this a lot!

Is there a better way to do derive this functionality

Create a point 001.gh (9.2 KB)

It seems this would do the same as in your cluster…


Create a point 001_re.gh (13.6 KB)

Right, but this is a generic module - EACH input must be able to handle a float/Int/Pt variable

e


Create a point 001_rev2.gh (20.1 KB)