|
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.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static void FlipTriangles(
MeshGeometry3D meshGeometry
)
Parameters
- meshGeometry MeshGeometry3D
- MeshGeometry3D that will get flipped TriangleIndices.
See Also