Share

AcDb2dPolyline::splineFit

C++

Acad::ErrorStatus splineFit();

Description

This function removes any existing spline or curve-fit vertices, converts all remaining vertices to spline-control vertices, and generates a new set of spline-fit vertices. The resultant polyline is spline fit through the new set of vertices. This operation performs the same modification as the PEDIT command "Spline fit" option.

Returns Acad::eOk if successful.

Links

AcDb2dPolyline

Was this information helpful?