Share

AcGeLineSeg3d::set

C++

GE_DLLEXPIMPORT AcGeLineSeg3d& set(
    const AcGePoint3d& pnt1, 
    const AcGePoint3d& pnt2
);

Description

Changes the definition of the line segment so that the start point is pnt1 and the endpoint is pnt2. pnt1 and pnt2 must not be the same point.

Parameters

Parameters Description
pnt1 Input start point of line segment
pnt2 Input endpoint of line segment

Links

AcGeLineSeg3d

Was this information helpful?