UnitVector.IsEqualTo Method
Parent Object: UnitVectorDescription
Compare this unit vector for equality to the specified unit vector.
Syntax
UnitVector.IsEqualTo( Argument As UnitVector, [Tolerance] As Double ) As BooleanParameters
Name | Type | Description |
Argument | UnitVector | Input used for comparison. |
Tolerance | Double | Input Double that specifies the tolerance to be used when determining whether the UnitVectors are equal. This is an optional argument whose default value is 0.0. |
Samples
Name | Description |
Offset a 2D sketch | This sample demonstrates the creation of offsets in 2d sketches. Two ways of creating the offset are shown - one uses a distance and the other uses the input point. |