C++
virtual Adesk::Boolean circle( const AcGePoint3d&, const AcGePoint3d&, const AcGePoint3d& ) const = 0;
Description
Displays a circle primitive that is defined by the three points--pt1, pt2, and pt3--which all lie on the circle.
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 first point on circle |
unnamed2 | Input second point on circle |
unnamed3 | Input third point on circle |