I use a cylinder volume with a scatter model (gaussian) in the front face to implement a generic diffuser.
Among other parameters, the scatter model is adjusted through the sigma value.
Using the following code does not result in the sigma value being updated:
o11 = TheSystem.NCE.GetObjectAt(11)coat_scatter = o11.get_CoatScatterData()coat_scatter.GetFaceData(1).CurrentScatterModelSettings.set_Sigma(1.2)
Alternatively, using the following code also does not update sigma:
coat_scatter_face_1.CurrentScatterModelSettings.Sigma = 1.5
Does anyone had a similar experience? How to address this problem?
Kind regards!