Volumen Modell

Liebes Team,

wie bekomme ich aus dieser Mesh ein Volumen modell?

Ich würde das Höhenmodell gerne 3D Drucken und bräuchte dafür

ein Volumenmodell.

_________________________________________________________

Dear team,

how can I turn this mesh into a volume model?

I would like to 3D print the elevation model and would need

a volume model for that.

MESH_volumen_modell.3dm (842.9 KB)

Hi @A_H_2
What I’d do:
Start by using SplitDisjointMesh to separate the main mesh and the (very) small mesh face off to the lower left (and delete the small one).
Use 3DFace to fill in all the missing triangles along the edges - just to keep it clean (or delete the “incomplete” edges if you’re in hurry).
Use SelMeshEdges to select all the naked edges.
Extrude the selected naked edges downwards using the gumball
Use Weld with an angle of 70°, so that only the corners and sharp edges are left unwelded.
Again, use SelMeshEdges to select all the naked edges (in this case the bottom edges) and scale to 0 using the gumball, creating a flat lower edge.
Use FillMeshHole to cap the bottom.
MESH_volumen_modell_JN.3dm (1.3 MB)

HTH, Jakob