AcRxObject AcGiDrawable AcHeapOperators AcDbObject AcDbEntity AcDbPolyFaceMesh
class AcDbPolyFaceMesh : public AcDbEntity;
dbents.h
The AcDbPolyFaceMesh class represents the PolyFaceMesh special polyline entity type within AutoCAD.
The PolyFaceMesh uses a list of vertices made up of coordinate point vertices and FaceRecord vertices. The coordinate point vertices come first in the list, followed by all of the FaceRecord vertices.
Do not derive from this class. Attempting to do so will cause your application to halt AutoCAD.
AcDbObject, AcDbEntity, AcDbFaceRecord, AcDbPolyFaceMeshVertex