Overload List
| Method | Description |
|---|---|
AcDbPolygonMesh::surfaceFit () | 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. |
AcDbPolygonMesh::surfaceFit (AcDb::PolyMeshType, Adesk::Int16, Adesk::Int16) | Surface fits the polyline using the surfType, surfu, and surfv argument values. This is the same as the PEDIT command's "SMOOTH SURFACE" option except that this method uses the passed in control values whereas PEDIT uses those in the database.Returns Acad::eOk if successful. |
