Share

AcDbArc::AcDbArc

C++

AcDbArc(
    const AcGePoint3d& center, 
    const AcGeVector3d& normal, 
    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 thickness of 0.0.

Parameters

Parameters Description
center Input center point of the arc
normal Input normal vector of the plane containing the arc
radius Input radius of the arc
startAngle Input starting angle of the arc
endAngle Input ending angle of the arc

Links

AcDbArc

Was this information helpful?