IsParallelTo Method (IMathVector) Send Feedback
See Also 
Result[out]
True if parallel, false if not
Vector
IMathVector
Tolerance
Parallel tolerance
Gets whether this vector is parallel to the specified vector within the specified tolerance.

Syntax

Visual Basic 
Function IsParallelTo( _
   ByVal Vector As MathVector, _
   ByVal Tolerance As System.Double _
) As System.Boolean
C# 
System.bool IsParallelTo( 
   MathVector Vector,
   System.double Tolerance
)
JavaScript 
IsParallelTo( 
   Vector : dsMathVector,
   Tolerance : Number
) : Boolean
COM native C++ 
HRESULT IsParallelTo( 
   IMathVector* Vector,
   DOUBLE Tolerance,
   VARIANT_BOOL* Result
) 
C++ 
DSRESULT IsParallelTo( 
   dsMathVector* Vector,
   double Tolerance,
   bool* Result
) 

Parameters

Vector
IMathVector
Tolerance
Parallel tolerance
Result[out] or Return Value
True if parallel, false if not
 

See Also

Availability

DraftSight V1R1.4