So, I have a wall (cube), in which I would like to create a window. Which way is best?
+----+----+----+
| | | |
+----+----+----+
| | W | |
+----+----+----+
| | | |
+----+----+----+
<W> is for window, which I want.
So, I see there are one way: make 4 cut loops and then delete <W> face. And another way is similar: make subdivs and delete inside face.
Is there any better solution?