Hi there,
We’re released a first functional version of our plugin, BlocToBuildUtils
(accessible with usual PackageManager). It’s a combination of a few utils we use internally and that globally aim to add some connectivity tools to Grasshopper.
It enables you to:
- Export to base encoded DWG or DXF (especially useful when used in Rhino Compute, requires to translate back to the right format in associated webapp)
- Import base64 encoded DWG
- Connect to MongoDB and get values from database
- Access environment variable (from rhino compute server for example)
- Generate Azure SAS URL
Sounds like a laundry list and well… that’s because it is! It was mainly developed to be used internally but with the use of Rhino Compute increasing we thought it may be useful to some.
If there are some issues, find it useful or would like to discuss the use, feel free to ask!
Best