AcDbCircle::AcDbCircle

AcDbCircle(
    const AcGePoint3d& cntr, 
    const AcGeVector3d& nrm, 
    double radius
);
Parameters
Parameters 
Description 
const AcGePoint3d& cntr 
Input center point for the circle 
const AcGeVector3d& nrm 
Input normal vector for circle 
double radius 
Input radius for circle 
Description

Initializes the circle with the arguments cntr, nrm, and radius

Both center and normal must be in WCS coordinates. normal must be nonzero length and radius must be greater than zero. 

 

Links