Hello everyone,
A part of the plug-in I am developing uses successive meshing steps for several surfaces, and for user-friendliness, I show up the Mesh interface to the user (the Preview option is just perfect), using rs.Command("-_Mesh _DetailedOptions ")
.
However, I would like to retrieve the user-defined parameters entered in this menu for later use of the tolerances, but it does not seem possible in Rhino Python… This is strange, knowing that between two executions of the Mesh interface, the GUI remembers the values, so they should be accessible somehow. Any idea?
FYI, I know that starting v6 we can access the mesh parameters of the document (RenderMeshMaxDistEdgeToSurf), but this is not what I’m looking for, unless of course there is a way to automatically apply the user-defined parameters entered in the Mesh GUI into the Mesh Document Properties…
Best regards,
Nathan
2 posts - 2 participants