AcDbPolygonMesh::appendVertex (AcDbObjectId&, AcDbPolygonMeshVertex*) |
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 AcDbDatabase 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. If the PolygonMesh is not yet database resident, then Acad::eNoDatabase will be returned. |