-
Slice one object using another object
So basically I would like to be able to “use an object as my knife.” Is that possible?
—-
I want to “slice” one object using another. I want to cut edges or polygons. And I would like the cuts to occur where the objects intersect.
I would use a boolean, but I’m not trying to subtract or add or intersect, I’m just trying to cut edges or add points.
I found the following topic, I did find the “spline cut script” nice and useful, but now what I am trying to do can’t be done with splines.
https://www.c4dcafe.com/ipb/topic/74084-knife-cut-using-projected-spline/
—-
Here is what I am working on specifically. I want to remove the protruding part of this cube from this 3d logo.
https://puu.sh/dCWXq/6ee3c9fff0.jpgBut in general, it would be nice just to “make cuts (one one object) along the intersection” of another object.
For example turn this https://puu.sh/dCZm0/d959d1426a.png into this https://puu.sh/dCZtV/172538caad.png.
