|
|
Return box that represents intersection of this with another box
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function Intersect ( _ box As BoundingBox2D _ ) As BoundingBox2D |
| C# |
|---|
public BoundingBox2D Intersect( BoundingBox2D box ) |
| Visual C++ |
|---|
public: BoundingBox2D^ Intersect( BoundingBox2D^ box ) |
Parameters
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..ArgumentNullException | Argument 'box' is null |
| System..::..ArgumentException | Argument 'box' has been Disposed |