Click or drag to resize
DigitalRuneDcelMeshToTriangleMesh Method
Converts this mesh to a TriangleMesh.

Namespace: DigitalRune.Geometry.Meshes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public TriangleMesh ToTriangleMesh()

Return Value

Type: TriangleMesh
A triangle mesh that represents the same mesh.
Exceptions
ExceptionCondition
GeometryExceptionThe DCEL mesh is invalid.
Remarks
This mesh must consist only of faces that are convex polygons (triangles, quads, etc.). Concave faces will not be triangulated correctly.
See Also