Click or drag to resize
AB4D logo

MeshUtilsFlipTriangles Method

Updates the TriangleIndices collection with swaping second and third index in each triangle. This changes the orientation in which the triangles are defined.

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

Parameters

meshGeometry  MeshGeometry3D
MeshGeometry3D that will get flipped TriangleIndices.
See Also