Applies to 2020.2 Update and later
Fix flaws in a triangle mesh that make a part unsuitable or unusable for further printing preparation steps
Jump to:
Short answer: to make a model understandable by the toolpath-generating mechanism.
Typical requirements of toolpath generators
Surfaces must be closed. While a mesh may have multiple surfaces, in each of those, all the triangles must connect with another triangle at each of its edges.
In other words: Model must be watertight.
Each edge of any triangle in a mesh must only ever meet with exactly one other triangle's edge. Arrangements whose cross section would look like Y-junctions or T-junctions, are not allowed.
What counts as inside or outside is usually not derived from enclosed volume, but from the orientation of the triangles (more specifically, their normals) that enclose the volume. Normals of neighboring triangles must all, without exception, point either away from, or towards, the volume enclosed by those triangles, and must do so appropriate to the role of the shell they belong to, which could be an outside shell or an inside, hollowing shell.
No triangles (or, by extension, entire shell surfaces) may intersect anywhere with themselves or each other, particularly so without a common edge along the intersection.
In other words, if you could not …
… then your mesh very likely needs repair.
Netfabb provides a range of indicators to recognize repair-relevant properties as well as automated and manual tools to address them. For instance, parts that have very obvious errors have their
display color swatch marked with a
warning symbol in the project tree. A larger warning symbol is displayed in the bottom right corner of the display if any part is in such need of repair.
Repair in Netfabb is covered with the repair module.
To enter and finish repair