|
|
Returns the bounding box for the entire document.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function GetBoundingBox ( _ ignoreHidden As Boolean _ ) As BoundingBox3D |
| C# |
|---|
public BoundingBox3D GetBoundingBox( bool ignoreHidden ) |
| Visual C++ |
|---|
public: BoundingBox3D^ GetBoundingBox( bool ignoreHidden ) |
Parameters
- ignoreHidden
- Type: System..::..Boolean
If true, bounding box will not include hidden items, otherwise hidden items will be taken into account.