Using additional outputs from Rhinocommon methods (Python)

How can I use the additional outputs from Rhinocommon methods. For example:

I would have something like this, but how can I reference the rest of the outputs (nakedEdgePoints and so on):

from Rhino.Geometry.Brep import CreateBooleanUnion
union_brep = CreateBooleanUnion(breps,tol,True)

Hi @javier.vinuales.nava,

This works in Rhino 8.

test_booleanunion.py (1.5 KB)

– Dale

Thanks a lot!

What is the clr library? and what is a StrongBox?

https://stackoverflow.com/questions/30359912/python-to-c-sharp-stongboxsingle

1 Like