AcDbArc( const AcGePoint3d& center, double radius, double startAngle, double endAngle );
|
Parameters |
Description |
|
const AcGePoint3d& center |
Input center point of the arc |
|
double radius |
Input radius of the arc |
|
double startAngle |
Input starting angle of the arc |
|
double endAngle |
Input ending angle of the arc |
This constructor creates an arc using the values passed in. center must be in WCS coordinates. The arc is initialized with a normal of (0,0,1) and a thickness of 0.0.