Mesh from a Brep

I need to generate a triangle mesh.
The code used to create a mesh from a Brep is

Mesh Meshes = Mesh.CreateFromBrep( brep, meshingParameters);

The meshes have quads that I do not want , but I see no

meshingParameters.m_face_type like the flag in the openNurbs parameters to choose between
quads, triangles or mixed

Mesh.ConvertQuadsToTriangles() is avaiable in OpenNurbs but I do not see the inteface in RhinoCommon

Question is : How do I get a triangle mesh ?

Ok forget this, I have found the routine

ConvertQuadsToTriangles() in the FaceList

tnks
gerry

sorry I forgot to say using RhinoCommon in C#