RhinoCommon Mesh and Curve intersection

I saw Mesh|Curve in grasshopper. That means we can find the intersection between nurbsCurve and mesh too. (Currently in RhinoCommon, we only have intersection of MeshLine and MeshPolyline). Is it possible to create Mesh|Curve from RhinoCommon? Will this method be available in RhinoCommon too?

HI @Nguyen_Minh_Chau,

The component you reference converts the curve to a polyline, using Curve.ToPolyline and then passes the results to Intersection.MeshPolyline.

ā€“ Dale