How do I reference meshes in Rhino Python for a boolean difference operation?
I have 2 meshes and I can manually perform a boolean difference on the 2 in the GUI, which yields the desired result. Now I like to perform that exact same operation on the very same data in a Python script: