Cut a mesh with another mesh

Hello everyone!

I am learning Grasshopper, so apologies if this is an obvious question.

I have a pair of meshes. I want to cut one mesh with the other, but I cannot find any operator that does something similar to what I want to do.

This is an example of what I am trying to do. I would like to cut the red mesh with the green mesh (a sphere), the cut can have 2 components, what is inside the sphere and what is outside.

Thank you!

You can use Mesh Split component.

That was exactly what I was looking for. Thanks a lot!