Share

AcGeLineSeg3d::set

C++

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

Description

Changes the definition of the line segment so that the start point is pnt and the 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?