AcDbArc::AcDbArc

C++
AcDbArc(
    const AcGePoint3d& center, 
    double radius, 
    double startAngle, 
    double endAngle
);
Parameters
Parameters 
Description 
center 
Input center point of the arc 
radius 
Input radius of the arc 
startAngle 
Input starting angle of the arc 
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 normal of (0,0,1) and a thickness of 0.0. 

 

Links