Returns a triangular mesh approximation to the face.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2013
 Syntax
Syntax
| C# | 
|---|
| public Mesh Triangulate(
	double levelOfDetail
) | 
| Visual Basic | 
|---|
| Public Function Triangulate ( _
	levelOfDetail As Double _
) As Mesh | 
| Visual C++ | 
|---|
| public:
Mesh^ Triangulate(
	double levelOfDetail
) | 
Parameters
- levelOfDetail
- Type: System..::..Double
 The level of detail. Its range is from 0 to 1. 0 is the lowest level of detail and 1 is the highest.
 Exceptions
Exceptions
 See Also
See Also