Share

AcGiGeometry::xline

C++

virtual Adesk::Boolean xline(
    const AcGePoint3d&, 
    const AcGePoint3d&
) const = 0;

Description

An xline passing oneXlinePoint and a DifferentXlinePoint is displayed.

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.

Parameters

Parameters Description
unnamed1 Input point on an xline
unnamed2 Input second point on an xline

Links

AcGiGeometry

Was this information helpful?