刚接触script,参考别人的代码,遇到个问题
material_Clad = “SiO2 (Glass) - Const”;
addrect;
set(“name”,“Clad”);
set(“material”, material_Clad);
运行后报错,提示 in set, the value supplied is not acceptable for the property ‘material’, it may be out of range, have incorrect dimensions or not be found in the list of choices
该如何设置呢