|
|
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, _ tolerance As Double _ ) As Boolean |
| C# |
|---|
public bool TolerantEquals( Transform3D transform, double tolerance ) |
| Visual C++ |
|---|
public: bool TolerantEquals( Transform3D^ transform, double tolerance ) |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..ArgumentNullException | Argument 'transform' is null |
| System..::..ArgumentException | Argument 'transform' has been Disposed |