Arguments
The values of the Priv_Comp_VL, TargetPlateThickness, and AdjacentPlateThickness arguments are computed by the system and are used as inputs to the action rule to calculate the value of the Priv_Comp_HL argument. If needed, you can modify the value of Priv_Comp_VL. SampleThe following sample computes the value of Priv_Comp_HL, if the gap between top or bottom faces of the target and adjacent plates is greater than 3mm:
Priv_Comp_HL = 0m if (Priv_Comp_VL > 0.003m) Priv_Comp_HL = 4*Priv_Comp_VL + 0.4*TargetPlateThickness |