Share

appendVertex Method

Overload List

Method Description
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.
AcDbPolygonMesh::appendVertex (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 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.

Was this information helpful?