Applies to |
Sets or removes the radiation boundary condition.
LabelEdgeHT.SetRadiation ( [set As Boolean], [Beta As Double], [T As Double] )
The SetRadiation method allows setting or removing the radiation boundary condition to the label.
If the first Boolean parameter bSet is True, the method sets the boundary condition. In that case the Beta parameter should contain the value of emissivity coefficient and T - the ambient radiation temperature.
To remove the radiation boundary condition use the SetRadiation method with the bSet parameter as FALSE. The Beta and T parameters should be omitted.