using System.Collections.Generic; using System.Dynamic; using UnityEngine; public class _OL : MonoBehaviour { public static string GetValue(string Object, string Value){ //DECO if(Object.IndexOf("BLOC")!=-1) {return GetValueBLOC(Object, Value);} if(Object.IndexOf("TABL")!=-1) {return GetValueTABL(Object, Value);} if(Object.IndexOf("CHAI")!=-1) {return GetValueCHAI(Object, Value);} if(Object.IndexOf("VASE")!=-1) {return GetValueVASE(Object, Value);} if(Object.IndexOf("STOO")!=-1) {return GetValueSTOO(Object, Value);} if(Object.IndexOf("LAMP")!=-1) {return GetValueLAMP(Object, Value);} if(Object.IndexOf("SMAL")!=-1) {return GetValueSMAL(Object, Value);} if(Object.IndexOf("PICT")!=-1) {return GetValuePICT(Object, Value);} if(Object.IndexOf("MIRR")!=-1) {return GetValueMIRR(Object, Value);} if(Object.IndexOf("FLOW")!=-1) {return GetValueFLOW(Object, Value);} if(Object.IndexOf("ORNA")!=-1) {return GetValueORNA(Object, Value);} if(Object.IndexOf("PATI")!=-1) {return GetValuePATI(Object, Value);} if(Object.IndexOf("DOOR")!=-1) {return GetValueDOOR(Object, Value);} //APLIANCES if(Object.IndexOf("FRID")!=-1) {return GetValueFRID(Object, Value);} if(Object.IndexOf("STOV")!=-1) {return GetValueSTOV(Object, Value);} if(Object.IndexOf("BUIL")!=-1) {return GetValueBUIL(Object, Value);} if(Object.IndexOf("TOPS")!=-1) {return GetValueTOPS(Object, Value);} if(Object.IndexOf("HOOW")!=-1) {return GetValueHOOW(Object, Value);} if(Object.IndexOf("HOOC")!=-1) {return GetValueHOOC(Object, Value);} if(Object.IndexOf("DISH")!=-1) {return GetValueDISH(Object, Value);} if(Object.IndexOf("MICR")!=-1) {return GetValueMICR(Object, Value);} if(Object.IndexOf("CELL")!=-1) {return GetValueCELL(Object, Value);} if(Object.IndexOf("WADR")!=-1) {return GetValueWADR(Object, Value);} //PLUMBING if(Object.IndexOf("FAUC")!=-1) {return GetValueFAUC(Object, Value);} if(Object.IndexOf("SINK")!=-1) {return GetValueSINK(Object, Value);} if(Object.IndexOf("TOIL")!=-1) {return GetValueTOIL(Object, Value);} if(Object.IndexOf("SHOW")!=-1) {return GetValueSHOW(Object, Value);} if(Object.IndexOf("BATH")!=-1) {return GetValueBATH(Object, Value);} if(Object.IndexOf("BASI")!=-1) {return GetValueBASI(Object, Value);} //DESIGN ROOM if(Object.IndexOf("WIND")!=-1) {return GetValueWIND(Object, Value);} if(Object.IndexOf("OPEN")!=-1) {return GetValueOPEN(Object, Value);} //KNOB if(Object.IndexOf("K_")!=-1) {return GetValueKNOB(Object, Value);} return ""; } public static string GetValueBLOC(string Object, string Value){ List dim =new(); switch (Object) { case "BLOC101": dim=new(){"6",_G.HEIGHT.ToString(),"6","0"};break; case "BLOC102": dim=new(){_G.WIDE.ToString(),"6","6",(_G.HEIGHT - 6).ToString()};break; case "BLOC103": dim=new(){"30",_G.HEIGHT.ToString(),"1.5","0"};break; case "BLOC104": dim=new(){"24","2","10","60"};break; case "BLOC105": dim=new(){"24","24","24","0"};break; case "BLOC106": dim=new(){"72","24","1","36"};break; case "BLOC107": dim=new(){"2","84","24","0"};break; case "BLOC108": dim=new(){"12","84","12","0"};break; case "BLOC109": dim=new(){"12","84","12","0"};break; case "BLOC110": dim=new(){"36","12","12","0"};break; case "BLOC111": dim=new(){"36","12","12","0"};break; case "BLOC112": dim=new(){"36","30","36","0"};break; case "BLOC113": dim=new(){"36","30","36","0"};break; case "BLOC114": dim=new(){"36","30","36","0"};break; case "BLOC115": dim=new(){"4","34","4","0"};break; case "BLOC116": dim=new(){"36","4","4","36"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; return ""; } //DECO public static string GetValueVASE(string Object, string Value){ List dim =new(); switch (Object) { case "VASE100": dim=new(){"0","0","0","0"};break; case "VASE101": dim=new(){"14","26","14","0"};break; case "VASE102": dim=new(){"14","26","14","0"};break; case "VASE103": dim=new(){"14","26","14","0"};break; case "VASE104": dim=new(){"12","12","12","0"};break; case "VASE105": dim=new(){"12","12","12","0"};break; case "VASE106": dim=new(){"12","12","12","0"};break; case "VASE107": dim=new(){"12","12","12","0"};break; case "VASE108": dim=new(){"12","12","12","0"};break; case "VASE109": dim=new(){"10","24","10","0"};break; case "VASE110": dim=new(){"10","16","10","0"};break; case "VASE111": dim=new(){"12","30","12","0"};break; case "VASE112": dim=new(){"12","24","12","0"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; return ""; } public static string GetValueFLOW(string Object, string Value){ List dim =new(); switch (Object) { case "FLOW100": dim=new(){"0","0","0","0"};break; case "FLOW101": dim=new(){"12","12","12","0"};break; case "FLOW102": dim=new(){"14","14","14","0"};break; case "FLOW103": dim=new(){"12","14","12","0"};break; case "FLOW104": dim=new(){"12","12","12","0"};break; case "FLOW105": dim=new(){"12","12","12","0"};break; case "FLOW106": dim=new(){"10","12","10","0"};break; case "FLOW107": dim=new(){"14","24","14","0"};break; case "FLOW108": dim=new(){"12","14","12","0"};break; case "FLOW109": dim=new(){"12","14","12","0"};break; case "FLOW110": dim=new(){"10","24","10","0"};break; case "FLOW111": dim=new(){"12","30","12","0"};break; case "FLOW112": dim=new(){"8","12","8","0"};break; case "FLOW113": dim=new(){"10","6","10","0"};break; case "FLOW114": dim=new(){"12","16","12","0"};break; case "FLOW115": dim=new(){"10","12","10","0"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; return ""; } public static string GetValueORNA(string Object, string Value){ List dim =new(); switch (Object) { case "ORNA101": dim=new(){"6","6","6","0"};break; case "ORNA102": dim=new(){"3","36","3","0"};break; case "ORNA103": dim=new(){"4","36","4","0"};break; case "ORNA104": dim=new(){"4","36","4","0"};break; case "ORNA105": dim=new(){"54","12","2","0"};break; case "ORNA106": dim=new(){"54","12","2","0"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; return ""; } public static string GetValueSMAL(string Object, string Value){ List dim =new(); switch (Object) { case "SMAL101": dim=new(){"10","12","12","36.5"};break; case "SMAL102": dim=new(){"9","9","12","36.5"};break; case "SMAL103": dim=new(){"12","14.2","14","36.5"};break; case "SMAL104": dim=new(){"7","13.2","8.8","36.5"};break; case "SMAL105": dim=new(){"9.2","13","7.2","36.5"};break; case "SMAL106": dim=new(){"9.0","15","15","36.5"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; return ""; } public static string GetValuePICT(string Object, string Value){ List dim =new(); switch (Object) { case "PICT101": dim=new(){"30","30","2","36"};break; case "PICT102": dim=new(){"30","30","2","36"};break; case "PICT103": dim=new(){"30","30","2","36"};break; case "PICT104": dim=new(){"30","30","2","36"};break; case "PICT105": dim=new(){"30","30","2","36"};break; case "PICT106": dim=new(){"30","30","2","36"};break; case "PICT107": dim=new(){"30","30","2","36"};break; case "PICT108": dim=new(){"30","30","2","36"};break; case "PICT109": dim=new(){"30","30","2","36"};break; case "PICT110": dim=new(){"30","30","2","36"};break; case "PICT111": dim=new(){"30","30","2","36"};break; case "PICT112": dim=new(){"30","30","2","36"};break; case "PICT113": dim=new(){"30","30","2","36"};break; case "PICT114": dim=new(){"30","30","2","36"};break; case "PICT115": dim=new(){"30","30","2","36"};break; case "PICT116": dim=new(){"30","30","2","36"};break; case "PICT117": dim=new(){"30","30","2","36"};break; case "PICT118": dim=new(){"30","30","2","36"};break; case "PICT119": dim=new(){"30","30","2","36"};break; case "PICT120": dim=new(){"30","30","2","36"};break; case "PICT121": dim=new(){"30","30","2","36"};break; case "PICT122": dim=new(){"30","30","2","36"};break; case "PICT123": dim=new(){"30","30","2","36"};break; case "PICT124": dim=new(){"30","30","2","36"};break; case "PICT125": dim=new(){"30","30","2","36"};break; case "PICT126": dim=new(){"30","30","2","36"};break; case "PICT127": dim=new(){"30","30","2","36"};break; case "PICT128": dim=new(){"30","30","2","36"};break; case "PICT129": dim=new(){"30","30","2","36"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; return ""; } public static string GetValueSTOO(string Object, string Value){ List dim =new(); switch (Object) { case "STOO101": dim=new(){"11.02362205","29.5276","11.02362205","0","3A3838"};break; case "STOO102": dim=new(){"15.08295276","27.6711","15.08295276","0","3A3838"};break; case "STOO103": dim=new(){"10.67688976","38.362","11.67003937","0","3A3838"};break; case "STOO104": dim=new(){"21.58200787","29.5356","21.58200787","0"};break; case "STOO105": dim=new(){"14.11251969","35.379","15.98295276","0","3A3838"};break; case "STOO106": dim=new(){"13.76244094","35.419","17.00334646","0","3A3838"};break; case "STOO107": dim=new(){"13.76244094","35.419","17.00334646","0","3A3838"};break; case "STOO108": dim=new(){"16.29409449","27.6666","16.08129921","0","3A3838"};break; case "STOO109": dim=new(){"16.35818898","38.4311","18.11468504","0","3A3838"};break; case "STOO110": dim=new(){"14.9703937","29.8034","15.74047244","0","3A3838"};break; case "STOO111": dim=new(){"15.42161417","37.0129","17.36283465","0","3A3838"};break; case "STOO112": dim=new(){"15.97708661","34.8448","18.15866142","0","3A3838"};break; case "STOO113": dim=new(){"19.93287402","36.0607","18.24338583","0","3A3838"};break; case "STOO114": dim=new(){"15.0742126","33.2934","14.89740157","0","3A3838"};break; case "STOO115": dim=new(){"17.93637795","32.3691","17.29858268","0","3A3838"};break; case "STOO116": dim=new(){"13.06362205","24.8874","12.58968504","0","3A3838"};break; case "STOO117": dim=new(){"18.43606299","33.8032","22.51035433","0","3A3838"};break; case "STOO118": dim=new(){"13.09685039","29.101","13.09685039","0","3A3838"};break; case "STOO119": dim=new(){"14.92988189","39.1774","19.87216535","0","3A3838"};break; case "STOO120": dim=new(){"13.05437008","28.4298","16.67350394","0","3A3838"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; return ""; } public static string GetValueLAMP(string Object, string Value){ List dim =new(); switch (Object) { case "LAMP101": dim=new(){"6.8","32","6.8","0"};break; case "LAMP102": dim=new(){"6.8","30","6.8","0"};break; case "LAMP103": dim=new(){"6.8","30","6.8","0"};break; case "LAMP104": dim=new(){"15","30","5","0"};break; case "LAMP105": dim=new(){"6.8","30","6.8","0"};break; case "LAMP106": dim=new(){"6","30","6","0"};break; case "LAMP107": dim=new(){"6","0.8","6","0"};break; case "LAMP108": dim=new(){"28.35","30","6.85","0"};break; case "LAMP109": dim=new(){"9.5","30","9.5","0"};break; case "LAMP110": dim=new(){"34.375","12","6.5","0"};break; case "LAMP111": dim=new(){"10","29.8","10","0"};break; case "LAMP112": dim=new(){"5.25","28.6","5.25","0"};break; case "LAMP113": dim=new(){"47.5","35.3","10.5","0"};break; case "LAMP114": dim=new(){"10.5","29.4","10.5","0"};break; case "LAMP115": dim=new(){"13","30.1","13","0"};break; case "LAMP116": dim=new(){"8","30","8","0"};break; case "LAMP117": dim=new(){"13.5","5.5","13.5","0"};break; case "LAMP118": dim=new(){"16","3","16","0"};break; case "LAMP119": dim=new(){"1.8","30","1.8","0"};break; case "LAMP120": dim=new(){"18.5","36","18.5","0"};break; case "LAMP121": dim=new(){"9","33","40.5","0"};break; case "LAMP122": dim=new(){"24","32","24","0"};break; case "LAMP123": dim=new(){"18","32","9","0"};break; case "LAMP124": dim=new(){"22","32","23","0"};break; case "LAMP125": dim=new(){"33","25","30","0"};break; case "LAMP126": dim=new(){"50","40","4.5","0"};break; case "LAMP127": dim=new(){"74","40","4.5","0"};break; case "LAMP128": dim=new(){"98","40","4.5","0"};break; case "LAMP129": dim=new(){"12","12","6.5","0"};break; case "LAMP130": dim=new(){"6","12","5.7","0"};break; case "LAMP131": dim=new(){"16","32","16","0"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; return ""; } public static string GetValueMIRR(string Object, string Value){ List dim =new(); switch (Object) { case "MIRR101": dim=new(){"30","30","1","34","0"};break; case "MIRR102": dim=new(){"30","30","1","34","0"};break; case "MIRR103": dim=new(){"30","30","1","34","1"};break; case "MIRR104": dim=new(){"30","30","1","34","1"};break; case "MIRR105": dim=new(){"30","30","1","34","1"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; if(Value=="e")return dim[4]; return ""; } public static string GetValueCHAI(string Object, string Value) { List dim =new(); switch (Object) { case "CHAI101": dim=new(){"15","30","14","0"};break; case "CHAI102": dim=new(){"16","30","20","0"};break; case "CHAI103": dim=new(){"16","30","20","0"};break; case "CHAI104": dim=new(){"24","30","21","0"};break; case "CHAI105": dim=new(){"22","30","20","0"};break; case "CHAI106": dim=new(){"23","33","22","0"};break; case "CHAI107": dim=new(){"22","30","22","0"};break; case "CHAI108": dim=new(){"15","31","16","0"};break; case "CHAI109": dim=new(){"17","31","19","0"};break; case "CHAI110": dim=new(){"16","30","19","0"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; return ""; } public static string GetValueTABL(string Object, string Value){ List dim =new(); switch (Object) { case "TABL101": dim=new(){"72","30","38","0"};break; case "TABL102": dim=new(){"60","33","35","0"};break; case "TABL103": dim=new(){"92","30","42","0"};break; case "TABL104": dim=new(){"82","29","40","0"};break; case "TABL105": dim=new(){"90","33","35","0"};break; case "TABL106": dim=new(){"94","30","38","0"};break; case "TABL107": dim=new(){"94","32","38","0"};break; case "TABL108": dim=new(){"86","26","39","0"};break; case "TABL109": dim=new(){"95","30","45","0"};break; case "TABL110": dim=new(){"116","33","50","0"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; return ""; } public static string GetValuePATI(string Object, string Value){ List dim =new(); switch (Object) { case "PATI101": dim=new(){"36","82","6","0"};break; case "PATI102": dim=new(){"36","82","6","0"};break; case "PATI103": dim=new(){"36","82","6","0"};break; case "PATI104": dim=new(){"60","82","6","0"};break; case "PATI105": dim=new(){"60","82","6","0"};break; case "PATI106": dim=new(){"60","82","6","0"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; return ""; } public static string GetValueDOOR(string Object, string Value){ List dim =new(); string Size = "Simple"; int DoorNumber = int.Parse(Object[4..]); if(DoorNumber>118 && DoorNumber<137 || DoorNumber>154)Size = "Double"; switch (Size) { case "Simple": dim = new() { "32", "82", "6", "0" }; break; case "Double": dim = new() { "60", "82", "6", "0" }; break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; return ""; } //APLIANCES public static string GetValueFRID(string Object, string Value) { List dim = new(); switch (Object) { case "FRID101": dim = new() { "30.5", "68", "28", "0", "A4A0A0" }; break; case "FRID102": dim = new() { "30.5", "68", "28", "0", "A4A0A0" }; break; case "FRID103": dim = new() { "30.5", "68", "28", "0", "A4A0A0" }; break; case "FRID104": dim = new() { "30.5", "68", "28", "0", "A4A0A0" }; break; case "FRID105": dim = new() { "30.5", "68", "28", "0", "A4A0A0" }; break; case "FRID106": dim = new() { "30.5", "68", "28", "0", "A4A0A0" }; break; case "FRID107": dim = new() { "30.5", "68", "28", "0", "A4A0A0" }; break; case "FRID108": dim = new() { "30.5", "68", "28", "0", "A4A0A0" }; break; case "FRID109": dim = new() { "30.5", "68", "28", "0", "A4A0A0" }; break; case "FRID110": dim = new() { "30.5", "68", "28", "0", "A4A0A0" }; break; case "FRID111": dim = new() { "30.5", "68", "28", "0", "A4A0A0" }; break; case "FRID112": dim = new() { "30.5", "68", "28", "0", "A4A0A0" }; break; case "FRID113": dim = new() { "30.5", "68", "28", "0", "353434" }; break; case "FRID114": dim = new() { "30.5", "68", "28", "0", "353434" }; break; case "FRID115": dim = new() { "30.5", "68", "28", "0", "353434" }; break; case "FRID116": dim = new() { "30.5", "68", "28", "0", "353434" }; break; case "FRID117": dim = new() { "30.5", "68", "28", "0", "353434" }; break; case "FRID118": dim = new() { "30.5", "68", "28", "0", "353434" }; break; case "FRID119": dim = new() { "30.5", "68", "28", "0", "353434" }; break; case "FRID120": dim = new() { "30.5", "68", "28", "0", "ECEBEB" }; break; case "FRID121": dim = new() { "30.5", "68", "28", "0", "d4d4d4" }; break; case "FRID122": dim = new() { "30.5", "68", "28", "0", "d4d4d4" }; break; case "FRID123": dim = new() { "30.5", "68", "28", "0", "d4d4d4" }; break; case "FRID124": dim = new() { "30.5", "68", "28", "0", "d4d4d4" }; break; } if (Value == "w") return dim[0]; if (Value == "h") return dim[1]; if (Value == "d") return dim[2]; if (Value == "ff") return dim[3]; if (Value == "color") return dim[4]; return ""; } public static string GetValueSTOV(string Object, string Value){ List dim =new(); switch (Object) { case "STOV101": dim=new(){"30.5","44","26","0","8"};break; case "STOV102": dim=new(){"30.5","44","26","0","8"};break; case "STOV103": dim=new(){"30.5","44","26","0","8"};break; case "STOV104": dim=new(){"30.5","36","26","0","0"};break; case "STOV105": dim=new(){"30.5","36","26","0","0"};break; case "STOV106": dim=new(){"30.5","36","26","0","0"};break; case "STOV107": dim=new(){"42.5","39","26","0","3"};break; case "STOV108": dim=new(){"30.5","44","26","0","8"};break; case "STOV109": dim=new(){"30.5","44","26","0","8"};break; case "STOV110": dim=new(){"30.5","44","26","0","8"};break; case "STOV111": dim=new(){"30.5","44","26","0","0"};break; case "STOV112": dim=new(){"30.5","36","26","0","0"};break; case "STOV113": dim=new(){"30.5","36","26","0","0"};break; case "STOV114": dim=new(){"42.5","39","26","0","3"};break; case "STOV115": dim=new(){"30.5","44","26","0","8"};break; case "STOV116": dim=new(){"30.5","44","26","0","8"};break; case "STOV117": dim=new(){"30.5","44","26","0","8"};break; case "STOV118": dim=new(){"30.5","36","26","0","0"};break; case "STOV119": dim=new(){"24.5","36","26","0","0"};break; case "STOV120": dim=new(){"30.5","44","26","0","8"};break; case "STOV121": dim=new(){"30.5","44","26","0","8"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; if(Value=="hh")return dim[4]; return ""; } public static string GetValueBUIL(string Object, string Value){ List dim =new(); switch (Object) { case "BUIL101": dim=new(){"28.5","24","24","36"};break; case "BUIL102": dim=new(){"28.5","18","24","36"};break; case "BUIL103": dim=new(){"28.5","48","24","24"};break; case "BUIL104": dim=new(){"28.5","48","24","24"};break; case "BUIL105": dim=new(){"28.5","48","24","24"};break; case "BUIL106": dim=new(){"28.5","48","24","24"};break; case "BUIL107": dim=new(){"28.5","24","24","36"};break; case "BUIL108": dim=new(){"28.5","24","24","36"};break; case "BUIL109": dim=new(){"28.5","30","24","36"};break; case "BUIL110": dim=new(){"28.5","24","24","36"};break; case "BUIL111": dim=new(){"28.5","24","24","36"};break; case "BUIL112": dim=new(){"28.5","24","24","36"};break; case "BUIL113": dim=new(){"28.5","48","24","24"};break; case "BUIL114": dim=new(){"28.5","24","24","36"};break; case "BUIL115": dim=new(){"28.5","18","24","36"};break; case "BUIL116": dim=new(){"28.5","18","24","36"};break; case "BUIL117": dim=new(){"28.5","48","24","24"};break; case "BUIL118": dim=new(){"28.5","48","24","24"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; if(Value=="color")return dim[4]; return ""; } public static string GetValueTOPS(string Object, string Value){ List dim =new(); switch (Object) { case "TOPS101": dim=new(){"30","1","24","36"};break; case "TOPS102": dim=new(){"30","1","24","36"};break; case "TOPS103": dim=new(){"26","1","24","36"};break; case "TOPS104": dim=new(){"36","1","24","36"};break; case "TOPS105": dim=new(){"36","1","24","36"};break; case "TOPS106": dim=new(){"30","1","24","36"};break; case "TOPS107": dim=new(){"26","1","26","36"};break; case "TOPS108": dim=new(){"30","1","24","36"};break; case "TOPS109": dim=new(){"30","1","24","36"};break; case "TOPS110": dim=new(){"30","1","24","36"};break; case "TOPS111": dim=new(){"30","1","24","36"};break; case "TOPS112": dim=new(){"30","1","24","36"};break; case "TOPS113": dim=new(){"28","1","28","36"};break; case "TOPS114": dim=new(){"30","1","26","36"};break; case "TOPS115": dim=new(){"30","1","26","36"};break; case "TOPS116": dim=new(){"30","1","24","36"};break; case "TOPS117": dim=new(){"30","1","24","36"};break; case "TOPS118": dim=new(){"30","1","24","36"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; if(Value=="color")return dim[4]; return ""; } public static string GetValueDISH(string Object, string Value){ List dim =new(); float CabHeight=DOIT.ConvertStringToNumber( _P.List["BASE_HEIGHT"] ); string DWH=(CabHeight+_G.caCH).ToString();//+cab counter height string CabDepth=(DOIT.ConvertStringToNumber(_P.List["BASE_DEPTH"])+_G.cadt).ToString();//+Cab Door Thickness switch (Object) { case "DISH101": dim=new(){"24",DWH,CabDepth,"0","#777777","#222222"};break; case "DISH102": dim=new(){"24",DWH,CabDepth,"0","#777777","#222222"};break; case "DISH103": dim=new(){"24",DWH,CabDepth,"0","#777777","#222222"};break; case "DISH104": dim=new(){"24",DWH,CabDepth,"0","#777777","#222222"};break; case "DISH105": dim=new(){"24",DWH,CabDepth,"0","#222222","#222222"};break; case "DISH106": dim=new(){"24",DWH,CabDepth,"0","#222222","#222222"};break; case "DISH107": dim=new(){"24",DWH,CabDepth,"0","#222222","#222222"};break; case "DISH108": dim=new(){"24",DWH,CabDepth,"0","#222222","#222222"};break; case "DISH109": dim=new(){"24",DWH,CabDepth,"0","#d4d4d4","#d4d4d4"};break; case "DISH110": dim=new(){"24",DWH,CabDepth,"0","#d4d4d4","#222222"};break; case "DISH111": dim=new(){"24",DWH,CabDepth,"0","#d4d4d4","#222222"};break; case "DISH112": dim=new(){"24",DWH,CabDepth,"0","#d4d4d4","#d4d4d4"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; if(Value=="c1")return dim[4]; if(Value=="c2")return dim[5]; return ""; } public static string GetValueHOOW(string Object, string Value){ List dim =new(); float fanH = _G.HEIGHT - 60; switch (Object) { case "HOOW101": dim=new(){"30",fanH.ToString(),"20","60"};break; case "HOOW102": dim=new(){"30",fanH.ToString(),"20","60"};break; case "HOOW103": dim=new(){"30",fanH.ToString(),"20","60"};break; case "HOOW104": dim=new(){"30",fanH.ToString(),"20","60"};break; case "HOOW105": dim=new(){"30",fanH.ToString(),"20","60"};break; case "HOOW106": dim=new(){"30",fanH.ToString(),"20","60"};break; case "HOOW107": dim=new(){"30","8","20","58"};break; case "HOOW108": dim=new(){"30","8","20","58"};break; case "HOOW109": dim=new(){"30",(_G.HEIGHT - 54).ToString(),"20","54"};break; case "HOOW110": dim=new(){"30",(_G.HEIGHT - 54).ToString(),"20","54"};break; case "HOOW111": dim=new(){"30",(_G.HEIGHT - 54).ToString(),"20","54"};break; case "HOOW112": dim=new(){"30",(_G.HEIGHT - 54).ToString(),"20","54"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; return ""; } public static string GetValueHOOC(string Object, string Value){ List dim =new();float fanH = _G.HEIGHT - 60; switch (Object) { case "HOOC101": dim=new(){"30",fanH.ToString(),"24","60"};break; case "HOOC102": dim=new(){"30",fanH.ToString(),"24","60"};break; case "HOOC103": dim=new(){"30",fanH.ToString(),"24","60"};break; case "HOOC104": dim=new(){"30",fanH.ToString(),"24","60"};break; case "HOOC105": dim=new(){"30",fanH.ToString(),"24","60"};break; case "HOOC106": dim=new(){"24",(_G.HEIGHT - 54).ToString(),"24","54"};break; case "HOOC107": dim=new(){"24",(_G.HEIGHT - 54).ToString(),"24","54"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; return ""; } public static string GetValueMICR(string Object, string Value){ List dim =new(); string grey="#C6C6C6"; string black="#111111"; string white="#ECEBEB"; switch (Object) { case "MICR101": dim=new(){"20","12","15","36.5",grey};break; case "MICR102": dim=new(){"20","12","15","36.5",grey};break; case "MICR103": dim=new(){"20","12","15","36.5",grey};break; case "MICR104": dim=new(){"20","12","15","36.5",black};break; case "MICR105": dim=new(){"20","12","15","36.5",white};break; case "MICR106": dim=new(){"20","12","15","36.5",grey};break; case "MICR107": dim=new(){"20","10","15","36.5",black};break; case "MICR108": dim=new(){"20","12","15","36.5",black};break; case "MICR109": dim=new(){"20","10","15","36.5",grey};break; case "MICR110": dim=new(){"20","12","15","36.5",black};break; case "MICR111": dim=new(){"20","12","15","36.5",grey};break; case "MICR112": dim=new(){"20","12","15","36.5",white};break; case "MICR113": dim=new(){"30","18","24","60",grey};break; case "MICR114": dim=new(){"30","18","24","60",black};break; case "MICR115": dim=new(){"30","18","24","60",white};break; case "MICR116": dim=new(){"30","18","24","60",grey};break; case "MICR117": dim=new(){"30","18","24","60",white};break; case "MICR118": dim=new(){"30","12","24","60",grey};break; case "MICR119": dim=new(){"30","12","24","60",black};break; case "MICR120": dim=new(){"30","12","24","60",white};break; case "MICR121": dim=new(){"30","18","24","60",grey};break; case "MICR122": dim=new(){"30","18","24","60",black};break; case "MICR123": dim=new(){"30","18","24","60",black};break; case "MICR124": dim=new(){"30","18","24","60",grey};break; case "MICR125": dim=new(){"29","18","15","24",grey};break; case "MICR126": dim=new(){"29","22","15","24",black};break; case "MICR127": dim=new(){"29","18","15","24",grey};break; case "MICR128": dim=new(){"29","18","15","24",black};break; case "MICR129": dim=new(){"29","18","15","24",grey};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; if(Value=="c1")return dim[4]; return ""; } public static string GetValueCELL(string Object, string Value){ List dim =new(); float CabHeight=DOIT.ConvertStringToNumber( _P.List["BASE_HEIGHT"] ); string DWH=(CabHeight+_G.caCH).ToString(); string CabDepth=(DOIT.ConvertStringToNumber(_P.List["BASE_DEPTH"])+_G.cadt).ToString(); string grey="#C6C6C6"; string black="#111111"; switch (Object) { case "CELL101": dim=new(){"16.5",DWH,CabDepth,"0",grey};break; case "CELL102": dim=new(){"22.5",DWH,CabDepth,"0",black};break; case "CELL103": dim=new(){"22.5",DWH,CabDepth,"0",black};break; case "CELL104": dim=new(){"22.5",DWH,CabDepth,"0",grey};break; case "CELL105": dim=new(){"20.5",DWH,CabDepth,"0",grey};break; case "CELL106": dim=new(){"16.5",DWH,CabDepth,"0",black};break; case "CELL107": dim=new(){"22.5",DWH,CabDepth,"0",grey};break; case "CELL108": dim=new(){"22.5",DWH,CabDepth,"0",black};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; if(Value=="c1")return dim[4]; return ""; } public static string GetValueWADR(string Object, string Value){ List dim =new(); string grey="#C6C6C6"; string black="#111111"; string white="#ECEBEB"; switch (Object) { case "WADR101": dim=new(){"28","42","26","0","8",white};break; case "WADR102": dim=new(){"28","42","26","0","8",white};break; case "WADR103": dim=new(){"28","38","28","0","0",white};break; case "WADR104": dim=new(){"28","38","28","0","0",white};break; case "WADR105": dim=new(){"28","38","28","0","0",white};break; case "WADR106": dim=new(){"28","38","28","0","0",white};break; case "WADR107": dim=new(){"28","50","28","0","0",white};break; case "WADR108": dim=new(){"28","50","28","0","0",white};break; case "WADR109": dim=new(){"28","72","28","0","0",white};break; case "WADR110": dim=new(){"28","42","26","0","8",grey};break; case "WADR111": dim=new(){"28","42","26","0","8",grey};break; case "WADR112": dim=new(){"28","38","28","0","0",grey};break; case "WADR113": dim=new(){"28","38","28","0","0",grey};break; case "WADR114": dim=new(){"28","38","28","0","0",grey};break; case "WADR115": dim=new(){"28","38","28","0","0",grey};break; case "WADR116": dim=new(){"28","50","28","0","0",grey};break; case "WADR117": dim=new(){"28","50","28","0","0",grey};break; case "WADR118": dim=new(){"28","72","28","0","0",grey};break; case "WADR119": dim=new(){"28","42","26","0","8",black};break; case "WADR120": dim=new(){"28","42","26","0","8",black};break; case "WADR121": dim=new(){"28","38","28","0","0",black};break; case "WADR122": dim=new(){"28","38","28","0","0",black};break; case "WADR123": dim=new(){"28","38","28","0","0",black};break; case "WADR124": dim=new(){"28","38","28","0","0",black};break; case "WADR125": dim=new(){"28","50","28","0","0",black};break; case "WADR126": dim=new(){"28","50","28","0","0",black};break; case "WADR127": dim=new(){"28","72","28","0","0",black};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; if(Value=="hh")return dim[4]; if(Value=="c1")return dim[5]; return ""; } //PLUMBING public static string GetValueFAUC(string Object, string Value){ List dim =new(); switch (Object) { case "FAUC101": dim=new(){"11.971","19.4","10.5","36.5"};break; case "FAUC102": dim=new(){"3.138","15.04","8.627","36.5"};break; case "FAUC103": dim=new(){"7.653","15.477","10.511","36.5"};break; case "FAUC104": dim=new(){"7.159","16.681","10.107","36.5"};break; case "FAUC105": dim=new(){"12.355","7.612","12.111","36.5"};break; case "FAUC106": dim=new(){"14.282","12.844","12.335","36.5"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; return ""; } public static string GetValueSINK(string Object, string Value){ List dim =new(); switch (Object) { case "SINK101": dim=new(){"30","20"};break; case "SINK102": dim=new(){"26","18"};break; case "SINK103": dim=new(){"26","18"};break; case "SINK104": dim=new(){"26","18"};break; case "SINK105": dim=new(){"26","18"};break; case "SINK106": dim=new(){"26","18"};break; } if(Value=="w")return dim[0]; if(Value=="h")return "0"; if(Value=="d")return dim[1]; if(Value=="ff")return "0"; return ""; } public static string GetValueTOIL(string Object, string Value){ List dim =new(); switch (Object) { case "TOIL101": dim=new(){"19","32","30","0"};break; case "TOIL102": dim=new(){"17.1","25.6","28.5","0"};break; case "TOIL103": dim=new(){"20","28","28","0"};break; case "TOIL104": dim=new(){"14","15.4","20.3", "0"};break; case "TOIL105": dim=new(){"15","30.1","27.3", "0"};break; case "TOIL106": dim=new(){"15","30.1","23.6", "0"};break; case "TOIL107": dim=new(){"19.1","30.3","26.6", "0"};break; case "TOIL108": dim=new(){"14.1","31.3","23.3","0"};break; case "TOIL109": dim=new(){"18.1","17.4","26.4","0"};break; case "TOIL110": dim=new(){"13.2","28.2","24","0"};break; case "TOIL111": dim=new(){"13.7","29","25.4","0"};break; case "TOIL112": dim=new(){"15.3","25.4","26.1","0"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; return ""; } public static string GetValueSHOW(string Object, string Value){ List dim =new(); switch (Object) { case "SHOW101": dim=new(){"32.2","75.5","32.2","0"};break; case "SHOW102": dim=new(){"61","83","37","0"};break; case "SHOW103": dim=new(){"38","86","49","0"};break; case "SHOW104": dim=new(){"36","78","36","0"};break; case "SHOW105": dim=new(){"42","80.5","42","0"};break; case "SHOW106": dim=new(){"60","72","32","0"};break; case "SHOW107": dim=new(){"58.5","87","58.5","0"};break; case "SHOW108": dim=new(){"59","74","31","0"};break; case "SHOW109": dim=new(){"36.5","81","36.5","0"};break; case "SHOW110": dim=new(){"36.5","79","36.5","0"};break; case "SHOW111": dim=new(){"74","96","37","0"};break; case "SHOW112": dim=new(){"74","96","37","0"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; return ""; } public static string GetValueBATH(string Object, string Value){ List dim =new(); switch (Object) { case "BATH101": dim=new(){"65","22","33","0"};break; case "BATH102": dim=new(){"77","21","28.5","0"};break; case "BATH103": dim=new(){"66","18.6","34.4","0"};break; case "BATH104": dim=new(){"75","26.2","34.4", "0"};break; case "BATH105": dim=new(){"72","22","33", "0"};break; case "BATH106": dim=new(){"72","19","38","0"};break; case "BATH107": dim=new(){"67","24","31", "0"};break; case "BATH108": dim=new(){"68","28.3","32", "0"};break; case "BATH109": dim=new(){"72","22","35","0"};break; case "BATH110": dim=new(){"68","28.2","38","0"};break; case "BATH111": dim=new(){"63","24","28","0"};break; case "BATH112": dim=new(){"73","21","49","0"};break; case "BATH113": dim=new(){"76","24","36","0"};break; case "BATH114": dim=new(){"72","17","33","0"};break; case "BATH115": dim=new(){"72","24","34","0"};break; case "BATH116": dim=new(){"65","22","28","0"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; return ""; } public static string GetValueBASI(string Object, string Value){ List dim =new(); switch (Object) { case "BASI101": dim=new(){"20","9.6","16.5","34"};break; case "BASI102": dim=new(){"16.6","13.5","18.7","34"};break; case "BASI103": dim=new(){"14.5","9.8","16.5","34"};break; case "BASI104": dim=new(){"19.9","11","18","34"};break; case "BASI105": dim=new(){"22.7","14.2","21","34"};break; case "BASI106": dim=new(){"23","17.3","17.3","34"};break; case "BASI107": dim=new(){"30","6","22","34"};break; case "BASI108": dim=new(){"24","3.75","22","34"};break; case "BASI109": dim=new(){"24","7.5","22","34"};break; case "BASI110": dim=new(){"24","10.5","22","34"};break; case "BASI111": dim=new(){"24","5.5","22","34"};break; case "BASI112": dim=new(){"30","14.5","22","34"};break; case "BASI113": dim=new(){"24.5","7.5","19.5","34"};break; case "BASI114": dim=new(){"24.5","11.5","19.5","34"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; return ""; } //DESIGN ROOM public static string GetValueWIND(string Object, string Value){ List dim =new(); switch (Object) { case "WIND101": dim=new(){"30","42","6","36"};break; case "WIND102": dim=new(){"30","42","6","36"};break; case "WIND103": dim=new(){"30","42","6","36"};break; case "WIND104": dim=new(){"30","42","6","36"};break; case "WIND105": dim=new(){"30","42","6","36"};break; case "WIND106": dim=new(){"30","42","6","36"};break; case "WIND107": dim=new(){"30","42","6","36"};break; case "WIND108": dim=new(){"30","42","6","36"};break; case "WIND109": dim=new(){"30","42","6","36"};break; case "WIND110": dim=new(){"30","42","6","36"};break; case "WIND111": dim=new(){"30","42","6","36"};break; case "WIND112": dim=new(){"30","42","6","36"};break; case "WIND113": dim=new(){"30","16","6","79"};break; case "WIND114": dim=new(){"30","16","6","79"};break; case "WIND115": dim=new(){"30","16","6","79"};break; case "WIND116": dim=new(){"30","16","6","79"};break; case "WIND117": dim=new(){"36","16","6","79"};break; case "WIND118": dim=new(){"36","16","6","79"};break; case "WIND119": dim=new(){"36","16","6","79"};break; case "WIND120": dim=new(){"32","16","6","79"};break; case "WIND121": dim=new(){"32","16","6","79"};break; case "WIND122": dim=new(){"32","16","6","79"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; return ""; } public static string GetValueOPEN(string Object, string Value){ List dim =new(); switch (Object) { case "OPEN101": dim=new(){"48","84","6","0"};break; case "OPEN102": dim=new(){"36","84","6","0"};break; case "OPEN103": dim=new(){"48","84","6","0"};break; case "OPEN104": dim=new(){"48","84","6","0"};break; case "OPEN105": dim=new(){"48","84","6","0"};break; } if(Value=="w")return dim[0]; if(Value=="h")return dim[1]; if(Value=="d")return dim[2]; if(Value=="ff")return dim[3]; return ""; } //KONOBS public static string GetValueKNOB(string Object, string Value){ List dim =new(); switch (Object) { case "K_1": dim=new(){"KN_207_12", "1","1","1","1","std"};break; case "K_3": dim=new(){"KN_790_160", "6.89","1.50","0.59","1","std"};break; case "K_6": dim=new(){"KN_873_160", "6.57","1.10","0.39","1","std"};break; case "K_7": dim=new(){"KN_3034_76", "3.66","1.10","1.77","1","std"};break; case "K_54": dim=new(){"KN_R2004_128", "6.61","1.06","1.06","2","std"};break; case "K_87": dim=new(){"KN_V405_0", "1","0.75","1","1","std"};break; } if(Value=="model")return dim[0]; if(Value=="w")return dim[1]; if(Value=="d")return dim[2]; if(Value=="h")return dim[3]; if(Value=="installation")return dim[5]; return ""; } public static string[] OBJ = new string[] { "K_54","KN_R2004_128", "6.61","1.06","1.06","2","std", "K_87","KN_V405_0", "1","0.75","1","1","std", "K_6","KN_873_160", "6.57","1.10","0.39","1","std", "K_2","KN_426_00", "1.26","0.47","0.28","1","std", "K_4","KN_841_32", "2","2","1","1","std", "K_5","KN_873_128", "5.47","1.10","0.39","1","std", "K_7","KN_3034_76", "3.66","1.10","1.77","1","std", "K_8","KN_3487_128", "8.82","1.10","0.31","1","std", "K_9","KN_3966_25", "2","2","1","1","std", "K_10","KN_4154_64", "1","1","1","1","std",//"8.82","1.10","0.31","1","std", "K_11","KN_5016_192", "8.82","1.10","0.31","1","std", "K_12","KN_7238_128", "6.85","0.67","0.39","1","std", "K_13","KN_7238_160", "8.27","0.71","0.39","1","std", "K_14","KN_7348_128", "5.51","0.83","0.39","1","std", "K_15","KN_7348_160", "6.69","0.83","0.39","1","std", "K_16","KN_7350_128", "8.82","1.10","0.31","1","std", "K_17","KN_7470_160", "8.82","1.10","0.31", "1", "std", "K_18","KN_8160_96", "5.08","1.10","0.31", "1", "std", "K_19","KN_8715_60", "2","0.5","0.5","2","std", "K_20","KN_8715_128", "1","1","1","2","std", "K_21","KN_8716_128", "7.17","0.59","1.18","1","std", "K_22","KN_8716_192", "8.27","0.59","1.14","1","std", "K_23","KN_8726_00", "1.18","1.18","1.18","1","std", "K_24","KN_8789_00", "1","1","1","1","std", "K_25","KN_8789_128", "8.74","1.10","0.31","1","std", "K_26","KN_8789_192", "5.75","1.93","0.94","1","std", "K_27","KN_8855_00", "1.38","1.18","1.38","1","std", "K_28","KN_8855_128", "5.98","1.06","0.94","1","std", "K_29","KN_8855_192", "8.82","1.02","0.94","1","std", "K_30","KN_9024_128", "5.59","1.02","0.47","1","std", "K_31","KN_9041_30", "1.18","0.67","1.18","1","std", "K_32","KN_9696_128", "2","1","0.5","1","std", "K_33","KN_9898_50", "2.76","0.98","0.67","1","special", "K_34","KN_9898_80", "3.15","0.98","0.67","1","special", "K_35","KN_9898_128", "6","1","11","1","special", "K_36","KN_10054_70", "1.97","0.98","0.67","1","special", "K_37","KN_10054_100", "3.15","0.98","0.67","1","special", "K_38","KN_52003_128", "6.42","1.30","0.59","1","std", "K_39","KN_52003_160", "7.72","1.30","0.59","1","std", "K_40","KN_52003_320", "14.06","1.30","0.59","1","std", "K_41","KN_52010_128", "7.64","1.06","0.59","1","std", "K_42","KN_52010_160", "7.64","1.06","0.59","1","std", "K_43","KN_52010_320", "14.21","1.06","0.59","1","std", "K_44","KN_82333_76", "3.66","1.10","1.77","1","std", "K_45","KN_82871_30", "8.82","1.10","0.31","1","std", "K_46","KN_C81181_192", "10","10","10","1","std", "K_47","KN_DML-10054_50", "10","10","10","1","std", "K_48","KN_DML-10054_80", "10","10","10","1","std", "K_49","KN_E1496_160", "6.61","1.06","1.06","1","std", "K_50","KN_E1523_160", "6.61","1.06","1.06","1","std", "K_51","KN_E1524_320", "6.61","1.06","1.06","1","std", "K_52","KN_R814_160", "6.61","1.06","1.06","1","std", "K_53","KN_R1985_30", "1.18","1.46","1.18","1","std", "K_55","KN_R2004_256", "6.61","1.06","1.06","1","std", "K_56","KN_R6003_128", "5.47","1.10","0.35","1","std", "K_57","KN_R6003_160", "6.73","1.10","0.35","1","std", "K_58","KN_R7040_96", "5.08","1.10","0.31","1","special", "K_59","KN_R7040_128", "6.34","1.10","0.31","1","std", "K_60","KN_R7040_160", "7.24","1.10","0.31","1","std", "K_61","KN_R7040_192", "8.86","1.10","0.31","1","std", "K_62","KN_R7040_256", "11.34","1.10","0.31","1","std", "K_63","KN_R7040_320", "13.90","1.10","0.31","1","special", "K_64","KN_R7205_96", "4.25","1.10","0.39","1","std", "K_65","KN_R7205_128", "5.55","1.10","0.39","1","std", "K_66","KN_R7205_160", "6.77","1.10","0.39","1","std", "K_67","KN_R7253_128", "6.30","1.02","0.71","1","std", "K_68","KN_R7253_256", "11.30","1.02","0.71","1","std", "K_69","KN_R7254_160", "6.69","1.10","0.47","1","std", "K_70","KN_R71016_128", "5.98","1.10","0.31","1","std", "K_71","KN_R71016_160", "7.64","1.10","0.31","1","std", "K_72","KN_SHANB1_128", "9.84","1.10","0.35","1","std", "K_73","KN_SHANB1_160", "6.73","1.10","0.35","1","std", "K_74","KN_SHANB1_224", "9.84","1.10","0.35","1","std", "K_75","KN_SHZMB8_96-128", "6.14","0.94","0.31","1","std", "K_76","KN_SHZMB8_160-192", "8.82","1.10","0.31","1","std", "K_77","KN_SHZNB1_128", "6.61","1.06","1.06","1","std", "K_78","KN_SHZNB1_288", "11.81","1.10","0.31","1","std", "K_79","KN_SHZNB3_128", "5.55","0.79","0.55","1","std", "K_80","KN_V0056_128", "6.61","1.06","1.06","1","std", "K_81","KN_V78_128", "5.04","1.18","0.67","1","std", "K_82","KN_V78_160", "6.30","0.79","0.43","1","std", "K_83","KN_V0117_32", "5.04","1.18","0.67","1","special", "K_84","KN_V0117_128", "5.04","1.18","0.67","1","std", "K_85","KN_V0375_128", "6.61","1.06","1.06","1","special", "K_86","KN_V0393_0", "6.61","1.06","1.06","1","std", "K_88","KN_V430_160", "7.20","1.42","0.47","1","std", "K_89","KN_V53_192", "7.20","1.42","0.47","1","std", "K_90","KN_V53_96", "5","1.42","0.47","1","std", }; }