Click or drag to resize
AB4D logo

MeshUtilsCalculateNormals(MeshGeometry3D, Boolean) Method

Calculates normals for the meshGeometry.

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

Parameters

meshGeometry  MeshGeometry3D
MeshGeometry3D that is used to calculate normals
normalize  Boolean
if true the calculated normals are normalized

Return Value

Vector3DCollection
normals as Vector3DCollection
See Also