Click or drag to resize
DigitalRuneDcelMeshIsClosed Method
Determines whether this mesh is a closed mesh.

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

Return Value

Type: Boolean
if this instance is a closed mesh; otherwise, .
Remarks

In a closed mesh all edges are connected to 2 faces. For example: The mesh of a sphere is a closed mesh. An object with holes, like a pullover, is not closed. A flat object, like a curtain, is closed if both sides are modeled with faces. It is not closed if only a one side is modeled with faces. (A single vertex is considered as closed. A single edge-pair is also considered as closed.)

This method does not check whether the mesh IsValid.

See Also