Triangulate Method


Face Triangulate Method

Returns a triangular mesh approximation to the face.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Mesh Triangulate()

Return Value

Mesh
Remarks
Tolerance of approximation is defined internally by Revit to be adequate for display purposes.
See Also