| Revit 2022.1 API |
| STLExportOptions..::..IsSurfaceToleranceSet Method |
| STLExportOptions Class See Also |
Checks whether the SurfaceTolerance tessellation parameter is explicitly set.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2021.1
Syntax
| C# |
|---|
public bool IsSurfaceToleranceSet() |
| Visual Basic |
|---|
Public Function IsSurfaceToleranceSet As Boolean |
| Visual C++ |
|---|
public: bool IsSurfaceToleranceSet() |