Face Area Node#

Face Area Node.

The Face Area node outputs the surface area of a mesh’s faces. The units are in Blender units no matter the unit system, equivalent to meters-squared at the default unit scale.

참고

For quads and N-gons, when the face’s vertices are not planar, the output is not necessarily the same as the sum of every one of the face’s triangles visible in the viewport. In this case it should only be used an approximation. In some cases, the Triangulate Node can be used to get an exact value.

Inputs#

This node has no inputs.

특성#

This node has no properties.

Outputs#

Area

The surface area of each of the mesh’s faces.

예시#

../../../../_images/modeling_geometry-nodes_input_face-area_surface-area.png

Combined with the Attribute Statistic Node, this node can be used to calculate the total surface area of a mesh.