Export via Email multiple data

Hi I was trying to export via component ExportEmail multiple data with various data type ( 1 bitmap and 100 meshes), but didn’t suceed. Is it possible with ShapeDiver?
Does ShapeDiver API can helps for such task?

The Email Export component can only export one file (i.e you can only specify one Export Options object, the other ones will be ignored). It is now possible in Rhino 8 to use the Stream Export Options component along with the new scripting component to create a zip archive with multiple files and export the archive. However, no scripting examples demonstrate how to do this with CAD files yet. I will update this topic one such an example is added to our documentation.

A feature like this would be awesome. Any useful workarounds?

This is coming very soon, I will update this topic when we make progress.

1 Like

@PetrVacek I read your post a little too fast I think, and only focused on the scribble in your screenshot: the ability to send emails to multiple addresses is the feature that is not yet available but soon will be.

Exporting multiple files in a zip archive, however, is already possible using the new Create Stream and Zip Streams components. Read more about this feature here.

It does not work directly with tree inputs to the export components, like in your screenshot, for technical reasons, but in practice it allows you to do what you want. Let me know if you have further questions after you test the feature.

1 Like

@PetrVacek It is now possible to export to multiple email addresses with a single export component. Find the updated documentation here, and download the 3A tutorial here for an example.

1 Like