Mesh options

Hi all,

I have a polysurface which I turn into a mesh, and I do it by accessing the command line either form Rhinoscript or C#. If I suppress the dialog box popping up for mesh options, no matter what values I insert to the options, the resulting mesh is open, while if for the same polysurface I do not suppress the dialog box and simply press OK, the mesh is closed.

Any ideas?

What I actually want to do is to create a mesh with the higher possible amount of polygons.

Thanks

Hi @Theofanis,

Without a file, code and/or script, and instructions to repeat, no.

Note, if you don’t want to script the Mesh command, you can always mesh the Brep from code.

SampleCsMeshBrep.cs

– Dale