Share

AcGeLinearEnt2d::getPerpLine

C++

GE_DLLEXPIMPORT void getPerpLine(
    const AcGePoint2d& pnt, 
    AcGeLine2d& perpLine
) const;

Description

Returns a line that is perpendicular to this line and passes through the input point.

Parameters

Parameters Description
pnt Input any 2D point
perpLine Output infinite line that is perpendicular to this line and passes through pnt

Links

AcGeLinearEnt2d

Was this information helpful?