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