Click or drag to resize
DigitalRuneDcelMesh.IsTriangleMesh Method
Determines whether the mesh is a valid triangle mesh.

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

Return Value

Type: Boolean
true if the mesh is a valid triangle mesh; otherwise, false.
Remarks

This method checks if the mesh consists only of triangle faces without edges or vertices that are not connected to a face.

This method does not check whether the mesh IsValid().

See Also