C++
Acad::ErrorStatus appendVertex( AcDbPolygonMeshVertex* );
Description
This function appends the AcDbPolygonMeshVertex object pointed to by pNewVert to the vertex list of the PolygonMesh, establishes the PolygonMesh as the vertex's owner, and adds the vertex to the database that contains the PolygonMesh (the PolygonMesh must be database-resident for this function to succeed).
The appended vertex must be explicitly closed by the calling application after the appendVertex() call returns.
Returns Acad::eOk if successful.
Parameters
| Parameters | Description |
|---|---|
| unnamed | Input pointer to vertex to append to mesh |