AcDbArc::AcDbArc

AcDbArc(
    const AcGePoint3d& center, 
    const AcGeVector3d& normal, 
    double radius, 
    double startAngle, 
    double endAngle
);
Parameters
Parameters 
Description 
const AcGePoint3d& center 
Input center point of the arc 
const AcGeVector3d& normal 
Input normal vector of the plane containing 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 
Description

This constructor creates an arc using the values passed in. center must be in WCS coordinates. The arc is initialized with a thickness of 0.0. 

 

Links