Rhino3dm Meshingparameters Python

Hi All,

Is there a way to use the meshingparameters in Rhino3dm python?
I am trying to understand if I can customize the mesh type here using meshing parameters.

rhino3dm does not include meshing functionality for Rhino objects. For import_3dm I require the 3dm to be saved with the render meshes for all objects. You’ll be able to get the meshes for objects that way.

Another strategy would be to use for instance Rhino Compute, or maybe even Rhino Inside CPython to mesh Rhino objects while loading them from the 3dm using rhino3dm.

The last strategy would of course be writing your own meshing code.

1 Like