AcRxObject AcGiDrawable AcHeapOperators AcDbObject AcDbEntity AcDbVertex AcDbFaceRecord
class AcDbFaceRecord : public AcDbVertex;
dbents.h
The AcDbFaceRecord class is a special class of vertex that is used by the AcDbPolyFaceMesh class to group together mesh point vertices that represent faces in the mesh. Each AcDbFaceRecord stores the vertex indices of the vertices that are the face's corner points and the visibility information for the edges determined by the vertices.
Do not derive from this class. Attempting to do so will cause your application to halt AutoCAD.
AcDbFaceRecord Constructor, AcDbFaceRecord Methods
AcDbObject, AcDbEntity, AcDbPolyFaceMesh, AcDbFace