Share

AcDbPolygonMesh::surfaceFit

C++

Acad::ErrorStatus surfaceFit();

Description

This function will fit a smooth surface to a control point mesh defined by vertices of this polygonal mesh. This operation performs the same modification as the PEDIT command "Smooth surface" option.

Returns Acad::eOk.

Links

AcDbPolygonMesh

Was this information helpful?