using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace IStation.Bimface { /// /// 坐标轴方向对构件的筛选容限 /// public enum RoomTolerance { STRICT, ORDINARY, LENIENT } }