Share

AcGiGeometry::worldLine

C++

virtual Adesk::Boolean worldLine(
    const AcGePoint3d pnts[2]
);

Description

This function draws a line between the two points in the pnts array. The points must be in world coordinates.

A return value of Adesk::kFalse (that is, 0) indicates that the primitive has been successfully stored in the graphics database. A return value of Adesk::kTrue indicates that the operation has been terminated, and the application wants to get control back as soon as possible.

Links

AcGiGeometry

Was this information helpful?