Share

AcGiGeometry::circle

C++

virtual Adesk::Boolean circle(
    const AcGePoint3d& center, 
    const double radius, 
    const AcGeVector3d& normal
) const = 0;

Description

Displays a circle primitive with center at center and a radius of radius. The circle is on the plane defined by the normal vector normal and the point center.

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
center Input center point for the circle
radius Input radius for the circle
normal Input normal vector for plane to contain the circle

Links

AcGiGeometry

Was this information helpful?