An enumerated type listing possible options to control the tessellation quality.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum ExportResolution
Members
Member name | Value | Description |
---|---|---|
Coarse | 3 | Tessellated export with coarse resolution. |
Custom | 0 | Tessellated export with custom resolution (all tessellation parameters have default values). |
Fine | 1 | Tessellated export with fine resolution. |
Medium | 2 | Tessellated export with medium resolution. |