Share

AcGeLineSeg3d::AcGeLineSeg3d

C++

GE_DLLEXPIMPORT AcGeLineSeg3d(
    const AcGePoint3d& pnt, 
    const AcGeVector3d& vec
);

Description

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

Parameters

Parameters Description
pnt Input start point of line segment
vec Input vector between endpoint and start point of line segment

Links

AcGeLineSeg3d

Was this information helpful?