Rhino Compute web application export to .sat/.dwg

Hi,
I am just getting satrted with Rhino Compute. I am developing a test MVC web application. After some geometry calculation (where compute is used) or simply after reading Rhino file(using Rhino3dmIO) I wish to export geometry as “.sat” file. How can I possibly do that?
see attached image.

Any help in this reagrd would be great.
Thanks,
OBH

You could create a plugin that you install to your Rhino.Compute server which allows you to export to those file formats. Here is a sample that does something similar: https://github.com/mcneel/rhino-developer-samples/tree/7/compute/cs/ComputePlugIn

1 Like