Triangle centroids
Calculates the center of input triangles.
Inputs
-
geometry
- Accepts a single geometry connection (unless the SHIFT key is held).
Outputs
-
geometry
- Output primitives (triangle centroids as points 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: PolyCentroids, Polygon centers.
Example(s)
-
Apply color by triangle (this particular example applies color based on distance from point)