Clean mesh
Attempts to clean up "dirty" polygonal geometry.
Inputs
-
geometry
- Accepts a single geometry connection (unless the SHIFT key is held).
-
nuke small triangles
- Sets whether to delete small triangles or not. The area of the nuked triangles is set by the area threshold input.
-
area threshold
- The minimum area that determines if a triangle is nuked when nuke small triangles is set to
true
.
- The minimum area that determines if a triangle is nuked when nuke small triangles is set to
-
nuke orphan points
- Sets whether to delete points not associated with any triangles or not.
Outputs
-
geometry
- Output primitives.
-
points
- The list of points of the output primitives.
-
points.x
- The list of x values of the points of the output primitives.
-
points.y
- The list of y values of the points of the output primitives.
-
points.z
- The list of z values of the points of the output primitives.
Note(s)
- Other names for this node include: PolyClean, Delete zero area, and Clean poly.