Visual Basic | |
---|---|
Function IsPerpendicularToLine( _ ByVal Line As MathLine, _ ByVal Tolerance As System.Double _ ) As System.Boolean |
JavaScript | |
---|---|
IsPerpendicularToLine( Line : dsMathLine, Tolerance : Number ) : Boolean |
COM native C++ | |
---|---|
HRESULT IsPerpendicularToLine( IMathLine* Line, DOUBLE Tolerance, VARIANT_BOOL* Result ) |
Parameters
- Line
- IMathLine
- Tolerance
- Perpendicular tolerance
- Result[out] or Return Value
- True if perpendicular within tolerance, false if not
IMathLine Interface
IMathLine Members
IMathLine::IsParallelToLine Method
IMathLine::IsParallelToPlane Method
IMathLine Members
IMathLine::IsParallelToLine Method
IMathLine::IsParallelToPlane Method
DraftSight V1R1.4