Share

AcGeLinearEnt2d::isColinearTo

C++

GE_DLLEXPIMPORT Adesk::Boolean isColinearTo(
    const AcGeLinearEnt2d& line, 
    const AcGeTol& tol = AcGeContext::gTol
) const;

Description

Determines if two lines are colinear.

Parameters

Parameters Description
line Input any 2D linear entity
tol Input tolerance

Links

AcGeLinearEnt2d

Was this information helpful?