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