9

How do I cut a hole in the plane using the hollow line loop in the middle they're part of the same mesh and both 2d.

enter image description here

ideasman42
  • 47,387
  • 10
  • 141
  • 223
jshbrntt
  • 233
  • 2
  • 4

3 Answers3

5

This can be done using Knife Project, however for the case you show to work, you will have to use a recent Blender build, since improved knife support was added after 2.69 release.

To use Knife Project, in Object mode select the object you want to project (use and cut the other) first then Shift select the "object to be cut". Now Tab into Edit mode and press Knife project.

enter image description here enter image description here

Before projecting from a text object and Resulting knife projection.

iKlsR
  • 43,379
  • 12
  • 156
  • 189
ideasman42
  • 47,387
  • 10
  • 141
  • 223
5

You could convert your objects to curves and select 2D under the curve options. Doing this gives you a bit more flexibility as you can tweak the loop and see the changes as you do so. Use AltC > Curve from Mesh/Text to do this.

enter image description here

Once you are finished tweaking, convert back to a mesh with AltC > Mesh from Curve/Meta/... You will notice that the plane is triangulated. To clean this up, run a Limited Dissolve on the mesh.

enter image description here

Done

enter image description here

iKlsR
  • 43,379
  • 12
  • 156
  • 189
3

Another option is the Bridge tool.

  1. Delete the face of the plane (Delete> Only Faces)

  2. Select all and press W> Bridge Edge loops:

    enter image description here

Result:

enter image description here

If you want to use ngons instead of tris, press Delete> Limited Dissolve:

enter image description here

gandalf3
  • 157,169
  • 58
  • 601
  • 1,133