I’m seriously stumped. I’ve been trying for ages to connect two simple surfaces into one solid. Basically I have the top and bottom of the shape, and I’m trying to make it a solid by using “planarsrf” to create all the sides.
However, I have these random instances where it won’t let me do so because it’s not a “closed and planar curve” and I can’t figure out how to identify where the problem is! (I.E. where the gap is!)
Does someone have an easier way to make a solid from two separate surfaces? Or a command that will join curves and disregard any gaps? Or, alternatively, how to actually find where the gaps are?
Hello - use ShowEnds to see where the curve ends are and, depending on the situation you may be able to use SetPt Z only, to force planarity. Post the curve if you cannot sort it out.
then PlanarSrf won’t work because a planar surface is flat and two of the edges here are curved.
You can use EdgeSrf, Loft (between the curves), ExtrudeCrv, Sweep1 or Sweep2.