|
![]() |
The document-part that holds the currently defined clash tests.
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
Visual Basic |
---|
Public Class DocumentClashTests |
C# |
---|
public class DocumentClashTests |
Visual C++ |
---|
public ref class DocumentClashTests |
Remarks
This is the Clash Detective document-part for accessing clash test and result data stored in the loaded Navisworks document. It is accessed using the TestsData member on DocumentClash and contains:
Name(s) | Purpose |
---|---|
Tests | Read-only SavedItemCollection containing ClashTests. This is a conventience property giving access to the same collection contained in Value. |
Value | A ClashTestsData holding the tests collection. The purpose of this is to allow for future development where, if further categories of data are associated with clash tests, the whole data set can be read and written in a single object. |
e.g. TestsAddCopy, TestsRunTest, and TestsSortResults | Various edit methods that act on the Tests. |
Changing and Changed | Events that notify of edits to this document-part. These follow the same principal as outlined for the events on DocumentSelectionSets. |
See the Clash Detective page in the developer guide for examples.