Collapse mesh faces and vertices

These commands assist in repairing mesh objects to make them watertight.

Notes

Some STL/SLA printers have problems if meshes contain many long, thin facets. These can slow the printer's slicing process down, produce odd printed results, and run the printer out of memory.
The MeshRepair command may be useful when tuning up meshes for STL/SLA printing.

CollapseMeshEdge

將選取的網格邊緣的兩個頂點結合成一個,並刪除該網格邊緣。

CollapseMeshFace

將選取的網格面的頂點結合成一個,並刪除該網格面。

CollapseMeshFacesByArea

以網格面的面積為依據,將數個頂點結合成一個,並刪除頂點之間的網格面。

CollapseMeshFacesByAspectRatio

以網格面的長寬比為依據,將數個頂點結合成一個,並刪除頂點之間的網格面。

CollapseMeshFacesByEdgeLength

以網格邊緣的長度為依據,將相鄰的頂點結合成一個,並刪除頂點之間的網格邊緣。

CollapseMeshVertex

將選取的頂點與相鄰的頂點結合,並刪除兩個頂點之間的網格邊緣。

請參考

抽離物件的次物件

編輯網格物件

White paper: Scan, Cleanup, Remodel