private static bool CanPut(XYZ pt) { return(pt.InPlanePolygon(InsEdges) && pt.InPlanePolygon(RoomEdges)); }