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

Syntax

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

Parameters

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

See Also

Availability

DraftSight V1R1.4