using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Bimface { /// /// 剖切盒范围 /// public class BoundingBox { /// /// /// public CoordinateDouble3d min { get; set; } /// /// /// public CoordinateDouble3d max { get; set; } } }