Gets whether the specified mathematical line is perpendicular to this mathematical line within the specified tolerance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsPerpendicularToLine( _
dsMathLine* Line As MathLine, _
double Tolerance As System.Double _
) As System.Boolean |
C# | |
---|
System.bool IsPerpendicularToLine(
MathLine Line,
System.double Tolerance
) |
Parameters
- Line
- IMathLine
- Tolerance
- Perpendicular tolerance
- Result[out] or Return Value
- True if perpendicular within tolerance, false if not
See Also
Availability
DraftSight V1R1.4