Mesh Clean¶
Functionality¶
Cleans input mesh by removing doubled, unreferenced or malformed elements.
Options¶
option |
explanation |
---|---|
Unreferenced Edges |
Remove the edges that point to un-existing vertices. |
Unreferenced Edges |
Remove the edges that point to un-existing vertices. |
Unreferenced Faces |
Remove the faces that point to un-existing vertices. |
Duplicated Edges |
Remove duplicated edges. Note that edges as considered identical. |
Duplicated Faces |
Remove duplicated faces. Note that faces as considered identical. |
Degenerated Edges |
Check for edges with repeated indices and remove them. |
Degenerated Faces |
Check for repeated indices on every face and remove them, if it has less than 3 vertices then the face will be removed |
Unused Vertices |
Removes the vertices not used to create any edge or face. |
Inputs¶
Vertices, Edges and Faces
Outputs¶
sockets |
kind of data |
---|---|
Vertices, Edges and Faces |
Cleaned Mesh Data |
Removed Vertices Idx |
The index of the removed vertices |
Removed Edges Idx |
The index of the removed edges |
Removed Faces Idx |
The index of the removed faces |