Hi, I’m trying to import materials from one Rhino file to the working document using Rhinocommon.
I only find methods to read materials from a 3dmFile, but not renderMaterials (materials created in the document but not assigned yet to any object)
How should I proceed? (i mean, using Rhinocommon + python/C#)
thanks