C++
GE_DLLEXPIMPORT AcGeCircArc3d( const AcGePoint3d& cent, const AcGeVector3d& nrm, double radius );
Description
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.
Parameters
Parameters | Description |
---|---|
cent | Input center of arc |
nrm | Input normal vector of arc |
radius | Input radius of arc |