C++
GE_DLLEXPIMPORT Adesk::Boolean isPerpendicularTo( const AcGeLinearEnt2d& line, const AcGeTol& tol = AcGeContext::gTol ) const;
Description
Determines if two lines are perpendicular to each other.
Parameters
| Parameters | Description |
|---|---|
| line | Input any 2D linear entity |
| tol | Input tolerance |