|
|
Specifies parts of a ClashTest
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration ClashTestParts |
| C# |
|---|
[FlagsAttribute] public enum ClashTestParts |
| Visual C++ |
|---|
[FlagsAttribute] public enum class ClashTestParts |
Members
| Member name | Description | |
|---|---|---|
| Status |
Test status
| |
| ClashTestType |
Test type
| |
| SelectionA |
Selection A of ModelItems for use in the test
| |
| SelectionB |
Selection B of ModelItems for use in the test
| |
| Tolerance |
Test tolerance
| |
| IgnoreRules |
Test ignore rules collection
| |
| SimulationType |
Test simulation type
| |
| AnimatorSimulation |
Animator simulation if appropriate
| |
| SimulationStep |
Simulation step
| |
| CustomTestName |
Name of any custom test
| |
| MergeComposites |
Whether to simplify clashes to one per pair of composite items
|
Remarks
When an edit occurs which changes only some properties on a ClashTest then the Changed event fired has a Action of type "Edit" and EditedParts set with bitwise flags indicating which properties were changed. Where these parts are only in the clash test (rather than its base class: SavedItem), the flags will come from this enumeration.