C++
AcDbArc( const AcGePoint3d& center, double radius, double startAngle, double endAngle );
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.
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 |