Single Naked Corner - 3D Print Help

Vignette 2_3D Model.3dm (351.4 KB)

I have created a model of a small topography assignment for a class I am tutoring. I would like to 3D print this, but I ran into issues with naked edges. I got all of them closed except for a single corner shown when I run showedges (see the picture). When I run the dupborder command it identifies it as a curve, but I am unable to get it to close or join. I know it needs to be a solid to 3D print, so I think this would be the only thing I need to before sending it off to print (besides getting it to the correct scale). I have run every command under the sun to get it closed and I cannot figure it out. Please help!

If this model is intended for 3d printing, it is recommended to use ExtractRenderMesh and then repair any naked edges on the mesh. After repairing, export the corrected mesh object as an STL file. FYI.

@Kade This is what I see if I Explode the geometry and RebuildEdges of the surfaces:

Did you use JoinEdge to try to force the surfaces to join? If so JoinEdge does not change the geometry. Instead it just ingnores the tolerance to force the join and create a new edge curve along the join between the edges of input surfaces. JoinEdge can be useful in certain cirumstances. but can also cause problems such as these.

After exploding and rebuilding the edges, I unrtimmed the surfaces using Untrim. This is what I saw:

Explode the polysurface and RebuildEdges of all the surfaces. Then Trim the surfaces and Join. I was able to obtain a polysurface with no naked edges.

Did you change tolerances or units during or after creating the model? If so that can cause problems with edges out of tolerance?

1 Like

fwiw-

Thanks! It was a bit tedious but I got this to work.

Click the box to mark as solved.