Answers for "change the surface color rhinopython"

0

change the surface color rhinopython

col = Red, Green, Blue
    material_index = rs.AddMaterialToObject(surface)
    rs.MaterialColor(material_index, col)
Posted by: Guest on January-02-2021

Code answers related to "change the surface color rhinopython"

Python Answers by Framework

Browse Popular Code Answers by Language