set_property# MaterialDef.set_property(material_property, value, component_id=None, col=None, row=None)# Set a material property for a given component. Parameters: material_propertyMaterialPropertyID of the material property. valueValueNew value. component_idint, default: NoneID of the component. rowint, default: NoneTensor row. colint, default: NoneTensor column.