|
|
Return this box translated by an offset
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function Translate ( _ offset As Vector3D _ ) As BoundingBox3D |
| C# |
|---|
public BoundingBox3D Translate( Vector3D offset ) |
| Visual C++ |
|---|
public: BoundingBox3D^ Translate( Vector3D^ offset ) |
Parameters
- offset
- Type: Autodesk.Navisworks.Api..::..Vector3D
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..ArgumentNullException | Argument 'offset' is null |
| System..::..ArgumentException | Argument 'offset' has been Disposed |