C++
GE_DLLEXPIMPORT AcGeCircArc2d( const AcGePoint2d& cent, double radius );
Description
Constructs a full circle with the given center and radius. The radius must not be 0.
Parameters
| Parameters | Description |
|---|---|
| cent | Input center of circle |
| radius | Input radius of circle |