AcGeLine3d::AcGeLine3d

C++
GE_DLLEXPIMPORT AcGeLine3d(
    const AcGePoint3d& pnt1, 
    const AcGePoint3d& pnt2
);
Parameters
Parameters 
Description 
pnt1 
Input any 3D point 
pnt2 
Input any 3D point different from pnt1 
Description

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

 

Links