I have a frequent need to engrave grooves into a solid. E.g., plating seams.
Is there any simple way to take (for simplicity) take a narrow rectangle, project that on to the surface of a solid, then create a groove of some small depth fitting that projected rectangle?
Split the surface using the projected curves then ExtrudeSrf: Solid on the portion you’d like to recess (or maybe OffsetSrf solid instead of extruding… depends)…
sub-object select the unwanted surface then delete.
?
Here’s an example. I have projected a set of lines on to the surface of a solid. I would like to engrave this pattern (and more complicated) to some small thickness and depth.
Split the original polysurface with the wires in question;
Offset the split polysurface strip, with solid option, to the req’d depth;
Boolean doesn’t seem work in this case so;
Explode original shape (in this case);
Extract and delete outer surfaces of the strip to form channel;
Rejoin all the surfaces;
If looking for other than rectangular groove, adjust to suit.
Use the same method for the other crossing grooves.