1. 把墙的所有边按照长度排序wallEdges = wall.edges# 排下序把最长,第二长的造出来wallEdges.sort! {|x, y| y.length.to_mm <=> x.length.to_mm}