0

I have a cube and I want to cut along an edge so that I can move a face away from the cube. enter image description here

Basically I want to make a cut along the orange selected closed line and at same time keeping all the faces (I just want to be able to move away faces without deforming the cube).

Note that my initial mesh is just a cube subdivided once, but seems the functions are a bit bugged:

Here's what I tried so far:


Attemp 1

  • Vertex Edit mode -> Edge Select -> Select ring to cut and press V

Don't work here's the result: enter image description here


Attemp 2

  • Vertex Edit mode -> Vertex Select -> Select vertices to make a ring and press Y

Don't work either here's the result: enter image description here

CoffeDeveloper
  • 156
  • 1
  • 10
  • Thanks for linking. however both of the methods in that question don't work at all :(. I added both attemps to the question – CoffeDeveloper Dec 21 '16 at 14:24
  • 1
    In edit mode using “Face Select” select the four front faces. Press ”P” and choose "Selection" from the drop down menu. – Dontwalk Dec 21 '16 at 14:29
  • Ah! I was moving the edge but not the center of the face! Thanks that did it. – CoffeDeveloper Dec 21 '16 at 14:30
  • I edited the duplicated answer to add the missing piece of information! :) – CoffeDeveloper Dec 21 '16 at 14:32
  • I'm surprised to see that you finally used the method which was written you'd like to avoid (seperating selection into new object). Both mentioned ways do work - splitting will split only selected geometry; ripping will create hole in the mesh on the selected edges. – Mr Zak Dec 21 '16 at 15:07
  • I never written that I'd like to avoid a particular method. Can you quote the exact statement? O_O – CoffeDeveloper Dec 21 '16 at 15:12

1 Answers1

3

In edit mode using “Face Select” select the four front faces. Press ”P” and choose "Selection" from the drop down menu.

Dontwalk
  • 3,711
  • 1
  • 18
  • 33