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