Returns a triangular mesh approximation to the face.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Mesh Triangulate(
double levelOfDetail
)
Parameters
- levelOfDetail Double
- The level of detail. Its range is from 0 to 1. 0 is the lowest level of detail and 1 is the highest.
Return Value
Mesh
Exceptions
See Also
Reference