public static Box3 BoundingBox(this IPartialPolysurface @this) { return(Box3.Hull(@this.Vertices.Select(v => v.Point))); }