Click or drag to resize

VectorIsParallelTo Method

Compares this vector is parallel with the specified vector.

Namespace: Woodwork.Automation.Common
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
bool IsParallelTo(
	Vector vector,
	double tolerance = 1E-07
)

Parameters

vector  Vector
Input Vector object that specifies the coordinates to compare.
tolerance  Double  (Optional)
Input Double that specifies the tolerance to be used when determining whether the vectors are parallel. This is an optional argument whose default value is 1E-07.

Return Value

Boolean
True if two vectors are parallel, or false otherwise.
See Also