Subtracting two primitive shapes

Typically: "How do I... ", "How can I... " questions
Post Reply
rezama
Posts: 14
Joined: 29 Sep 2014, 20:49

Subtracting two primitive shapes

Post by rezama »

Hi,

I'm trying to create a hole in a shape by subtracting another shape from it. How can I do this?

For example, I would like to subtract a cylinder from a cuboid to create a cube with a cavity in it.

Thanks

coppelia
Site Admin
Posts: 10504
Joined: 14 Dec 2012, 00:25

Re: Subtracting two primitive shapes

Post by coppelia »

Hello,

you can't do boolean operations on shapes. What you can do is group/ungroup/merge/divide shapes, and you can also edit shapes in the shape edit mode. Otherwise you will have to perform your boolean operation in a CAD program, and export the result as a mesh.

Cheers

Post Reply