Share

AcGeLine2d::AcGeLine2d

C++

GE_DLLEXPIMPORT AcGeLine2d(
    const AcGePoint2d& pnt1, 
    const AcGePoint2d& pnt2
);

Description

Constructs an unbounded line that passes through pnt1 and pnt2. pnt1 and pnt2 must not be the same point.

Parameters

Parameters Description
pnt1 Input any 2D point
pnt2 Input any 2D point different from pnt1

Links

AcGeLine2d

Was this information helpful?