//毫米到英寸,单位换算 public static double mmToFeet(double val) { return val / 304.8; } //通过族名称,族类型,从过滤器中找到指定的类型。 double h = Common.mmToFeet(3000);//默认墙高