|
![]() |
Compare unit vectors using a tolerance
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Function TolerantEquals ( _ vector As UnitVector3D, _ tolerance As Double _ ) As Boolean |
C# |
---|
public bool TolerantEquals( UnitVector3D vector, double tolerance ) |
Visual C++ |
---|
public: bool TolerantEquals( UnitVector3D^ vector, double tolerance ) |
Exceptions
Exception | Condition |
---|---|
System..::..ObjectDisposedException | Object has been Disposed |
System..::..ArgumentNullException | Argument 'vector' is null |
System..::..ArgumentException | Argument 'vector' has been Disposed |