How can I change the conductivity of a material using the Python API
I am using the Python API and I would like to set the value of the conductivity of a material using Python. Any ideas?
Which Material class are you looking to change? If it is an OpaqueMaterial you can do
foo.setThermalConductivity(bar)
The material is defined in the idl file.