|
|
Equal within a tolerance. Each element of matrix is equal to corresponding element, within the given tolerance.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function TolerantEquals ( _ transform As Transform3D _ ) As Boolean |
| C# |
|---|
public bool TolerantEquals( Transform3D transform ) |
| Visual C++ |
|---|
public: bool TolerantEquals( Transform3D^ transform ) |
Parameters
- transform
- Type: Autodesk.Navisworks.Api..::..Transform3D
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..ArgumentNullException | Argument 'transform' is null |
| System..::..ArgumentException | Argument 'transform' has been Disposed |