|
|
Equal within a tolerance, treating quaternion as 4D position. Equality of representation, not of rotation.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function TolerantEquals ( _ rotation As Rotation3D _ ) As Boolean |
| C# |
|---|
public bool TolerantEquals( Rotation3D rotation ) |
| Visual C++ |
|---|
public: bool TolerantEquals( Rotation3D^ rotation ) |
Parameters
- rotation
- Type: Autodesk.Navisworks.Api..::..Rotation3D
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..ArgumentNullException | Argument 'rotation' is null |
| System..::..ArgumentException | Argument 'rotation' has been Disposed |