Share

AcDbPolyFaceMesh::vertexIterator

C++

AcDbObjectIterator* vertexIterator() const;

Description

This function creates a new AcDbObjectIterator set to iterate over the vertices and FaceRecords of the PolyFaceMesh, and then returns a pointer to the iterator object just created.

Vertices and FaceRecords are stored in the same vertex list, with all the vertices first followed by all the FaceRecords, so one iterator will provide access to all vertices and all FaceRecords.

The calling application is responsible for deallocating the iterator object using the C++ delete operator.

Links

AcDbPolyFaceMesh

Was this information helpful?