data = modelParam
box = CAD.Box()
box.setName('Box_1')
box.setLocation(0,0,0)
box.setPara(data[0],data[1],data[2])
box.create()