Share

AcDbCircle::AcDbCircle

C++

AcDbCircle(
    const AcGePoint3d& cntr, 
    const AcGeVector3d& nrm, 
    double radius
);

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.

Parameters

Parameters Description
cntr Input center point for the circle
nrm Input normal vector for circle
radius Input radius for circle

Links

AcDbCircle

Was this information helpful?