AcGeLineSeg3d( const AcGePoint3d& pnt, const AcGeVector3d& vec );
|
Parameters |
Description |
|
pnt |
Input start point of line segment |
|
vec |
Input vector between endpoint and start point of line segment |
Constructs a line segment whose start point is pnt and whose endpoint is pnt+vec. vec must not be a zero-length vector.