One mesh is created for each Brep face, not one mesh for the whole object. Is this supposed to work this way? Do I always have to join the individual mesh parts? Or is there a parameter I missed in Rhino.Geometry.MeshingParameters that will join the meshes into one?
Yeah, I was afraid of that. Unfortunately, joining (appending) all the pieces does not always result in a closed mesh from a closed polysurface (imperative for my application), whereas using something like the Mesh command does (with the same part).
Also I am finding it virtually impossible to have a correspondence between what Rhino native Mesh does with a set of custom parameters and what Mesh.CreateFromBrep() does with more or less the same parameters. It seems likely that Mesh is not using RhinoCommon and not calling exactly the same functions under the hood…