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