I want to achieve something pretty simple, but I don't know much about 3D modelling.In this image, I've tried to depict a dome protruding up from a flat surface. What I want is to create parallel slices through it, so you see lines running through it which represent the contour made by intersecting the dome (and surface) with a series of invisible parallel planes.I would like to be able to do this effect on any arbitrary surface I could create.It's incredibly simple compared to what you guys are used to, I'm sure, but I wouldn't even know what software to use.I'd be prepared to download a free app if anyone can suggest one, but I also have access to someone's copy of 3D Max.Can anyone help?
>>597322Just do a Boolean subtraction on a cube, remove all faces except the one needed, flip it, voila
>>597339I see what you mean. But it seems a bit indirect. It's the lines I want, so I'd have to manually dismantle the remaining face into its constituent lines.Could I do a Boolean AND with a single flat polygon? This would at least cut out some of the tinkering, like dealing with whole faces I won't use.Plus if I can do it this way, I could generate all of the curves simultaneously using multiple parallel polygons.Also which software should I use?
sounds like a job for rhino+grasshopper or Houdini
>>597360lmao this is a basic technique, it has nothing to do with what program you use.
>>597342>Which software should I useAny of them for the love of god don't ask that.
>>597368Fair enough, I thought it seemed like a basic enough thing. I am vaguely aware of Boolean operations but wasn't sure if they were limited to closed 3D solids.If I want just these contour lines can I do a Boolean AND between two 2D surfaces? Or a solid and a surface?
>>597457Why don't you just go play with booleans and find out?
>>597322blender with the bsurfaces plugin would be the easiest way to go for youhttps://www.youtube.com/watch?v=V-7NpSkXFnM&t=770s
>>597494Wasn't OP asking for strips cut out of something?That video has nothing to do with that. Unless I'm misreading OP's question.
>>597457To answer your question, take a look at this.I think one of these two results are what you're looking for.
>>597507oh i misunderstood; thought OP was trying to do the reverse and wanted to draw curves and create a surface from themyeah op so, all you need is to grab a 3d package (blender should be fine) and create the 3d shape first, then trace cv curves over the shape (drawing the curves in magnet mode with the 3d shape selected as the source surface for magnet mode). you can then use those curves to create geometry (extrusion along a curve)
>>597514i take it back; don't bother trying a curve based method in blender. i just tried it myself and blender's curve editing tools are fucking horrible