|
|
Return box that represents union of this with another box
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function Extend ( _ box As BoundingBox3D _ ) As BoundingBox3D |
| C# |
|---|
public BoundingBox3D Extend( BoundingBox3D box ) |
| Visual C++ |
|---|
public: BoundingBox3D^ Extend( 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 |