I would advice against using ghpythonlib
for this and either go through rhinoscriptsyntax
or RhinoCommon directly. The latter like so:
meshbreppython_RhinoCommon.gh (4.3 KB)
You can inspect/get/set further meshing parameters through the properties of the MeshingParameters
class.