Curve ProjectToBrep in C++?

Hi,

Is Curve ProjectToBrep exposed in C++? I find this method only in rhinocommon:
https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Geometry_Curve_ProjectToBrep.htm

Pablo

Ahh, found it! RhinoProjectCurvesToBreps().

Pablo