0 Members and 1 Guest are viewing this topic.
I appreciate your sharing. I did make a script to get the inner to the table. I forgot to update this to let people know. I will review what you have posted, your scripts may be better than mine.
function DWDCP() dim dwall = item.DoubleWall dim ctype = item.cuttype if (dwall = true) and (item.CID = 866) then item.option["Override Cut Type"].value="Machine Cut" item.Material = "none" item.Update() Else item.DoubleWall = false item.InsSpec = "Off" item.insulation.status = "off" item.insulation.material = "none" item.Material = "none" item.Update() end ifend function