Share

AcDb2dPolyline::curveFit

C++

Acad::ErrorStatus curveFit();

Description

This function creates a smooth curve consisting of pairs of arcs joining each pair of vertices. The curve passes through all the vertices of the polyline and uses any tangent direction specified by the individual vertices. This operation performs the same modification as the PEDIT command "Fit" option.

Returns Acad::eOk.

Links

AcDb2dPolyline

Was this information helpful?