Python Script stops working on V5

Hi,
I have a great Python script created by @emilio that’s giving me trouble sometimes while using it on rhino 5.14.522.8390.
The script creates the intersection of surfaces using the untrimmed version of what you select.
This is extremely useful sometimes.
For a reason I don’t know, the script stops working and I can’t recognize what cause the problem.
But If I copy the surfaces to V6 and use the same button that calls the scrip or run it it works.

Is there anything I can do to prevent this problem?

Untrimmed_Intersection.py (765 Bytes) https://global.discourse-cdn.com/mcneel/uploads/default/original/3X/a/4/a47da5ab3c189934dc0b2d3a3b7692b757f356a5.mp4

Hi Joaquin

I cannot try the script on Rhino 5, sorry …
But here is a modified script that should show an error message if something goes wrong.
The message should say where the problem is.
Then … hopefully … I might try to do something to make it work :slight_smile: .

HTH
Regards

Untrimmed_Intersection_2.py (1.2 KB)

2 Likes

Thanks a lot Emilio, I’ll let you know how it works, at the moment I had no problems.

Regards