|
|
Represents a clash test's left or right selection settings.
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
Public Class ClashSelection _ Inherits NativeHandle |
| C# |
|---|
public class ClashSelection : NativeHandle |
| Visual C++ |
|---|
public ref class ClashSelection : public NativeHandle |
Remarks
Two clash selections are contained in each ClashTest representing the A and B selections.
Each of these encapsulates three related pieces of configuration data:
- the ModelItems, SelectionSet or Search that is selected,
- the Primitivetypes to consider (lines, points and/or faces),
- whether to perform self-intersection checking within this selection.
Inheritance Hierarchy
System..::..Object
Autodesk.Navisworks.Api..::..NativeHandle
Autodesk.Navisworks.Api.Clash..::..ClashSelection
Autodesk.Navisworks.Api..::..NativeHandle
Autodesk.Navisworks.Api.Clash..::..ClashSelection