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