Click or drag to resize
AB4D logo

MeshUtilsFlipNormals Method

Updates the normal vectors so that they point in the other direction.

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

Parameters

meshGeometry  MeshGeometry3D
MeshGeometry3D that will get flipped normals.
See Also