|
|
True if this intersects box
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function Intersects ( _ box As BoundingBox3D _ ) As Boolean |
| C# |
|---|
public bool Intersects( BoundingBox3D box ) |
| Visual C++ |
|---|
public: bool Intersects( BoundingBox3D^ box ) |
Parameters
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..ArgumentNullException | Argument 'box' is null |
| System..::..ArgumentException | Argument 'box' has been Disposed |