AcGeLineSeg3d::AcGeLineSeg3d

C++
AcGeLineSeg3d(
    const AcGePoint3d& pnt1, 
    const AcGePoint3d& pnt2
);
Parameters
Parameters 
Description 
pnt1 
Input start point of line segment 
pnt2 
Input endpoint of line segment 
Description

Constructs a line segment between pnt1 and pnt2. pnt1 and pnt2 must not be the same point. 

 

Links