RVTDocs.com
Namespace: Autodesk.Revit.DB

Mesh

Class
Description:
A triangular mesh.
Remarks:
Meshes are generated during triangulation of faces. They can also be encountered directly in Revit geometry (typically imported geometry). Meshes contain a single array of Vertices, and a corresponding array of triangles. Triangles can be accessed by index from Triangle[([( Int32])]) , and reference 3 vertices from the Vertices array.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.APIObject
    Autodesk.Revit.DB.GeometryObject
      Autodesk.Revit.DB.Mesh
Syntax
public class Mesh : GeometryObject