change the surface color rhinopython code example
Example: change the surface color rhinopython
col = Red, Green, Blue
material_index = rs.AddMaterialToObject(surface)
rs.MaterialColor(material_index, col)
col = Red, Green, Blue
material_index = rs.AddMaterialToObject(surface)
rs.MaterialColor(material_index, col)