|
![]() |
The bounding box of all clashes in the group. Setting this sets the bounding boxes on all clashes in the group.
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 |