|
|
The bounding box of the area clashing.
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
Public Overridable Property BoundingBox As BoundingBox3D Get Set |
| C# |
|---|
public virtual BoundingBox3D BoundingBox { get; set; } |
| Visual C++ |
|---|
public: virtual property BoundingBox3D^ BoundingBox { BoundingBox3D^ get (); void set (BoundingBox3D^ value); } |
Implements
IClashResult..::..BoundingBox
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |
| System..::..ArgumentNullException | Argument 'box' is null |
| System..::..ArgumentException | Argument 'box' has been Disposed |