Click or drag to resize
AB4D logo

MeshUtilsCalculateNormals(MeshGeometry3D) Method

Calculates normals for the meshGeometry. The normals are normalized.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static Vector3DCollection CalculateNormals(
	MeshGeometry3D meshGeometry
)

Parameters

meshGeometry  MeshGeometry3D
MeshGeometry3D that is used to calculate normals

Return Value

Vector3DCollection
normals as Vector3DCollection
See Also