Import Geometry component

is it possible to upload a folder of STL files to shapediver?
can the component ‘import geometry’ get few saparate files?

This is currently not possible and would necessitate a big update to the ShapeDiver plugin. We are planning to develop such a feature in the future but there is no timeline as of yet.

In Rhino 8, you could use the Import Stream component of the plugin to import an archive containing several STL files, and make use of script components to parse and import the contents of each of the files.

Unfortunately, I do not yet have an example script to process STL files. This can be done using the headless import functions of Rhino 8, but needs a bit of work. I already created an example of the zip importing workflow using image files though, which provides a good starting point:

240905_ImportArchive.gh (14.0 KB)

240226_TestImages.zip (23.3 KB)