Lattice formula to calculate weight per meter

Lattice formula to calculate weight per meter

Simple version

if GetValue("USERDEFINED.comment") == "H120.8.8.5" then (GetValue("LENGTH")*0.001)*1.72
else
if GetValue("USERDEFINED.comment") == "H140.8.8.5" then (GetValue("LENGTH")*0.001)*1.774
else
if GetValue("USERDEFINED.comment") == "H140.10.10.5" then (GetValue("LENGTH")*0.001)*2.38
else
if GetValue("USERDEFINED.comment") == "H160.10.10.5" then (GetValue("LENGTH")*0.001)*2.43
else
if GetValue("USERDEFINED.comment") == "H180.8.5.4" then (GetValue("LENGTH")*0.001)*2.43
else
if GetValue("USERDEFINED.comment") == "H265.8.8.6" then (GetValue("LENGTH")*0.001)*2.495
else
"empty"
endif
endif
endif
endif
endif
endif

Full version

Comentários

Mensagens populares