Hi all, I've tried to make CheckListBox and get output in case it's True, could anyone be able to advise how to get that done. Thanks, James
import rhinoscriptsyntax as rs
K1 = [('aa',True),('bb',True),('cc',False),('dd',False)]
Kfactor = rs.CheckListBox(K1, "Input Effective length factor, K", "Kfactor")
print Kfactor


Reply With Quote
