| DcelMeshIsTriangleMesh Method |
Determines whether the mesh is a valid triangle mesh.
Namespace: DigitalRune.Geometry.MeshesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public bool IsTriangleMesh()
Public Function IsTriangleMesh As Boolean
public:
bool IsTriangleMesh()
member IsTriangleMesh : unit -> bool
Return Value
Type:
Boolean if the mesh is a valid triangle mesh; otherwise,
.
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