AcGeCircArc3d( const AcGePoint3d& cent, const AcGeVector3d& nrm, double radius );
|
Parameters |
Description |
|
const AcGePoint3d& cent |
Input center of arc |
|
const AcGeVector3d& nrm |
Input normal vector of arc |
|
double radius |
Input radius of arc |
Constructs a full circle with the given center, normal vector, and radius. The radius must not be 0. The constructed circle is oriented counterclockwise about the normal vector.