Click or drag to resize
DigitalRuneITriangleMesh Interface
Represents a triangle mesh.

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

The ITriangleMesh type exposes the following members.

Methods
  NameDescription
Public methodGetTriangle
Gets the triangle with the given index.
Top
Extension Methods
  NameDescription
Public Extension MethodGetVolume
Gets the enclosed volume of a triangle mesh.
(Defined by GeometryHelper.)
Top
Properties
  NameDescription
Public propertyNumberOfTriangles
Gets the number of triangles.
Top
See Also