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)