RhinoCommon Mesh/Curve intersection?

I couldn’t find a mesh-curve intersector, am I missing something? I only see mesh-polyline. Does that mean I need to convert my curve(s) to polyline(s) to check mesh intersections?

GH has a mesh-curve intersection component - what is it using as a method?
image

Thx, --Mitch

I think that component also first converts internally to polyline, then uses the MeshPolyline you already found.

OK, I figured as much, thanks!