|
![]() |
Different types of status that can be set on a clash result
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
Visual Basic |
---|
Public Enumeration ClashResultStatus |
C# |
---|
public enum ClashResultStatus |
Visual C++ |
---|
public enum class ClashResultStatus |
Members
Member name | Description | |
---|---|---|
New |
Newly discovered clash
| |
Active |
Active clash, nothing done to resolve it yet
| |
Reviewed |
Reviewed but not yet resolved
| |
Approved |
Clash approved
| |
Resolved |
Clash in previous run, but not any more
|
Remarks
The status of an individual clash result stored in the result or result-group's Status member. These represent the progress of the result through the interference review/resolution process.
Result statuses also get updated automatically when clash tests are re-run. "New" results becoming "Active" and those where there is no longer an interference becoming "Resolved".