This script also was created because of my coffee table idea. After creating and flattening all of the necessary sections, I still need to add notches to each of them in order for the entire thing to fit together. I did the math, and it came out to over 900 individual notches that needed to be made. Also, the notches would have to change in thickness every time I wanted to use material of different thickness. Instead of going through that painful process, I wrote this script which did it all for me. It will correctly place however many notches are necessary at whatever thickness you specify. It even has an option to notch either to top half or the bottom half.

Rodrigo Medina
excelnt tool i was trying to make this part of the process using grasshopper this works much better thanks for publishing keep it up!!
Oct 13, 2008 @ 11:10 am
feYerwerks
How would I go about using this scrip, sorry its my first time.
Feb 04, 2011 @ 12:42 am
admin
In Rhino go to Tools then select Rhinoscript > Edit…
A window will pop up where you can paste the script. You run it by pressing the arrow button on the top right or selecting Tools>Run.
Feb 07, 2011 @ 10:45 pm
alex
im a beginner at this and when i try to run the script after selecting my surfaces for notches, it appears an error: Type mismatch: ‘UBound’ on Line 42… what do i need to do to fix this? thanks heaps
Sep 21, 2011 @ 12:06 am
Luis
The script works with planar curves, not surfaces. Try duplicating the the edges of the surfaces as curves, joining and then running the script on those.
Sep 21, 2011 @ 5:21 am