AcGeLineSeg3d::AcGeLineSeg3d

C++
AcGeLineSeg3d(
    const AcGePoint3d& pnt, 
    const AcGeVector3d& vec
);
Parameters
Parameters 
Description 
pnt 
Input start point of line segment 
vec 
Input vector between endpoint and start point of line segment 
Description

Constructs a line segment whose start point is pnt and whose endpoint is pnt+vec. vec must not be a zero-length vector. 

 

Links