I can't manage to display a BooleanRegion in the Wolfram Cloud Notebook:
floor = Block[{ outer =Rectangle[{0, 0}, {2900, 6350}], x1 = Rectangle[{2900-445,0}, {2900, 740}], x2 = Rectangle[{2900-450, 6350-520}, {2900, 6350}] }, BooleanRegion[Xor, {outer, x1, x2}] ]; Graphics[{FaceForm[Pink], floor//Region}, AspectRatio -> Automatic] It seems to produce a blank graphic object: 
Do you think this is an issue with the Wolfram Cloud Notebook, or did I make some error in my code?

Region[floor]return? Does that display your region? $\endgroup$Show--but aren't graphic primitive nevertheless. $\endgroup$