Share

AcDbPolygonMesh::vertexIterator

C++

AcDbObjectIterator* vertexIterator() const;

Description

This function creates a new AcDbObjectIterator set to iterate over the vertices of the PolygonMesh, and then returns a pointer to the iterator object just created. The calling application is responsible for deallocating the iterator object using the C++ delete operator.

Links

AcDbPolygonMesh

Was this information helpful?