In my app, I am interested in finding out the file paths of the textures used in Materials. In Rhino materials, I can look into the slots to find the textures but how can I do that for an Enscape Material?
I looked at the type of the Enscape material and it is Enscape.Rhino.Plugin.Materials.EnscapeRenderMaterial
. Is it even possible to work with this object using the rhinocommon API?