Share

AcGeLinearEnt2d::getLine

C++

GE_DLLEXPIMPORT void getLine(
    AcGeLine2d& line
) const;

Description

Returns an infinite line that is coincident with this line. This function can be called for AcGeLineSeg2d and AcGeRay2d objects to get an infinite line from a bounded line.

Parameters

Parameters Description
line Output infinite line that is coincident with this line

Links

AcGeLinearEnt2d

Was this information helpful?